summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2012-06-01drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter
2012-06-01drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky
2012-04-13drm/i915: Sanitize BIOS debugging bits from PIPECONFChris Wilson
2012-03-12drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.Kenneth Graunke
2012-03-12drm/i915: gen7: work around a system hang on IVBEugeni Dodonov
2012-03-12drm/i915: gen7: Implement an L3 caching workaround.Eugeni Dodonov
2012-03-12drm/i915: gen7: implement rczunit workaroundEugeni Dodonov
2012-03-12drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys
2011-12-09drm/i915: fix CB tuning check for ILK+Jesse Barnes
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-11-21drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes
2011-08-15drm/i915: load the LUT before pipe enable on ILK+Jesse Barnes
2011-07-13drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith 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-04drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0Chris Wilson
2011-06-04drm/i915: fix regression after clock gating init splitJason Stubbs
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-05-20Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie
2011-05-17drm/i915: FDI link training broken on Ironlake by Ivybridge integrationKeith Packard
2011-05-17drm/i915: add fbc enable flag, but disable by defaultJesse Barnes
2011-05-16Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...Dave Airlie
2011-05-13drm/i915: split PCH clock gating initJesse Barnes
2011-05-13drm/i915: add Ivybridge clock gating init functionJesse Barnes
2011-05-13drm/i915: split clock gating init into per-chipset functionsJesse Barnes
2011-05-13drm/i915: page flip support for Ivy BridgeJesse Barnes
2011-05-13drm/i915: treat Ivy Bridge watermarks like Sandy BridgeJesse Barnes
2011-05-13drm/i915: manual FDI training for Ivy BridgeJesse Barnes
2011-05-13drm/i915: make FDI training a display functionJesse Barnes
2011-05-12Revert "drm/i915: Only enable the plane after setting the fb base (pre-ILK)"Linus Torvalds
2011-05-10drm/i915: move gen6 rps handling to workqueueBen Widawsky
2011-05-10drm/i915: forcewake struct mutex locking fixesBen Widawsky
2011-05-10drm/i915: reference counted forcewakeBen Widawsky
2011-05-10drm/i915: Disable all outputs early, before KMS takeoverChris Wilson
2011-05-10drm/i915: use i915_enable_rc6 on SNB tooJesse Barnes
2011-05-10drm/i915: fix rc6 initialization on IronlakeBen Widawsky
2011-05-10drm/i915: fix ilk rc6 teardown lockingBen Widawsky
2011-05-10drm/i915: Fold the DPLL limit defines into the structs that use them.Eric Anholt
2011-05-10drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt
2011-05-10drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt
2011-05-10drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().Eric Anholt
2011-05-10drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().Eric Anholt
2011-05-10drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.Eric Anholt
2011-05-10drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().Eric Anholt
2011-05-10drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.Eric Anholt
2011-05-10drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.Eric Anholt