summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)AuthorLines
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann-3/+4
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann-1/+1
2021-08-02drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann-14/+22
2021-07-13drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann-13/+15
2021-07-13drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann-37/+1
2021-07-13drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann-11/+12
2021-07-08drm/vkms: Create a debugfs file to get vkms config dataBeatriz Martins de Carvalho-0/+28
2021-07-06drm/vkms: replace macro in vkms_release()Beatriz Martins de Carvalho-1/+1
2021-06-29drm/vkms: Don't set struct drm_device.irq_enabledThomas Zimmermann-2/+0
2021-04-29drm/vkms: add overlay supportMelissa Wen-14/+45
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen-15/+48
2021-04-29drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen-15/+16
2021-04-29drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen-34/+22
2021-03-25drm/vkms: fix misuse of WARN_ONDmitry Vyukov-1/+2
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-1/+1
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard-5/+6
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard-5/+6
2021-02-23drm/vkms: Annotate vblank timerDaniel Vetter-1/+7
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann-1/+2
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus-5/+2
2021-01-15drm/vkms: Fix missing kmalloc allocation failure checkColin Ian King-1/+5
2021-01-12drm/vkms: Add support for writeback moduleSumera Priyadarsini-3/+12
2021-01-12drm/vkms: Add vkms_config typeSumera Priyadarsini-12/+43
2020-12-11drm/vkms: Unset preferred_depthDaniel Vetter-1/+4
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann-1/+0
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard-2/+5
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-13/+24
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard-7/+9
2020-10-20drm/vkms: fbdev emulation supportDaniel Vetter-0/+2
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter-327/+29
2020-10-15drm/vkms: Set preferred depth correctlyDaniel Vetter-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-2/+2
2020-09-25drm/vkms: Introduce GEM object functionsThomas Zimmermann-8/+13
2020-09-11drm/vkms: Use devm_drm_dev_allocDaniel Vetter-28/+28
2020-09-07drm/vkms: Add support for writebackRodrigo Siqueira-7/+179
2020-09-07drm/vkms: Compute CRC without change input dataRodrigo Siqueira-12/+22
2020-09-07drm/vkms: Decouple crc operations from composerRodrigo Siqueira-20/+29
2020-08-30drm/vkms: avoid warning in vkms_get_vblank_timestampSidong Yang-0/+5
2020-08-30drm/vkms: add alpha-premultiplied color blendingMelissa Wen-16/+39
2020-08-10drm/vkms: add missing platform_device_unregister() in vkms_init()Qinglang Miao-1/+1
2020-08-10drm/vkms: guarantee vblank when capturing crcMelissa Wen-3/+17
2020-08-02drm/vkms: fix xrgb on compute crcMelissa Wen-1/+1
2020-07-12drm/vkms: change the max cursor width/heightMelissa Wen-0/+2
2020-05-19drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-1/+1
2020-05-06drm/vkms: Hold gem object while still in-useEzequiel Garcia-10/+6