summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)AuthorLines
2023-07-27drm/vkms: Fix race-condition between the hrtimer and the atomic commitMaíra Canal-7/+15
2023-07-27drm/vkms: Add support to 1D gamma LUTArthur Grillo-1/+117
2023-06-24drm/vkms: Isolate writeback pixel conversion functionsMaíra Canal-89/+63
2023-06-24drm/vkms: Enable ARGB8888 support for writebackMaíra Canal-0/+1
2023-06-24drm/vkms: Reduce critical sectionMaíra Canal-2/+4
2023-06-19drm/vkms: Fix all kernel-doc warnings of the vkms_composer fileMaíra Canal-2/+4
2023-06-19drm/vkms: Add kernel-doc to the function vkms_compose_row()Maíra Canal-0/+13
2023-05-15drm/vkms: Fix RGB565 pixel conversionMaíra Canal-6/+6
2023-05-08drm/vkms: add rotate-270 propertyMaíra Canal-8/+10
2023-05-08drm/vkms: add rotate-90 propertyMaíra Canal-5/+22
2023-05-08drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal-5/+18
2023-05-08drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal-4/+28
2023-04-26drm/vkms: allow full alpha blending on all planesMaíra Canal-31/+3
2023-04-24drm/vkms: isolate pixel conversion functionalityMaíra Canal-81/+56
2023-04-12drm/vkms: Use drmm_mode_config_init()Maíra Canal-1/+5
2023-04-12drm/vkms: Use drmm_crtc_init_with_planes()Maíra Canal-3/+2
2023-04-07drm/vkms: Remove <drm/drm_simple_kms_helper.h> includeJavier Martinez Canillas-2/+6
2023-04-07drm/vkms: Drop vkms_connector_destroy() wrapperJavier Martinez Canillas-6/+1
2023-04-06drm/vkms: allow the primary plane to be positionedMaíra Canal-5/+1
2023-04-06drm/vkms: remove the need for the primary plane to be visibleMaíra Canal-4/+0
2023-01-12drm/vkms: reintroduce prepare_fb and cleanup_fb functionsMaíra Canal-1/+35
2022-12-22drm/vkms: use new debugfs device-centered functionsMaíra Canal-11/+6
2022-11-29drm/vkms: change min cursor size to accept smaller valuesAlaa Emad-2/+2
2022-11-29drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can-1/+2
2022-11-29drm/vkms: Fix memory leak in vkms_init()Yuan Can-1/+6
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