summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)AuthorLines
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-34/+19
2022-09-11drm/vkms: fix 32bit compilation error by replacing macrosMelissa Wen-34/+19
2022-09-10drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli-1/+2
2022-09-05drm: vkms: Add support to the RGB565 formatIgor Torrente-3/+76
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente-1/+82
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente-31/+32
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente-178/+318
2022-09-05drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente-8/+35
2022-09-05drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente-8/+8
2022-09-05drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente-5/+4
2022-09-05drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente-65/+66
2022-09-05drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_P...Igor Torrente-1/+1
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann-1/+0
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+2
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+2
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-1/+1
2022-06-12drm: vkms: Alloc the compose frame using vzallocIgor Torrente-3/+3
2022-06-12drm/vkms: check plane_composer->map[0] before using itTales Lelo da Aparecida-1/+1
2022-05-25drm/vkms: Update vkms_composer_worker documentationAndré Almeida-1/+1
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar-2/+2
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-7/+7
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-7/+7
2022-01-09drm/vkms: add support for multiple overlay planesJosé Expósito-3/+8
2022-01-09drm/vkms: refactor overlay plane creationJosé Expósito-7/+19
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