summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-05drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä1-7/+4
2013-04-05drm/i915: don't set unpin_work if vblank_get failsJesse Barnes1-5/+7
2013-02-28drm/i915: disable shared panel fitter for pipeMika Kuoppala1-0/+8
2013-01-28drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabledDaniel Vetter1-0/+4
2013-01-17drm/i915: make the panel fitter work on pipes B and C on IVBPaulo Zanoni1-1/+5
2012-10-28drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes1-0/+4
2012-06-01drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter1-2/+3
2012-06-01drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky1-0/+14
2012-04-13drm/i915: Sanitize BIOS debugging bits from PIPECONFChris Wilson1-0/+6
2012-03-12drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.Kenneth Graunke1-0/+4
2012-03-12drm/i915: gen7: work around a system hang on IVBEugeni Dodonov1-0/+5
2012-03-12drm/i915: gen7: Implement an L3 caching workaround.Eugeni Dodonov1-0/+6
2012-03-12drm/i915: gen7: implement rczunit workaroundEugeni Dodonov1-0/+5
2012-03-12drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys1-1/+1
2011-12-09drm/i915: fix CB tuning check for ILK+Jesse Barnes1-1/+1
2011-12-09drm/i915: Turn on another required clock gating bit on gen6.Eric Anholt1-1/+6
2011-12-09drm/i915: Turn on a required 3D clock gating bit on Sandybridge.Eric Anholt1-0/+9
2011-11-26drm/i915: always set FDI composite sync bitJesse Barnes1-0/+2
2011-11-26drm/i915: fix IVB cursor supportJesse Barnes1-5/+35
2011-11-22drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes1-2/+2
2011-08-16drm/i915: load the LUT before pipe enable on ILK+Jesse Barnes1-2/+6
2011-07-14drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard1-1/+14
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-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
2011-05-18drm/i915: FDI link training broken on Ironlake by Ivybridge integrationKeith Packard1-4/+4
2011-05-18drm/i915: add fbc enable flag, but disable by defaultJesse Barnes1-0/+5
2011-05-16Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie1-957/+1337
2011-05-14drm/i915: split PCH clock gating initJesse Barnes1-22/+41
2011-05-14drm/i915: add Ivybridge clock gating init functionJesse Barnes1-1/+28
2011-05-14drm/i915: split clock gating init into per-chipset functionsJesse Barnes1-144/+193
2011-05-14drm/i915: page flip support for Ivy BridgeJesse Barnes1-0/+1
2011-05-14drm/i915: treat Ivy Bridge watermarks like Sandy BridgeJesse Barnes1-1/+8
2011-05-14drm/i915: manual FDI training for Ivy BridgeJesse Barnes1-4/+126
2011-05-14drm/i915: make FDI training a display functionJesse Barnes1-4/+3
2011-05-12Revert "drm/i915: Only enable the plane after setting the fb base (pre-ILK)"Linus Torvalds1-0/+2
2011-05-11drm/i915: move gen6 rps handling to workqueueBen Widawsky1-0/+8
2011-05-11drm/i915: forcewake struct mutex locking fixesBen Widawsky1-0/+9
2011-05-11drm/i915: reference counted forcewakeBen Widawsky1-4/+4
2011-05-11drm/i915: Disable all outputs early, before KMS takeoverChris Wilson1-6/+11
2011-05-11drm/i915: use i915_enable_rc6 on SNB tooJesse Barnes1-3/+6
2011-05-11drm/i915: fix rc6 initialization on IronlakeBen Widawsky1-0/+13
2011-05-11drm/i915: fix ilk rc6 teardown lockingBen Widawsky1-3/+8
2011-05-11drm/i915: Fold the DPLL limit defines into the structs that use them.Eric Anholt1-469/+181
2011-05-11drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt1-35/+22
2011-05-11drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt1-83/+36