summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/radeon/kms: add quirk for Mac Radeon HD 2600 cardAlex Deucher2011-01-061-0/+11
| * | drm/radeon: use system_wq instead of dev_priv->wqTejun Heo2011-01-068-44/+23
| * | drm/radeon/kms: manage r300 CMASK RAM access and allow CMASK clearMarek Olšák2011-01-065-14/+40
| * | drm/radeon/kms: adjust quirk for acer laptopAlex Deucher2011-01-061-10/+11
| * | vga_switcheroo: split switching into two stages.Dave Airlie2011-01-051-11/+34
| * | drm/switcheroo: track state of switch in drivers.Dave Airlie2011-01-059-12/+35
| * | vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs.Dave Airlie2011-01-054-0/+15
| * | nouveau/acpi: improve detection of what is IGD and what is DIS.Dave Airlie2011-01-051-3/+8
| * | drm/nouveau: add delayed switch complete callback.Dave Airlie2011-01-051-0/+1
| * | vga_switcheroo: add debugging mux switch option.Dave Airlie2011-01-051-0/+16
| * | vga_switcheroo: make power switch handler optionalDave Airlie2011-01-051-4/+4
| * | vga_switcheroo: print the IGD/DIS flag in the debugfs output.Dave Airlie2011-01-051-1/+2
| * | drm/radeon/kms: implement gpu lockup check for evergreenAlex Deucher2011-01-052-2/+25
| * | Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-0516-46/+129
| |\ \
| * | | drm/radeon/kms: add ARGB2101010 colorbuffer support for r500Marek Olšák2010-12-222-1/+8
| * | | Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie2010-12-2243-4808/+6870
| |\ \ \
| | * | | drm/i915: Undo "Uncouple render/power ctx before suspending"Chris Wilson2010-12-201-0/+2
| | * | | drm/i915: Allow the application to choose the constant addressing modeChris Wilson2010-12-204-1/+40
| | * | | drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes2010-12-187-20/+137
| | * | | drm/i915: Enable EI mode for RCx decision making on SandybridgeChris Wilson2010-12-171-0/+1
| | * | | drm/i915/sdvo: Border and stall select became test bits in gen5Chris Wilson2010-12-161-2/+5
| | * | | drm/i915: Add Guess-o-matic for pageflip timestamping.Mario Kleiner2010-12-161-14/+20
| | * | | drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner2010-12-165-6/+119
| | * | | Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-16105-5084/+10693
| | |\ \ \
| | * | | | drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu2010-12-154-3/+20
| | * | | | drm/i915: Add self-refresh support on SandybridgeYuanhan Liu2010-12-153-18/+334
| | * | | | drm/i915: Wait for vblank before unpinning old fbChris Wilson2010-12-151-1/+3
| | * | | | Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2010-12-152-3/+162
| | * | | | drm/i915: Pass clock limits down to PLL matcherChris Wilson2010-12-141-18/+16
| | * | | | drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson2010-12-141-2/+4
| | * | | | drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-144-46/+56
| | * | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-0910-69/+79
| | |\ \ \ \
| | * | | | | drm/i915: Enable RC6 autodownclocking on SandybridgeChris Wilson2010-12-092-0/+148
| | * | | | | drm/i915: Terminate the FORCE WAKE after we have finished readingChris Wilson2010-12-093-9/+35
| | * | | | | drm/i915/gtt: Clear the cachelines upon resumeChris Wilson2010-12-091-1/+2
| | * | | | | drm/i915: Restore GTT mapping first upon resumeChris Wilson2010-12-091-1/+6
| | * | | | | drm/i915: driver.suspend and .resume are always setChris Wilson2010-12-091-5/+0
| | * | | | | drm/i915: Mark the user reloc error paths as unlikelyChris Wilson2010-12-091-9/+8
| | * | | | | drm/i915: Eliminate drm_gem_object_lookup during relocationChris Wilson2010-12-092-27/+129
| | * | | | | drm/i915: Re-arm the idle timers if the device is still busyChris Wilson2010-12-091-2/+16
| | * | | | | drm/i915: Disable renderctx powersaving support for IronlakeChris Wilson2010-12-071-1/+1
| | * | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-074-61/+91
| | |\ \ \ \ \
| | * | | | | | drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson2010-12-061-1/+1
| | * | | | | | drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson2010-12-061-2/+3
| | * | | | | | drm/i915: Completely disable fence pipelining.Chris Wilson2010-12-051-2/+4
| | * | | | | | drm/i915: Uncouple render/power ctx before suspendingChris Wilson2010-12-053-26/+36
| | * | | | | | drm/i915: Ignore fenced commands for gpu access on gen4Chris Wilson2010-12-051-11/+16
| | * | | | | | drm/i915: caps.has_rc6 is no longer used, remove it.Chris Wilson2010-12-053-6/+3
| | * | | | | | drm/i915: Power Context register is only available for gen4 mobilesChris Wilson2010-12-051-1/+1
| | * | | | | | drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson2010-12-052-159/+4
OpenPOWER on IntegriCloud