summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2015-10-31drm: Correct arguments to list_tail_add in create blob ioctlManeet Singh-1/+1
2015-10-31drm: crtc: integer overflow in drm_property_create_blob()Dan Carpenter-1/+1
2015-10-29drm/radeon: fix dpms when driver backlight control is disabledAlex Deucher-4/+14
2015-10-29drm/radeon: move bl encoder assignment into bl initAlex Deucher-1/+2
2015-10-25Merge branch 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linuxDave Airlie-14/+20
2015-10-23drm/amdgpu: don't try to recreate sysfs entries on resumeAlex Deucher-0/+6
2015-10-23drm/radeon: don't try to recreate sysfs entries on resumeAlex Deucher-14/+22
2015-10-23drm/amdgpu: stop leaking page flip fenceChristian König-4/+0
2015-10-22Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-4/+15
2015-10-22Merge tag 'drm-intel-fixes-2015-10-16' of git://anongit.freedesktop.org/drm-i...Dave Airlie-55/+75
2015-10-22Merge branch 'linux-4.3' of git://anongit.freedesktop.org/nouveau/linux-2.6 i...Dave Airlie-2/+3
2015-10-22drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin-2/+3
2015-10-22drm: fix mutex leak in drm_dp_get_mst_branch_deviceAdam Richter-3/+4
2015-10-21drm/vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom-14/+20
2015-10-19drm/amdgpu: add missing dpm check for KV dpm late initAlex Deucher-0/+3
2015-10-19drm/amdgpu/dpm: don't add pwm attributes if DPM is disabledAlex Deucher-2/+6
2015-10-19drm/radeon/dpm: don't add pwm attributes if DPM is disabledAlex Deucher-2/+6
2015-10-16drm/virtio: use %llu format string form atomic64_tArnd Bergmann-3/+3
2015-10-16Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-10/+90
2015-10-16Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/...Dave Airlie-1/+2
2015-10-15drm/amdgpu: Keep the pflip interrupts always enabled v7Michel Dänzer-8/+84
2015-10-15drm/amdgpu: adjust default dispclk (v2)Alex Deucher-2/+6
2015-10-15drm/dp/mst: make mst i2c transfer code more robust.Dave Airlie-1/+2
2015-10-15drm/radeon: attach tile property to mst connectorDave Airlie-0/+1
2015-10-14drm/i915: Add primary plane to mask if it's visibleMaarten Lankhorst-2/+6
2015-10-14drm/i915: Move sprite/cursor plane disable to intel_sanitize_crtc()Ville Syrjälä-24/+20
2015-10-14drm/i915: Assign hwmode after encoder state readoutVille Syrjälä-27/+30
2015-10-14Revert "drm/i915: Add primary plane to mask if it's visible"Jani Nikula-5/+2
2015-10-13drm/i915: Deny wrapping an userptr into a framebufferChris Wilson-1/+9
2015-10-13drm/i915: Enable DPLL VGA mode before P1/P2 divider writeVille Syrjälä-0/+7
2015-10-13drm/i915: Restore lost DPLL register write on gen2-4Ville Syrjälä-0/+2
2015-10-13drm/i915: Flush pipecontrol post-sync writesChris Wilson-0/+3
2015-10-13drm/i915: Fix kerneldoc for i915_gem_shrink_allDaniel Vetter-1/+1
2015-10-13drm/vmwgfx: Fix kernel NULL pointer dereference on older hardwareThomas Hellstrom-1/+2
2015-10-12Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie-14/+77
2015-10-12drm/nouveau/bios: fix OF loadingIlia Mirkin-11/+36
2015-10-12drm/nouveau/fbcon: take runpm reference when userspace has an open fdBen Skeggs-0/+24
2015-10-12drm/nouveau/nouveau: Disable AGP for SiS 761Ondrej Zary-2/+6
2015-10-12drm/nouveau/display: allow up to 16k width/height for fermi+Ilia Mirkin-1/+5
2015-10-12drm/nouveau/bios: translate devinit pri/sec i2c bus to internal identifiersBen Skeggs-0/+6
2015-10-09drm: Fix locking for sysfs dpms fileDaniel Vetter-9/+3
2015-10-09Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-59/+118
2015-10-08drm/amdgpu: fix memory leak in amdgpu_vm_update_page_directorySudip Mukherjee-1/+3
2015-10-07drm/amdgpu: fix 32-bit compiler warningArnd Bergmann-3/+3
2015-10-07drm/qxl: avoid dependency lockFrediano Ziglio-3/+1
2015-10-07drm/qxl: avoid buffer reservation in qxl_crtc_page_flipFrediano Ziglio-1/+9
2015-10-07drm/qxl: fix framebuffer dirty rectangle tracking.Gerd Hoffmann-8/+11
2015-10-06drm/amdgpu: flag iceland as experimentalAlex Deucher-5/+5
2015-10-06drm/amdgpu: check before checking pci bridge registersAlex Deucher-0/+6
2015-10-05drm/amdgpu: fix num_crtc on CZAlex Deucher-1/+1