summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/radeon: improve dac adjust heuristics for legacy pdacAlex Deucher2013-07-221-2/+4
| * | | drm/radeon: Another card with wrong primary dac adjOndrej Zary2013-07-221-2/+6
| * | | drm/radeon: fix endian issues with DP handling (v3)Alex Deucher2013-07-221-4/+39
| * | | drm/radeon/vm: only align the pt base to 32kAlex Deucher2013-07-221-4/+4
| * | | drm/radeon: wait for 3D idle before using CP DMAAlex Deucher2013-07-221-1/+4
| |/ /
* | | Merge branch 'qxl-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-2613-508/+859
|\ \ \
| * | | qxl: convert qxl driver to proper use for reservationsDave Airlie2013-07-2410-464/+676
| * | | qxl: allow creation of pre-pinned objects and use for releases.Dave Airlie2013-07-247-24/+20
| * | | drm/qxl: add delayed fb operationsDave Airlie2013-07-242-21/+164
* | | | Merge tag 'pm+acpi-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-261-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8"Rafael J. Wysocki2013-07-261-1/+1
| |/ /
* | | Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-2210-49/+110
|\ \ \
| * | | drm/i915: fix up gt init sequence falloutDaniel Vetter2013-07-214-6/+7
| * | | drm/i915: Serialize almost all register accessChris Wilson2013-07-201-3/+6
| * | | drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa2013-07-203-1/+19
| * | | drm/i915: correctly restore fences with objects attachedDaniel Vetter2013-07-191-2/+16
| * | | Merge tag 'v3.10' into drm-intel-fixesDaniel Vetter2013-07-184-17/+13
| |\ \ \
| * | | | drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()Chris Wilson2013-07-171-10/+13
| * | | | drm/i915: Sanitize shared dpll stateDaniel Vetter2013-07-171-2/+17
| * | | | drm/i915: fix long-standing SNB regression in power consumption after resume v2Konstantin Khlebnikov2013-07-172-11/+12
| * | | | drm/i915: Preserve the DDI_A_4_LANES bit from the biosStéphane Marchesin2013-07-132-5/+7
| * | | | drm/i915: fix pfit regression for non-autoscaled resolutionsDaniel Vetter2013-07-122-4/+4
| * | | | drm/i915: fix up readout of the lvds dither bit on gen2/3Daniel Vetter2013-07-112-7/+11
* | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-07-2214-65/+121
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | drm/nouveau: do not allow negative sizes for nowMaarten Lankhorst2013-07-101-0/+6
| * | | | drm/nouveau: add falcon interrupt handlerMaarten Lankhorst2013-07-107-0/+26
| * | | | drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.Ben Skeggs2013-07-102-3/+15
| * | | | drm/nouveau: bump fence timeout to 15 secondsMaarten Lankhorst2013-07-101-1/+1
| * | | | drm/nouveau: do not unpin in nouveau_gem_object_delMaarten Lankhorst2013-07-102-8/+5
| * | | | drm/nv50/kms: fix pin refcnt leaksBen Skeggs2013-07-101-11/+35
| * | | | drm/nouveau: fix some error-path leaks in fbcon handling codeMaarten Lankhorst2013-07-102-6/+11
| * | | | drm/nouveau: fix locking issues in page flipping pathsBen Skeggs2013-07-103-36/+22
| * | | | Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-nextBen Skeggs2013-07-08257-6608/+66802
| |\ \ \ \
* | | | | | drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter2013-07-221-16/+11
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-211-1/+1
|\ \ \ \ \
| * | | | | ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki2013-07-181-1/+1
* | | | | | Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-f...Dave Airlie2013-07-182-4/+14
|\ \ \ \ \ \
| * | | | | | drm/rcar-du: Use the GEM PRIME helpersLaurent Pinchart2013-07-171-2/+7
| * | | | | | drm/shmobile: Use the GEM PRIME helpersLaurent Pinchart2013-07-171-2/+7
| |/ / / / /
* | | | | | Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2013-07-1811-33/+77
|\ \ \ \ \ \
| * | | | | | drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher2013-07-174-0/+31
| * | | | | | drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher2013-07-171-3/+6
| * | | | | | drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider2013-07-171-2/+3
| * | | | | | drm/radeon/dpm: fix atom vram table parsingAlex Deucher2013-07-171-16/+10
| * | | | | | drm/radeon: fix an endian bug in atom table parsingAlex Deucher2013-07-171-1/+1
| * | | | | | drm/radeon: add a module parameter to disable aspmAlex Deucher2013-07-176-12/+27
* | | | | | | Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-175-68/+93
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Revert "drm/i915: Workaround incoherence between fences and LLC across multip...Chris Wilson2013-07-101-43/+4
| * | | | | drm/i915: Fix incoherence with fence updates on Sandybridge+Chris Wilson2013-07-101-6/+24
| * | | | | drm/i915: Fix write-read race with multiple ringsChris Wilson2013-07-101-0/+4