aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2013-10-21drm/i915: Wire up CRC support for gen3/4Daniel Vetter
2013-10-21drm/i915: Add new CRC sourcesDaniel Vetter
2013-10-21drm/i915: Fix PIPE_CRC_CTL for vlvDaniel Vetter
2013-10-21drm/i915: Enable CRC interrupts on pre-gen5/vlvDaniel Vetter
2013-10-21drm/i915: Wire up CRC interrupts for pre-gen5/vlvDaniel Vetter
2013-10-21drm/i915: CRC source selection #defines for gmch/vlv chipsDaniel Vetter
2013-10-21drm/i915: Adjust CRC capture for pre-gen5/vlvDaniel Vetter
2013-10-21drm/i915: Whitespace alignment fix for block header in display error stateChris Wilson
2013-10-21drm/i915: fix open-coded DIV_ROUND_UPPaulo Zanoni
2013-10-21drm/i915: Print RC6 info less oftenBen Widawsky
2013-10-18drm/i915/dp: don't mention eDP bpp clamping if it doesn't affect bppJani Nikula
2013-10-18drm/i915: Disable GGTT PTEs on GEN6+ suspendBen Widawsky
2013-10-18drm/i915: Make PTE valid encoding optionalBen Widawsky
2013-10-18drm/i915: remove dead code in ironlake_crtc_mode_setDaniel Vetter
2013-10-18drm/i915: crc support for hswDaniel Vetter
2013-10-18drm/i915: fix CRC debugfs setupDaniel Vetter
2013-10-18drm/i915: wait one vblank when disabling CRCsDaniel Vetter
2013-10-18drm/i915: use ->get_vblank_counter for the crc frame counterDaniel Vetter
2013-10-18drm/i915: wire up CRC interrupt for ilk/snbDaniel Vetter
2013-10-18drm/i915: add CRC #defines for ilk/snbDaniel Vetter
2013-10-18drm/i915: extract display_pipe_crc_updateDaniel Vetter
2013-10-18drm/i915: don't Oops in debugfs for I915_FBDEV=nDaniel Vetter
2013-10-18drm/i915: set HDMI pixel clock in audio configurationJani Nikula
2013-10-18drm/i915: pass mode to ELD write vfuncsJani Nikula
2013-10-18drm/i915: check gem bo size when creating framebuffersDaniel Vetter
2013-10-16drm/i915: Use unsigned long for obj->user_pin_countDaniel Vetter
2013-10-16drm/i915: prevent tiling changes on framebuffer backing storageDaniel Vetter
2013-10-16drm/i915: grab dev->struct_mutex around framebuffer_initDaniel Vetter
2013-10-16drm/i915: vlv: fix VGA hotplug after modesetImre Deak
2013-10-16drm/i915: preserve dispaly init order on ByTArtem Bityutskiy
2013-10-16drm/i915: Use pipe_name() instead of the pipe numberDamien Lespiau
2013-10-16drm/i915: Disable all GEM timers and work on unloadChris Wilson
2013-10-16drm/i915: Move some hdmi enable function name to vlv specific.Chon Ming Lee
2013-10-16drm/i915: constify harderDaniel Vetter
2013-10-16drm/i915: static inline for dummy crc functionsDaniel Vetter
2013-10-16drm/i915: Enable pipe CRCsDamien Lespiau
2013-10-16drm/i915: Only one open() allowed on pipe CRC result filesDamien Lespiau
2013-10-16drm/i915: Implement blocking read for pipe CRC filesDamien Lespiau
2013-10-16drm/i915: Move drm_add_fake_info_node() higher in the fileDamien Lespiau
2013-10-16drm/i915: Add log messages when CRCs collection is started/stoppedDamien Lespiau
2013-10-16drm/i915: Warn if we receive an interrupt after freeing the bufferDamien Lespiau
2013-10-16drm/i915: Rename i915_pipe_crc_ctl to i915_display_crc_ctlDamien Lespiau
2013-10-16drm/i915: Generalize the CRC command format for future workDamien Lespiau
2013-10-16drm/i915: Dynamically allocate the CRC circular bufferDamien Lespiau
2013-10-16drm/i915: Empty the circular buffer when asked for a new sourceDamien Lespiau
2013-10-16drm/i915: Enforce going back to none before changing CRC sourceDamien Lespiau
2013-10-16drm/i915: Make switching to the same CRC source a no-opDamien Lespiau
2013-10-16drm/i915: Sample the frame counter instead of a timestamp for CRCsDamien Lespiau
2013-10-16drm/i915: Keep the CRC values into a circular bufferDamien Lespiau
2013-10-16drm/i915: Add a control file for pipe CRCsDaniel Vetter