summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)AuthorFilesLines
2024-01-02drm/vkms: Avoid reading beyond LUT arrayHarry Wentland1-4/+10
2024-01-02drm/vkms: Create separate Kconfig file for VKMSHarry Wentland1-0/+15
2023-12-08drm/vkms: move wb's atomic_check from encoder to connectorDmitry Baryshkov1-11/+15
2023-12-08drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_stateDmitry Baryshkov1-1/+2
2023-09-14Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"Maíra Canal3-15/+7
2023-07-28drm/vkms: Fix race-condition between the hrtimer and the atomic commitMaíra Canal3-7/+15
2023-07-28drm/vkms: Add support to 1D gamma LUTArthur Grillo4-1/+117
2023-06-25drm/vkms: Isolate writeback pixel conversion functionsMaíra Canal5-89/+63
2023-06-25drm/vkms: Enable ARGB8888 support for writebackMaíra Canal1-0/+1
2023-06-25drm/vkms: Reduce critical sectionMaíra Canal1-2/+4
2023-06-20drm/vkms: Fix all kernel-doc warnings of the vkms_composer fileMaíra Canal1-2/+4
2023-06-20drm/vkms: Add kernel-doc to the function vkms_compose_row()Maíra Canal1-0/+13
2023-05-15drm/vkms: Fix RGB565 pixel conversionMaíra Canal1-6/+6
2023-05-08drm/vkms: add rotate-270 propertyMaíra Canal3-8/+10
2023-05-08drm/vkms: add rotate-90 propertyMaíra Canal3-5/+22
2023-05-08drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal2-5/+18
2023-05-08drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal4-4/+28
2023-04-26drm/vkms: allow full alpha blending on all planesMaíra Canal1-31/+3
2023-04-24drm/vkms: isolate pixel conversion functionalityMaíra Canal5-81/+56
2023-04-12drm/vkms: Use drmm_mode_config_init()Maíra Canal1-1/+5
2023-04-12drm/vkms: Use drmm_crtc_init_with_planes()Maíra Canal1-3/+2
2023-04-07drm/vkms: Remove <drm/drm_simple_kms_helper.h> includeJavier Martinez Canillas1-2/+6
2023-04-07drm/vkms: Drop vkms_connector_destroy() wrapperJavier Martinez Canillas1-6/+1
2023-04-06drm/vkms: allow the primary plane to be positionedMaíra Canal1-5/+1
2023-04-06drm/vkms: remove the need for the primary plane to be visibleMaíra Canal1-4/+0
2023-01-12drm/vkms: reintroduce prepare_fb and cleanup_fb functionsMaíra Canal1-1/+35
2022-12-22drm/vkms: use new debugfs device-centered functionsMaíra Canal1-11/+6
2022-11-30drm/vkms: change min cursor size to accept smaller valuesAlaa Emad1-2/+2
2022-11-30drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can1-1/+2
2022-11-30drm/vkms: Fix memory leak in vkms_init()Yuan Can1-1/+6
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
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-11drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli1-1/+2
2022-09-06drm: vkms: Add support to the RGB565 formatIgor Torrente3-3/+76
2022-09-06drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente3-1/+82
2022-09-06drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente2-31/+32
2022-09-06drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente6-178/+318
2022-09-06drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente2-8/+35
2022-09-06drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente3-8/+8
2022-09-06drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente1-5/+4
2022-09-06drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente3-65/+66
2022-09-06drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_P...Igor 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...Daniel Vetter1-1/+1
2022-06-13drm: vkms: Alloc the compose frame using vzallocIgor Torrente1-3/+3