summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-0/+1
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-1/+1
2017-01-10drm/virtio: fix framebuffer sparse warningGerd Hoffmann1-1/+1
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie4-8/+3
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2-3/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie4-8/+10
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi1-4/+0
2016-12-18drm/ttm: use designated initializersKees Cook1-5/+5
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä1-1/+2
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin1-0/+2
2016-12-15drm/virtio: fix lock context imbalanceMichael S. Tsirkin1-1/+3
2016-12-15drm/virtio: fix endianness in primary_plane_updateMichael S. Tsirkin1-2/+2
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie4-15/+12
2016-11-15drm/virtio: allocate some extra bufsGerd Hoffmann1-1/+1
2016-11-15Revert "drm: virtio: reinstate drm_virtio_set_busid()"Gerd Hoffmann3-12/+0
2016-11-15drm/virtio: fix busid regressionGerd Hoffmann1-2/+11
2016-11-14drm/virtio: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-2/+1
2016-11-03virtio-gpu: fix vblank eventsGerd Hoffmann1-2/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie5-22/+22
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson5-22/+22
2016-10-21drm/virtio: kconfig: Fixup white space.Peter Griffin1-3/+3
2016-10-04drm: virtio: reinstate drm_virtio_set_busid()Laszlo Ersek3-0/+12
2016-09-28Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie5-19/+15
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-09-20drm/virtio: add real fence context and seqnoGustavo Padovan3-1/+3
2016-09-20drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrappingGustavo Padovan1-16/+8
2016-09-20virtio-gpu: avoid possible NULL pointer dereferenceHeinrich Schuchardt1-2/+4
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-08-19virtio-gpu: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-9/+4
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-1/+2
2016-07-19drm/virtio: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter1-0/+6
2016-07-18drm/virtio: make fbdev support really optionalTobias Jakobi1-4/+0
2016-07-18drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlo...Markus Elfring1-4/+2
2016-07-07drm/ttm: add wait for idle in all drivers bo_move functionsChristian König1-0/+6
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter3-12/+0
2016-06-14drm/virtio: Don't reinvent a flipping wheelDaniel Vetter1-58/+13
2016-06-10drm: virtgpu: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-09Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...Dave Airlie3-113/+155