summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
Commit message (Expand)AuthorAgeFilesLines
* drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann2021-08-084-3/+4
* drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann2021-08-081-1/+1
* drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann2021-08-023-14/+22
* drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann2021-07-133-13/+15
* drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann2021-07-131-37/+1
* drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann2021-07-133-11/+12
* drm/vkms: Create a debugfs file to get vkms config dataBeatriz Martins de Carvalho2021-07-081-0/+28
* drm/vkms: replace macro in vkms_release()Beatriz Martins de Carvalho2021-07-061-1/+1
* drm/vkms: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/vkms: add overlay supportMelissa Wen2021-04-295-14/+45
* drm/vkms: add XRGB planes compositionMelissa Wen2021-04-292-15/+48
* drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen2021-04-291-15/+16
* drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen2021-04-293-34/+22
* drm/vkms: fix misuse of WARN_ONDmitry Vyukov2021-03-251-1/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-5/+6
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-5/+6
* drm/vkms: Annotate vblank timerDaniel Vetter2021-02-231-1/+7
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-1/+2
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-5/+2
* drm/vkms: Fix missing kmalloc allocation failure checkColin Ian King2021-01-151-1/+5
* drm/vkms: Add support for writeback moduleSumera Priyadarsini2021-01-123-3/+12
* drm/vkms: Add vkms_config typeSumera Priyadarsini2021-01-123-12/+43
* drm/vkms: Unset preferred_depthDaniel Vetter2020-12-111-1/+4
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-241-1/+0
* drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-201-2/+5
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-13/+24
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-7/+9
* drm/vkms: fbdev emulation supportDaniel Vetter2020-10-201-0/+2
* drm/vkms: Switch to shmem helpersDaniel Vetter2020-10-157-327/+29
* drm/vkms: Set preferred depth correctlyDaniel Vetter2020-10-151-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/vkms: Introduce GEM object functionsThomas Zimmermann2020-09-252-8/+13
* drm/vkms: Use devm_drm_dev_allocDaniel Vetter2020-09-111-28/+28
* drm/vkms: Add support for writebackRodrigo Siqueira2020-09-075-7/+179
* drm/vkms: Compute CRC without change input dataRodrigo Siqueira2020-09-071-12/+22
* drm/vkms: Decouple crc operations from composerRodrigo Siqueira2020-09-071-20/+29
* drm/vkms: avoid warning in vkms_get_vblank_timestampSidong Yang2020-08-301-0/+5
* drm/vkms: add alpha-premultiplied color blendingMelissa Wen2020-08-301-16/+39
* drm/vkms: add missing platform_device_unregister() in vkms_init()Qinglang Miao2020-08-101-1/+1
* drm/vkms: guarantee vblank when capturing crcMelissa Wen2020-08-101-3/+17
* drm/vkms: fix xrgb on compute crcMelissa Wen2020-08-021-1/+1
* drm/vkms: change the max cursor width/heightMelissa Wen2020-07-121-0/+2
* drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm/vkms: Hold gem object while still in-useEzequiel Garcia2020-05-062-10/+6