summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2011-12-09drm/i915: Turn on another required clock gating bit on gen6.Eric Anholt
2011-12-09drm/i915: Turn on a required 3D clock gating bit on Sandybridge.Eric Anholt
2011-11-26drm/i915: always set FDI composite sync bitJesse Barnes
2011-11-26drm/i915: fix IVB cursor supportJesse Barnes
2011-09-21drm/i915: FBC off for ironlake and older, otherwise on by defaultKeith Packard
2011-09-19drm/i915: Enable dither whenever display bpc < frame buffer bpcKeith Packard
2011-08-25drm/i915: Fix wrong initializer for "locked" variable in assert_panel_unlockedThomas Jarosch
2011-08-22i915: do not setup intel_backlight twiceKamal Mostafa
2011-08-09drm/i915: split out PCH refclk update codeJesse Barnes
2011-08-08drm/i915: Remove unused 'reg' argument to dp_pipe_enabledKeith Packard
2011-08-08drm/i915: Fix PCH port pipe select in CPT disable pathsKeith Packard
2011-08-01drm/i915: don't use uninitialized EDID bpc values when picking pipe bppJesse Barnes
2011-07-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard
2011-07-29drm/i915: apply phase pointer override on SNB+ tooJesse Barnes
2011-07-29drm/i915: Add quirk to disable SSC on Sony Vaio Y2Michel Alexandre Salim
2011-07-29drm/i915: provide more error output when mode sets failJesse Barnes
2011-07-28drm/i915: fix CB tuning check for ILK+Jesse Barnes
2011-07-28Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard
2011-07-28drm/i915: Flush other plane register writesKeith Packard
2011-07-28drm/i915: flush plane control changes on ILK+ as wellJesse Barnes
2011-07-28drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes
2011-07-28drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_setKeith Packard
2011-07-28drm/i915: DP_PIPE_ENABLED must check transcoder on CPTKeith Packard
2011-07-22Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard
2011-07-22drm/i915: load the LUT before pipe enable on ILK+Jesse Barnes
2011-07-21drm/i915: provide more error output when mode sets failJesse Barnes
2011-07-13drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard
2011-07-08drm/i915: Share the common work of disabling active FBC before updatingChris Wilson
2011-07-08drm/i915: Perform intel_enable_fbc() from a delayed taskChris Wilson
2011-07-08drm/i915: Disable FBC across page-flippingChris Wilson
2011-07-08drm/i915: Set persistent-mode for ILK/SNB framebuffer compressionChris Wilson
2011-07-08drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writesChris Wilson
2011-07-08drm/i915: Remove vestigial pitch from post-gen2 FBC control routinesChris Wilson
2011-07-08drm/i915: Replace direct calls to vfunc.disable_fbc with intel_disable_fbc()Chris Wilson
2011-07-08drm/i915: Only export the generic intel_disable_fbc() interfaceChris Wilson
2011-07-07drm/i915: check for supported depth at fb init timeJesse Barnes
2011-07-07drm/i915: split out plane update codeJesse Barnes
2011-07-07drm/i915: split out Ironlake pipe bpp picking codeJesse Barnes
2011-07-07drm/i915: set bpc for DP transcoderJesse Barnes
2011-07-07drm/i915: don't set transcoder bpc on CougarPointJesse Barnes
2011-06-29drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes
2011-06-28drm/i915: load a ring frequency scaling table v3Jesse Barnes
2011-06-26Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard
2011-06-26drm/i915: add Ivy Bridge page flip supportJesse Barnes
2011-06-26drm/i915: split page flip queueing into per-chipset functionsJesse Barnes
2011-06-21drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard
2011-06-09drm/i915: Combine pinning with setting to the display planeChris Wilson
2011-06-09drm/i915: Mark the cursor and the overlay as being part of the display planesChris Wilson
2011-06-09drm/i915: Introduce i915_gem_object_finish_gpu()Chris Wilson
2011-06-08drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard