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