summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-17drm/i915: add fbc enable flag, but disable by defaultJesse Barnes4-1/+14
2011-05-16drm/i915: clean up unused ring_get_irq/ring_put_irq functionsFeng, Boqun1-29/+0
2011-05-16drm/i915: fix user irq miss in BSD ring on g4xFeng, Boqun1-2/+27
2011-05-14drm/i915: split PCH clock gating initJesse Barnes5-24/+48
2011-05-14drm/i915: add Ivybridge clock gating init functionJesse Barnes2-1/+29
2011-05-14drm/i915: Update the location of the ringbuffers' HWS_PGA registers for IVB.Eric Anholt2-3/+27
2011-05-14drm/i915: Add support for fence registers on Ivybridge.Eric Anholt1-0/+2
2011-05-14drm/i915: Use existing function instead of open-coding fence reg clear.Eric Anholt1-18/+3
2011-05-14drm/i915: split clock gating init into per-chipset functionsJesse Barnes3-146/+195
2011-05-14drm/i915: set IBX pch type explicitlyJesse Barnes1-1/+5
2011-05-14drm/i915: add Ivy Bridge PCI IDs and driver feature structsJesse Barnes1-0/+20
2011-05-14drm/i915: add PantherPoint PCH IDJesse Barnes1-0/+5
2011-05-14agp/intel: add Ivy Bridge supportJesse Barnes3-0/+21
2011-05-14drm/i915: ring support for Ivy BridgeJesse Barnes1-3/+3
2011-05-14drm/i915: page flip support for Ivy BridgeJesse Barnes1-0/+1
2011-05-14drm/i915: interrupt & vblank support for Ivy BridgeJesse Barnes4-2/+195
2011-05-14drm/i915: treat Ivy Bridge watermarks like Sandy BridgeJesse Barnes1-1/+8
2011-05-14drm/i915: manual FDI training for Ivy BridgeJesse Barnes2-4/+136
2011-05-14drm/i915: add swizzle/tiling support for Ivy BridgeJesse Barnes1-1/+1
2011-05-14drm/i915: Ivy Bridge has split display and pipe controlJesse Barnes1-2/+2
2011-05-14drm/i915: add IS_IVYBRIDGE macro for checksJesse Barnes1-0/+2
2011-05-14drm/i915: add IS_GEN7 macro to cover Ivy Bridge and laterJesse Barnes1-0/+7
2011-05-14drm/i915: split enable/disable vblank code into chipset specific functionsJesse Barnes3-11/+37
2011-05-14drm/i915: split irq handling into per-chipset functionsJesse Barnes3-20/+43
2011-05-14drm/i915: make FDI training a display functionJesse Barnes2-5/+4
2011-05-13drm/i915: forcewake debugfs fixBen Widawsky1-2/+2
2011-05-11MAINTAINERS: Switch maintainer for drm/i915 to Keith PackardKeith Packard1-2/+2
2011-05-10drm/i915: debugfs interface for forcewake reference countBen Widawsky1-0/+80
2011-05-10drm/i915: move gen6 rps handling to workqueueBen Widawsky5-9/+58
2011-05-10drm/i915: forcewake struct mutex locking fixesBen Widawsky2-2/+17
2011-05-10drm/i915: reference counted forcewakeBen Widawsky5-13/+41
2011-05-10drm/i915: proper use of forcewakeBen Widawsky2-46/+37
2011-05-10drm/i915: Disable all outputs early, before KMS takeoverChris Wilson3-15/+34
2011-05-10drm/i915: Do not clflush snooped objectsChris Wilson1-0/+11
2011-05-10drm/i915: Rename agp_type to cache_levelChris Wilson6-18/+48
2011-05-10drm/i915: debugfs for context informationBen Widawsky1-0/+25
2011-05-10drm/i915: use i915_enable_rc6 on SNB tooJesse Barnes1-3/+6
2011-05-10drm/i915: fix rc6 initialization on IronlakeBen Widawsky1-0/+13
2011-05-10drm/1915: ringbuffer wait for idle functionBen Widawsky3-2/+8
2011-05-10drm/i915: fix ilk rc6 teardown lockingBen Widawsky1-3/+8
2011-05-10drm/i915: Fold the DPLL limit defines into the structs that use them.Eric Anholt1-469/+181
2011-05-10drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt1-35/+22
2011-05-10drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt1-83/+36
2011-05-10drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().Eric Anholt1-209/+150
2011-05-10drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().Eric Anholt1-6/+0
2011-05-10drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.Eric Anholt1-33/+24
2011-05-10drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().Eric Anholt1-258/+23
2011-05-10drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.Eric Anholt1-10/+6
2011-05-10drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.Eric Anholt2-7/+680
2011-05-10drm/i915: Attach a fb to the load-detect pipeChris Wilson2-17/+128