aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-34/+19
2022-09-11drm/vkms: fix 32bit compilation error by replacing macrosMelissa Wen1-34/+19
2022-09-10drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli1-1/+2
2022-09-05drm: vkms: Add support to the RGB565 formatIgor Torrente3-3/+76
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente3-1/+82
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente2-31/+32
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente6-178/+318
2022-09-05drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente2-8/+35
2022-09-05drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente3-8/+8
2022-09-05drm: drm_atomic_helper: Add a new helper to deal with the writeback connector validationIgor Torrente1-5/+4
2022-09-05drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente3-65/+66
2022-09-05drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_PLANESIgor Torrente1-1/+1
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+2
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2022-06-12drm: vkms: Alloc the compose frame using vzallocIgor Torrente1-3/+3
2022-06-12drm/vkms: check plane_composer->map[0] before using itTales Lelo da Aparecida1-1/+1
2022-05-25drm/vkms: Update vkms_composer_worker documentationAndré Almeida1-1/+1
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-2/+2
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie4-7/+7
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi4-7/+7
2022-01-09drm/vkms: add support for multiple overlay planesJosé Expósito2-3/+8
2022-01-09drm/vkms: refactor overlay plane creationJosé Expósito1-7/+19
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann4-3/+4
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann1-1/+1
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