summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-26drm/i915: add pipe A force quirks to i915 driverJesse Barnes1-1/+68
2010-07-26drm/i915: Fix panel fitting regression since 734b4157Chris Wilson1-2/+0
2010-07-26drm/i915: disable FBC when more than one pipe is activeJesse Barnes1-0/+15
2010-07-26drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson1-1/+1
2010-07-26drm/i915: add PANEL_UNLOCK_REGS definitionJesse Barnes1-2/+4
2010-07-26drm/i915: Make G4X-style PLL search more permissiveAdam Jackson1-2/+2
2010-07-26drm/i915: Clear any existing dither mode prior to enabling spatial ditheringChris Wilson1-0/+1
2010-07-26drm/i915: handle shared framebuffers when flippingJesse Barnes1-3/+7
2010-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-13/+47
2010-07-02drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes1-3/+5
2010-06-19drm/i915: gen3 page flipping fixesJesse Barnes1-5/+24
2010-06-19drm/i915: don't queue flips during a flip pending eventJesse Barnes1-0/+11
2010-06-15drm/i915: Turn on 945 self-refresh only if single CRTC is activeLi Peng1-5/+7
2010-06-09Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds1-0/+5
2010-06-08drm/i915: fix oops on single crtc devices.Dave Airlie1-5/+4
2010-06-06drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
2010-06-03drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
2010-06-03Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Carl Worth1-0/+5
2010-05-28drm/i915: Include pitch in set_base debug statement.Chris Wilson1-1/+2
2010-05-28drm/i915: Only print "nothing to do" debug message as required.Chris Wilson1-2/+3
2010-05-28drm/i915: Hold the spinlock whilst resetting unpin_work along error pathChris Wilson1-8/+12
2010-05-27drm/i915: Add CxSR support on Pineview DDR3Li Peng1-28/+44
2010-05-27drm/i915: Kill dangerous pending-flip debuggingChris Wilson1-6/+0
2010-05-27drm/i915: add power monitoring supportJesse Barnes1-16/+131
2010-05-27drm/i915: Add support for interlaced display.Krzysztof Halasa1-0/+14
2010-05-27drm/i915: add timeout to FBC disable waitsJesse Barnes1-2/+11
2010-05-27drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-1/+0
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-307/+757
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-31/+56
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+2
2010-05-11Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-5/+6
2010-05-08drm/i915: Make fbc control wrapper functionsAdam Jackson1-22/+44
2010-05-08drm/i915: Use spatio-temporal dithering on PCHAdam Jackson1-4/+6
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-49/+64
2010-04-20drm/i915: introduce i915_gem_alloc_objectDaniel Vetter1-1/+1
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-22/+15
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie1-258/+689
2010-04-19drm/i915/pch: Use minimal number of FDI lanes (v2)Adam Jackson1-6/+20
2010-04-19drm/i915: Attempt to fix watermark setup on 85x (v2)Adam Jackson1-5/+6
2010-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-48/+48
2010-04-12drm/i915: Add the support of memory self-refresh on IronlakeZhenyu Wang1-3/+157
2010-04-12drm/i915: Move Pineview CxSR and watermark code into update_wm hook.Zhao Yakui1-74/+79
2010-04-12drm/i915: Add support of SDVO on Ibexpeak PCHZhao Yakui1-3/+2
2010-04-12drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on).Carl Worth1-5/+0
2010-04-12drm/i915: remove unused intel_pipe_get_connector()Zhenyu Wang1-17/+0
2010-04-12drm/i915: remove connector object in old output structureZhenyu Wang1-10/+0
2010-04-12drm/i915: convert DP/eDP driver to new encoder/connector structureZhenyu Wang1-4/+2
2010-04-12drm/i915: enable DP/eDP for Sandybridge/CougarpointZhenyu Wang1-0/+41
2010-04-12drm/i915: enable LVDS on CougarpointZhenyu Wang1-4/+11