summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)Author
2023-09-14Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"Maíra Canal
2023-07-27drm/vkms: Fix race-condition between the hrtimer and the atomic commitMaíra Canal
2023-07-27drm/vkms: Add support to 1D gamma LUTArthur Grillo
2023-06-24drm/vkms: Isolate writeback pixel conversion functionsMaíra Canal
2023-06-24drm/vkms: Enable ARGB8888 support for writebackMaíra Canal
2023-06-24drm/vkms: Reduce critical sectionMaíra Canal
2023-06-19drm/vkms: Fix all kernel-doc warnings of the vkms_composer fileMaíra Canal
2023-06-19drm/vkms: Add kernel-doc to the function vkms_compose_row()Maíra Canal
2023-05-15drm/vkms: Fix RGB565 pixel conversionMaíra Canal
2023-05-08drm/vkms: add rotate-270 propertyMaíra Canal
2023-05-08drm/vkms: add rotate-90 propertyMaíra Canal
2023-05-08drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal
2023-05-08drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal
2023-04-26drm/vkms: allow full alpha blending on all planesMaíra Canal
2023-04-24drm/vkms: isolate pixel conversion functionalityMaíra Canal
2023-04-12drm/vkms: Use drmm_mode_config_init()Maíra Canal
2023-04-12drm/vkms: Use drmm_crtc_init_with_planes()Maíra Canal
2023-04-07drm/vkms: Remove <drm/drm_simple_kms_helper.h> includeJavier Martinez Canillas
2023-04-07drm/vkms: Drop vkms_connector_destroy() wrapperJavier Martinez Canillas
2023-04-06drm/vkms: allow the primary plane to be positionedMaíra Canal
2023-04-06drm/vkms: remove the need for the primary plane to be visibleMaíra Canal
2023-01-12drm/vkms: reintroduce prepare_fb and cleanup_fb functionsMaíra Canal
2022-12-22drm/vkms: use new debugfs device-centered functionsMaíra Canal
2022-11-29drm/vkms: change min cursor size to accept smaller valuesAlaa Emad
2022-11-29drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can
2022-11-29drm/vkms: Fix memory leak in vkms_init()Yuan Can
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-09-11drm/vkms: fix 32bit compilation error by replacing macrosMelissa Wen
2022-09-10drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli
2022-09-05drm: vkms: Add support to the RGB565 formatIgor Torrente
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente
2022-09-05drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente
2022-09-05drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente
2022-09-05drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente
2022-09-05drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente
2022-09-05drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_P...Igor Torrente
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2022-06-12drm: vkms: Alloc the compose frame using vzallocIgor Torrente
2022-06-12drm/vkms: check plane_composer->map[0] before using itTales Lelo da Aparecida
2022-05-25drm/vkms: Update vkms_composer_worker documentationAndré Almeida
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie