aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-3/+26
|\
| * drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabledDaniel Vetter2013-01-271-0/+4
| * drm/i915: make the panel fitter work on pipes B and C on IVBPaulo Zanoni2013-01-171-1/+5
| * drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes2012-10-281-0/+4
| * drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter2012-06-011-2/+3
| * drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky2012-06-011-0/+14
* | merge opensource jb u5codeworkx2012-09-221-1/+1
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-4/+6
|\ \ | |/
| * drm/i915: Sanitize BIOS debugging bits from PIPECONFChris Wilson2012-04-131-0/+6
| * drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.Kenneth Graunke2012-03-121-0/+4
| * drm/i915: gen7: work around a system hang on IVBEugeni Dodonov2012-03-121-0/+5
| * drm/i915: gen7: Implement an L3 caching workaround.Eugeni Dodonov2012-03-121-0/+6
| * drm/i915: gen7: implement rczunit workaroundEugeni Dodonov2012-03-121-0/+5
| * drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys2012-03-121-1/+1
* | samsung update 1codeworkx2012-06-021-634/+1817
|/
* drm/i915: fix CB tuning check for ILK+Jesse Barnes2011-12-091-1/+1
* drm/i915: Turn on another required clock gating bit on gen6.Eric Anholt2011-12-091-1/+6
* drm/i915: Turn on a required 3D clock gating bit on Sandybridge.Eric Anholt2011-12-091-0/+9
* drm/i915: always set FDI composite sync bitJesse Barnes2011-11-261-0/+2
* drm/i915: fix IVB cursor supportJesse Barnes2011-11-261-5/+35
* drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes2011-11-211-2/+2
* drm/i915: load the LUT before pipe enable on ILK+Jesse Barnes2011-08-151-2/+6
* drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard2011-07-131-1/+14
* drm/i915: add Ivy Bridge page flip supportJesse Barnes2011-06-261-0/+36
* drm/i915: split page flip queueing into per-chipset functionsJesse Barnes2011-06-261-83/+186
* drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard2011-06-211-2/+1
* drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0Chris Wilson2011-06-041-68/+20
* drm/i915: fix regression after clock gating init splitJason Stubbs2011-06-041-0/+1
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-241-959/+1344
|\
| * Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-05-201-4/+9
| |\
| | * drm/i915: FDI link training broken on Ironlake by Ivybridge integrationKeith Packard2011-05-171-4/+4
| | * drm/i915: add fbc enable flag, but disable by defaultJesse Barnes2011-05-171-0/+5
| * | Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie2011-05-161-957/+1337
| |\ \ | | |/
| | * drm/i915: split PCH clock gating initJesse Barnes2011-05-131-22/+41
| | * drm/i915: add Ivybridge clock gating init functionJesse Barnes2011-05-131-1/+28
| | * drm/i915: split clock gating init into per-chipset functionsJesse Barnes2011-05-131-144/+193
| | * drm/i915: page flip support for Ivy BridgeJesse Barnes2011-05-131-0/+1
| | * drm/i915: treat Ivy Bridge watermarks like Sandy BridgeJesse Barnes2011-05-131-1/+8
| | * drm/i915: manual FDI training for Ivy BridgeJesse Barnes2011-05-131-4/+126
| | * drm/i915: make FDI training a display functionJesse Barnes2011-05-131-4/+3
| | * drm/i915: move gen6 rps handling to workqueueBen Widawsky2011-05-101-0/+8
| | * drm/i915: forcewake struct mutex locking fixesBen Widawsky2011-05-101-0/+9
| | * drm/i915: reference counted forcewakeBen Widawsky2011-05-101-4/+4
| | * drm/i915: Disable all outputs early, before KMS takeoverChris Wilson2011-05-101-6/+11
| | * drm/i915: use i915_enable_rc6 on SNB tooJesse Barnes2011-05-101-3/+6
| | * drm/i915: fix rc6 initialization on IronlakeBen Widawsky2011-05-101-0/+13
| | * drm/i915: fix ilk rc6 teardown lockingBen Widawsky2011-05-101-3/+8
| | * drm/i915: Fold the DPLL limit defines into the structs that use them.Eric Anholt2011-05-101-469/+181
| | * drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt2011-05-101-35/+22
| | * drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt2011-05-101-83/+36