summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-373/+992
2011-07-19drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson3-38/+41
2011-07-14drm/i915: Add quirk to disable SSC on Lenovo U160 LVDSKeith Packard2-1/+15
2011-07-14drm/i915: provide module parameter descriptionBen Widawsky1-0/+29
2011-07-14drm/i915: add module parameter compiler hintsBen Widawsky2-22/+22
2011-07-14drm/i915/bios: Avoid temporary allocation whilst searching for downclockChris Wilson1-59/+83
2011-07-13drm/i915: Cache GT fifo count for SandyBridgeChris Wilson3-5/+12
2011-07-13i915: Fix opregion notificationsMatthew Garrett1-4/+11
2011-07-13drm/i915: TVDAC_STATE_CHG does not indicate successful load-detectKeith Packard1-20/+20
2011-07-13drm/i915: Select correct pipe during TV detectKeith Packard1-0/+6
2011-07-12Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard3-5/+13
2011-07-12drm/i915/ringbuffer: Idling requires waiting for the ring to be emptyChris Wilson1-1/+1
2011-07-12Revert "drm/i915: enable rc6 by default"Keith Packard1-1/+1
2011-07-12drm/i915: Clean up i915_driver_load failure pathKeith Packard1-3/+11
2011-07-08drm/i915: Enable i915 frame buffer compression by defaultKeith Packard1-1/+1
2011-07-08drm/i915: Share the common work of disabling active FBC before updatingChris Wilson2-60/+64
2011-07-08drm/i915: Perform intel_enable_fbc() from a delayed taskChris Wilson3-2/+90
2011-07-08drm/i915: Disable FBC across page-flippingChris Wilson1-0/+2
2011-07-08drm/i915: Set persistent-mode for ILK/SNB framebuffer compressionChris Wilson2-0/+3
2011-07-08drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writesChris Wilson1-19/+14
2011-07-08drm/i915: Remove vestigial pitch from post-gen2 FBC control routinesChris Wilson1-6/+2
2011-07-08drm/i915: Replace direct calls to vfunc.disable_fbc with intel_disable_fbc()Chris Wilson1-8/+5
2011-07-08drm/i915: Only export the generic intel_disable_fbc() interfaceChris Wilson4-34/+30
2011-07-08Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-0/+1
2011-07-08drm/i915: Enable GPU reset on Ivybridge.Kenneth Graunke1-0/+1
2011-07-08Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-27/+91
2011-07-08drm/i915/dp: manage sink power state if possibleJesse Barnes1-0/+35
2011-07-08drm/i915/dp: consolidate AUX retry codeJesse Barnes1-21/+30
2011-07-08drm/i915/dp: remove DPMS mode tracking from DPJesse Barnes1-5/+1
2011-07-08drm/i915/dp: try to read receiver capabilities 3 times when detectingJesse Barnes1-5/+10
2011-07-08drm/i915/dp: read more receiver capability bits on hotplugJesse Barnes1-0/+11
2011-07-08drm/i915/dp: use DP DPCD defines when looking at DPCD valuesJesse Barnes1-8/+10
2011-07-08drm/i915/dp: retry link status read 3 times on failureJesse Barnes1-7/+13
2011-07-08drm/i915: use pipe bpp in DP link bandwidth calculationJesse Barnes1-5/+7
2011-07-08drm/i915: check for supported depth at fb init timeJesse Barnes1-0/+5
2011-07-08drm/i915: use pipe bpp when setting HDMI bpcJesse Barnes1-0/+5
2011-07-08drm/i915: use pipe bpp in DP link bandwidth calculationsJesse Barnes1-3/+2
2011-07-08drm/i915: split out plane update codeJesse Barnes2-9/+100
2011-07-08drm/i915: split out Ironlake pipe bpp picking codeJesse Barnes2-42/+153
2011-07-08drm/i915: set bpc for DP transcoderJesse Barnes1-1/+2
2011-07-08drm/i915: don't set transcoder bpc on CougarPointJesse Barnes1-6/+9
2011-07-08drm/i915: don't set SDVO color range on ILK+Jesse Barnes1-1/+2
2011-07-02Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-1/+1
2011-07-02drm/i915: apply HWSTAM writes to Ivy Bridge as wellJesse Barnes1-1/+1
2011-06-30Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard5-94/+70
2011-06-30drm/i915: move IRQ function table init to i915_irq.cJesse Barnes4-87/+60
2011-06-30drm/i915/overlay: Fix unpinning along init error pathsChris Wilson1-7/+10
2011-06-30Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard3-14/+23
2011-06-30drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3Jesse Barnes2-4/+4
2011-06-30drm/i915: Don't call describe_obj on NULL pointersBen Widawsky1-6/+10