summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)Author
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-09drm/vkms: add support for multiple overlay planesJosé Expósito
2022-01-09drm/vkms: refactor overlay plane creationJosé Expósito
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann
2021-08-02drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann
2021-07-13drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann
2021-07-13drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann
2021-07-13drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann
2021-07-08drm/vkms: Create a debugfs file to get vkms config dataBeatriz Martins de Carvalho
2021-07-06drm/vkms: replace macro in vkms_release()Beatriz Martins de Carvalho
2021-06-29drm/vkms: Don't set struct drm_device.irq_enabledThomas Zimmermann
2021-04-29drm/vkms: add overlay supportMelissa Wen
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen
2021-04-29drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen
2021-04-29drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen
2021-03-25drm/vkms: fix misuse of WARN_ONDmitry Vyukov
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-23drm/vkms: Annotate vblank timerDaniel Vetter
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus
2021-01-15drm/vkms: Fix missing kmalloc allocation failure checkColin Ian King
2021-01-12drm/vkms: Add support for writeback moduleSumera Priyadarsini
2021-01-12drm/vkms: Add vkms_config typeSumera Priyadarsini
2020-12-11drm/vkms: Unset preferred_depthDaniel Vetter
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-20drm/vkms: fbdev emulation supportDaniel Vetter
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter
2020-10-15drm/vkms: Set preferred depth correctlyDaniel Vetter
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-25drm/vkms: Introduce GEM object functionsThomas Zimmermann
2020-09-11drm/vkms: Use devm_drm_dev_allocDaniel Vetter
2020-09-07drm/vkms: Add support for writebackRodrigo Siqueira
2020-09-07drm/vkms: Compute CRC without change input dataRodrigo Siqueira
2020-09-07drm/vkms: Decouple crc operations from composerRodrigo Siqueira
2020-08-30drm/vkms: avoid warning in vkms_get_vblank_timestampSidong Yang
2020-08-30drm/vkms: add alpha-premultiplied color blendingMelissa Wen
2020-08-10drm/vkms: add missing platform_device_unregister() in vkms_init()Qinglang Miao
2020-08-10drm/vkms: guarantee vblank when capturing crcMelissa Wen