summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard43-99/+131
2020-10-09drm: aspeed: Fix GENMASK misuseOndrej Jirman1-1/+1
2020-10-09drm/aspeed: Add sysfs for output settingsJoel Stanley1-0/+71
2020-10-08dma-buf: use struct_size macroChristian König1-1/+1
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-08drm/vkms: update todoMelissa Wen1-46/+53
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König3-2/+4
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König2-10/+1
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König3-13/+5
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König3-5/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König16-61/+49
2020-10-07drm/ttm: cleanup ttm_handle_caching_state_failureChristian König1-12/+8
2020-10-07drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König1-1/+0
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-05dt-bindings: display: ti,j721e-dss: add missing properties to dt-schemaTomi Valkeinen1-0/+11
2020-10-05dt-bindings: display: ti,am65x-dss: add missing properties to dt-schemaTomi Valkeinen1-0/+11
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-30MAINTAINERS: mark FRAMEBUFFER LAYER as OrphanBartlomiej Zolnierkiewicz1-2/+1
2020-09-30virtio-gpu api: fix 64/32 compat issue with blob implementationAlistair Delva1-1/+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: update todo.rstDaniel Vetter1-3/+0
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König1-3/+5
2020-09-29dma-buf: Document struct dma_buf_mapThomas Zimmermann2-0/+81
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann16-34/+66
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann17-61/+143
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann3-8/+91
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