summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2011-01-12drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2-26/+47
2011-01-12drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson1-8/+4
2011-01-12drm/i915/evict: Ensure we completely cleanup on failureChris Wilson1-1/+8
2011-01-12drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson1-3/+1
2011-01-12drm/i915/debugfs: Show all objects in the gttChris Wilson1-10/+43
2011-01-12drm/i915: Record AGP memory type upon errorChris Wilson3-4/+16
2011-01-12drm/i915: Periodically flush the active lists and requestsChris Wilson1-4/+26
2011-01-11drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTTChris Wilson1-7/+3
2011-01-11drm/i915: Record the error batchbuffer on each ringChris Wilson3-120/+50
2011-01-11drm/i915: Include TLB miss overhead for computing WMChris Wilson1-2/+9
2011-01-11drm/i915: Propagate error from flushing the ringChris Wilson3-48/+90
2011-01-11drm/i915: detect & report PCH display error interruptsJesse Barnes2-2/+81
2011-01-11drm/i915: cleanup rc6 codeJesse Barnes4-46/+75
2011-01-11drm/i915: fix rc6 enabling around suspend/resumeJesse Barnes2-3/+3
2011-01-11drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes4-21/+91
2011-01-11drm/i915: Make the ring IMR handling privateChris Wilson2-12/+15
2011-01-11drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson2-39/+25
2011-01-11drm/i915/debugfs: Show the per-ring IMRChris Wilson3-14/+24
2011-01-11drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson5-62/+113
2011-01-11drm/i915: Handle ringbuffer stalls when flushingChris Wilson4-43/+65
2011-01-11drm/i915: Enforce write ordering through the GTTChris Wilson2-1/+16
2011-01-11drm/i915: Remove impossible testChris Wilson1-8/+0
2011-01-11drm/i915: avoid reading non-existent PLL reg on Ironlake+Jesse Barnes1-5/+7
2011-01-11drm/i915: add 'reset' parameterChris Wilson1-0/+6
2011-01-11drm/i915: fix the wrong latency value while computing wm0Yuanhan Liu1-5/+5
2011-01-11drm/i915: support low power watermarks on IronlakeJesse Barnes2-130/+133
2011-01-11drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelinesChris Wilson2-3/+11
2011-01-11drm/i915: Use the mappable sizes determined by GTT for consistency.Chris Wilson2-17/+10
2011-01-11drm/i915: support overclocking on Sandy BridgeJesse Barnes2-0/+28
2011-01-11drm/i915/lvds: Always use 0 to disable the pfit controllerChris Wilson1-0/+4
2011-01-11drm/i915/panel: Only record the backlight level when it is enabledChris Wilson5-8/+39
2011-01-11drm/i915/sdvo: Defer detection of output capabilities until probingChris Wilson1-22/+11
2011-01-11drm/i915: fix calculation of eDP signal levels on SandybridgeYuanhan Liu2-11/+21
2011-01-11drm/i915/crt: Check for a analog monitor in case of DVI-IDavid Müller1-5/+25
2011-01-11drm/i915: make DP training try a little harderJesse Barnes1-4/+23
2011-01-11drm/i915: check eDP encoder correctly when setting modesJesse Barnes1-1/+1
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons1-1/+0
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie2-1/+15
2011-01-05vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs.Dave Airlie1-0/+1
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie5-3/+56
2010-12-30drm/i915/dvo: Report LVDS attached to ch701x as connectedChris Wilson1-1/+1
2010-12-30Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks"Chris Wilson1-1/+1
2010-12-23drm/i915: Verify Ironlake eDP presence on DP_A using the capability fuseChris Wilson2-1/+25
2010-12-23drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt1-0/+23
2010-12-23drm/i915/sdvo: Add hdmi connector properties after initing the connectorChris Wilson1-1/+2
2010-12-23drm/i915: Set the required VFMUNIT clock gating disable on Ironlake.Eric Anholt2-0/+5
2010-12-22Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie29-4778/+6727
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons1-5/+1
2010-12-20drm/i915: Undo "Uncouple render/power ctx before suspending"Chris Wilson1-0/+2
2010-12-20drm/i915: Allow the application to choose the constant addressing modeChris Wilson4-1/+40