summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-22drm/i915: FBC off for ironlake and older, otherwise on by defaultKeith Packard1-2/+10
2011-09-20drm/i915: Enable dither whenever display bpc < frame buffer bpcKeith Packard1-4/+6
2011-08-25drm/i915: Fix wrong initializer for "locked" variable in assert_panel_unlockedThomas Jarosch1-1/+1
2011-08-23i915: do not setup intel_backlight twiceKamal Mostafa1-2/+0
2011-08-09drm/i915: split out PCH refclk update codeJesse Barnes1-43/+76
2011-08-09drm/i915: Remove unused 'reg' argument to dp_pipe_enabledKeith Packard1-4/+4
2011-08-09drm/i915: Fix PCH port pipe select in CPT disable pathsKeith Packard1-6/+54
2011-08-02drm/i915: don't use uninitialized EDID bpc values when picking pipe bppJesse Barnes1-2/+5
2011-07-30Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-1/+35
2011-07-30drm/i915: apply phase pointer override on SNB+ tooJesse Barnes1-0/+31
2011-07-30drm/i915: Add quirk to disable SSC on Sony Vaio Y2Michel Alexandre Salim1-0/+3
2011-07-30drm/i915: provide more error output when mode sets failJesse Barnes1-1/+4
2011-07-29drm/i915: fix CB tuning check for ILK+Jesse Barnes1-1/+1
2011-07-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-24/+58
2011-07-29drm/i915: Flush other plane register writesKeith Packard1-13/+18
2011-07-29drm/i915: flush plane control changes on ILK+ as wellJesse Barnes1-2/+2
2011-07-29drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes1-0/+4
2011-07-29drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_setKeith Packard1-0/+2
2011-07-29drm/i915: DP_PIPE_ENABLED must check transcoder on CPTKeith Packard1-11/+34
2011-07-23Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-3/+20
2011-07-23drm/i915: load the LUT before pipe enable on ILK+Jesse Barnes1-2/+6
2011-07-22drm/i915: provide more error output when mode sets failJesse Barnes1-1/+4
2011-07-14drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard1-1/+14
2011-07-08drm/i915: Share the common work of disabling active FBC before updatingChris Wilson1-56/+62
2011-07-08drm/i915: Perform intel_enable_fbc() from a delayed taskChris Wilson1-2/+81
2011-07-08drm/i915: Disable FBC across page-flippingChris Wilson1-0/+2
2011-07-08drm/i915: Set persistent-mode for ILK/SNB framebuffer compressionChris Wilson1-0/+2
2011-07-08drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writesChris Wilson1-19/+14
2011-07-08drm/i915: Remove vestigial pitch from post-gen2 FBC control routinesChris Wilson1-6/+2
2011-07-08drm/i915: Replace direct calls to vfunc.disable_fbc with intel_disable_fbc()Chris Wilson1-8/+5
2011-07-08drm/i915: Only export the generic intel_disable_fbc() interfaceChris Wilson1-25/+25
2011-07-08drm/i915: check for supported depth at fb init timeJesse Barnes1-0/+5
2011-07-08drm/i915: split out plane update codeJesse Barnes1-9/+98
2011-07-08drm/i915: split out Ironlake pipe bpp picking codeJesse Barnes1-42/+152
2011-07-08drm/i915: set bpc for DP transcoderJesse Barnes1-1/+2
2011-07-08drm/i915: don't set transcoder bpc on CougarPointJesse Barnes1-6/+9
2011-06-30drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes1-2/+2
2011-06-29drm/i915: load a ring frequency scaling table v3Jesse Barnes1-1/+57
2011-06-27Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-83/+222
2011-06-27drm/i915: add Ivy Bridge page flip supportJesse Barnes1-0/+36
2011-06-27drm/i915: split page flip queueing into per-chipset functionsJesse Barnes1-83/+186
2011-06-21drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard1-2/+1
2011-06-10drm/i915: Combine pinning with setting to the display planeChris Wilson1-14/+4
2011-06-10drm/i915: Mark the cursor and the overlay as being part of the display planesChris Wilson1-1/+1
2011-06-09drm/i915: Introduce i915_gem_object_finish_gpu()Chris Wilson1-1/+1
2011-06-09drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard1-2/+1
2011-06-04drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0Chris Wilson1-68/+20
2011-06-04drm/i915: fix regression after clock gating init splitJason Stubbs1-0/+1
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-959/+1344
2011-05-20Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-4/+9