summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard42-88/+129
2020-10-09drm: aspeed: Fix GENMASK misuseOndrej Jirman1-1/+1
2020-10-09drm/aspeed: Add sysfs for output settingsJoel Stanley1-0/+71
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon1-9/+53
2020-10-08drm/atomic: debug output for EBUSYDaniel Vetter1-3/+17
2020-10-08drm/atomic: document and enforce rules around "spurious" EBUSYDaniel Vetter1-0/+29
2020-10-08drm/fb-helper: Add locking to sysrq handlingDaniel Vetter1-21/+5
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König3-2/+88
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König1-1/+1
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König2-12/+5
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König2-3/+4
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König14-39/+47
2020-10-07drm/ttm: cleanup ttm_handle_caching_state_failureChristian König1-12/+8
2020-10-07drm/ttm: make move callback compulstoryDave Airlie1-12/+1
2020-10-07drm/vram_helper: implement a ttm move callback.Dave Airlie1-0/+21
2020-10-07drm/vmwgfx: add a move callback.Dave Airlie1-1/+19
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie3-4/+3
2020-10-07drm/qxl: drop unused code (v2)Dave Airlie1-21/+8
2020-10-06drm/nouveau/ttm: memcpy waits for bo alreadyDave Airlie1-3/+1
2020-10-06drm/nouveau/ttm: handle ttm moves properly.Dave Airlie1-0/+12
2020-10-05drm/bridge: tc358764: restore connector supportMarek Szyprowski1-15/+92
2020-10-05drm: bridge: dw-hdmi: Constify dw_hdmi_i2s_opsRikard Falkeborn1-1/+1
2020-10-05drm/gma500: fix double free of gma_connectorTom Rix1-1/+1
2020-10-05drm/sched: Avoid infinite waits in the drm_sched_entity_destroy() pathBoris Brezillon1-0/+3
2020-10-05drm/tidss: Add prepare_fb to the plane helper funcsGowtham Tammana1-0/+2
2020-10-04Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"Paul Cercueil3-126/+4
2020-10-02drm/atomic: Make the kerneldoc a bit clearerDaniel Vetter1-5/+5
2020-10-01drm/panfrost: simplify the return expression of panfrost_devfreq_target()Qinglang Miao1-6/+1
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao1-7/+1
2020-09-30drm/hisilicon: Delete the unused macroTian Tao1-2/+0
2020-09-30drm/hisilicon: Using the to_hibmc_drm_private to convertTian Tao3-16/+15
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König1-3/+5
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann8-19/+21
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann8-28/+67
2020-09-29drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao1-6/+1
2020-09-29drm/virtio: advertise features to userspaceGurchetan Singh1-1/+10
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann4-3/+144
2020-09-29drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh1-0/+3
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh3-6/+47
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh2-13/+31
2020-09-29drm/virtio: implement blob resources: blob display integrationGurchetan Singh1-6/+17
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh2-0/+80
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann7-3/+293
2020-09-29drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh1-3/+14
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh2-2/+3
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann3-2/+25
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann4-3/+10
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh3-11/+11
2020-09-29drm/virtio: blob prep: refactor getting pages and attaching backingGurchetan Singh1-8/+8
2020-09-29drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_opsThomas Zimmermann1-0/+1