summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-0781-819/+946
|\
| * Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-02-033-4/+7
| |\
| | * drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctlMichel Dänzer2017-02-022-3/+4
| | * drm/amdgpu/si: fix crash on headless asicsAlex Deucher2017-02-021-1/+3
| * | Merge tag 'topic/vma-fix-for-4.10-2017-02-02' of git://anongit.freedesktop.or...Dave Airlie2017-02-038-144/+99
| |\ \ | | |/ | |/|
| | * drm/i915: Track pinned vma in intel_plane_stateChris Wilson2017-02-017-135/+99
| | * drm/atomic: Unconditionally call prepare_fb.Maarten Lankhorst2017-02-011-9/+0
| * | Merge tag 'drm-misc-fixes-2017-01-31' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-02-013-10/+30
| |\ \
| | * | drm/atomic: Fix double free in drm_atomic_state_default_clearMaarten Lankhorst2017-01-311-5/+8
| | * | drm: Don't race connector registrationDaniel Vetter2017-01-302-0/+7
| | * | drm: prevent double-(un)registration for connectorsDaniel Vetter2017-01-301-5/+15
| | |/
| * | drm/nouveau/kms/nv50: request vblank events for commits that send completion ...Ben Skeggs2017-01-311-0/+6
| * | drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrievalIlia Mirkin2017-01-311-1/+2
| * | drm/nouveau/disp/gt215: Fix HDA ELD handling (thus, HDMI audio) on gt215Alastair Bridgewater2017-01-311-1/+1
| * | drm/nouveau/nouveau/led: prevent compiling the led-code if nouveau=y and leds=mMartin Peres2017-01-311-1/+1
| * | drm/nouveau/disp/mcp7x: disable dptmds workaroundBen Skeggs2017-01-311-2/+0
| * | drm/nouveau: prevent userspace from deleting client objectBen Skeggs2017-01-311-1/+2
| * | drm/nouveau/fence/g84-: protect against concurrent access to semaphore buffersBen Skeggs2017-01-312-0/+7
| |/
| * drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds2017-01-291-0/+3
| * Merge tag 'drm-intel-fixes-2017-01-26' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-01-2711-66/+79
| |\
| | * Merge tag 'gvt-fixes-2017-01-25' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-01-254-56/+24
| | |\
| | | * drm/i915/gvt: Fix kmem_cache_create() nameAlex Williamson2017-01-251-1/+1
| | | * drm/i915/gvt/kvmgt: mdev ABI is available_instances, not available_instanceAlex Williamson2017-01-251-4/+4
| | | * drm/i915/gvt: Fix relocation of shadow bbChris Wilson2017-01-172-47/+19
| | | * drm/i915/gvt: Enable the shadow batch bufferTina Zhang2017-01-171-4/+0
| | * | drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio2017-01-251-0/+1
| | * | drm/i915: Move atomic state free from out of fence releaseChris Wilson2017-01-253-2/+33
| | * | drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira2017-01-251-0/+6
| | * | drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira2017-01-251-2/+3
| | * | drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira2017-01-251-1/+1
| | * | drm/i915: Don't leak edid in intel_crt_detect_ddc()Ander Conselvan de Oliveira2017-01-251-4/+5
| | * | drm/i915: Release temporary load-detect state upon switchingChris Wilson2017-01-251-0/+1
| | * | drm/i915: prevent crash with .disable_display parameterClint Taylor2017-01-251-0/+3
| | * | drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson2017-01-251-1/+2
| * | | drm/nouveau: Handle fbcon suspend/resume in seperate workerLyude Paul2017-01-272-9/+36
| * | | drm/nouveau: Don't enabling polling twice on runtime resumeLyude Paul2017-01-272-2/+6
| * | | drm/ast: Fixed system hanged if disable P2AY.C. Chen2017-01-273-79/+97
| * | | Merge tag 'drm-vc4-fixes-2017-01-23' of https://github.com/anholt/linux into ...Dave Airlie2017-01-273-3/+5
| |\ \ \
| | * | | drm/vc4: Return -EINVAL on the overflow checks failing.Eric Anholt2017-01-171-0/+1
| | * | | drm/vc4: Fix an integer overflow in temporary allocation layout.Eric Anholt2017-01-171-1/+2
| | * | | drm/vc4: fix a bounds checkDan Carpenter2017-01-171-1/+1
| | * | | drm/vc4: Fix memory leak of the CRTC state.Eric Anholt2017-01-171-1/+1
| * | | | Merge branch 'drm-fixes-4.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-01-273-8/+11
| |\ \ \ \
| | * | | | Revert "drm/radeon: always apply pci shutdown callbacks"Alex Deucher2017-01-251-4/+3
| | * | | | drm/amdgpu: fix unload driver issue for virtual displayXiangliang Yu2017-01-231-4/+1
| | * | | | drm/amdgpu: check ring being ready before usingDing Pixel2017-01-231-0/+7
| * | | | | Merge tag 'drm-misc-fixes-2017-01-23' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-01-271-6/+6
| |\ \ \ \ \
| | * | | | | drm/fence: fix memory overwrite when setting out_fence fdGustavo Padovan2017-01-161-6/+6
| * | | | | | Revert "drm/probe-helpers: Drop locking from poll_enable"Dave Airlie2017-01-262-22/+33
| | |/ / / / | |/| | | |
| * | | | | Merge tag 'drm-qemu-20170110' of git://git.kraxel.org/linux into drm-fixesDave Airlie2017-01-232-1/+10
| |\ \ \ \ \