aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms
AgeCommit message (Expand)AuthorFilesLines
2023-12-08drm/vkms: move wb's atomic_check from encoder to connectorGravatar Dmitry Baryshkov 1-11/+15
2023-12-08drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_stateGravatar Dmitry Baryshkov 1-1/+2
2023-09-14Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"Gravatar Maíra Canal 3-15/+7
2023-07-27drm/vkms: Fix race-condition between the hrtimer and the atomic commitGravatar Maíra Canal 3-7/+15
2023-07-27drm/vkms: Add support to 1D gamma LUTGravatar Arthur Grillo 4-1/+117
2023-06-24drm/vkms: Isolate writeback pixel conversion functionsGravatar Maíra Canal 5-89/+63
2023-06-24drm/vkms: Enable ARGB8888 support for writebackGravatar Maíra Canal 1-0/+1
2023-06-24drm/vkms: Reduce critical sectionGravatar Maíra Canal 1-2/+4
2023-06-19drm/vkms: Fix all kernel-doc warnings of the vkms_composer fileGravatar Maíra Canal 1-2/+4
2023-06-19drm/vkms: Add kernel-doc to the function vkms_compose_row()Gravatar Maíra Canal 1-0/+13
2023-05-15drm/vkms: Fix RGB565 pixel conversionGravatar Maíra Canal 1-6/+6
2023-05-08drm/vkms: add rotate-270 propertyGravatar Maíra Canal 3-8/+10
2023-05-08drm/vkms: add rotate-90 propertyGravatar Maíra Canal 3-5/+22
2023-05-08drm/vkms: add reflect-y and rotate-180 propertyGravatar Maíra Canal 2-5/+18
2023-05-08drm/vkms: add rotate-0 and reflect-x propertyGravatar Maíra Canal 4-4/+28
2023-04-26drm/vkms: allow full alpha blending on all planesGravatar Maíra Canal 1-31/+3
2023-04-24drm/vkms: isolate pixel conversion functionalityGravatar Maíra Canal 5-81/+56
2023-04-12drm/vkms: Use drmm_mode_config_init()Gravatar Maíra Canal 1-1/+5
2023-04-12drm/vkms: Use drmm_crtc_init_with_planes()Gravatar Maíra Canal 1-3/+2
2023-04-07drm/vkms: Remove <drm/drm_simple_kms_helper.h> includeGravatar Javier Martinez Canillas 1-2/+6
2023-04-07drm/vkms: Drop vkms_connector_destroy() wrapperGravatar Javier Martinez Canillas 1-6/+1
2023-04-06drm/vkms: allow the primary plane to be positionedGravatar Maíra Canal 1-5/+1
2023-04-06drm/vkms: remove the need for the primary plane to be visibleGravatar Maíra Canal 1-4/+0
2023-01-12drm/vkms: reintroduce prepare_fb and cleanup_fb functionsGravatar Maíra Canal 1-1/+35
2022-12-22drm/vkms: use new debugfs device-centered functionsGravatar Maíra Canal 1-11/+6
2022-11-29drm/vkms: change min cursor size to accept smaller valuesGravatar Alaa Emad 1-2/+2
2022-11-29drm/vkms: Fix null-ptr-deref in vkms_release()Gravatar Yuan Can 1-1/+2
2022-11-29drm/vkms: Fix memory leak in vkms_init()Gravatar Yuan Can 1-1/+6
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileGravatar Thomas Zimmermann 1-1/+1
2022-09-14Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 1-34/+19
2022-09-11drm/vkms: fix 32bit compilation error by replacing macrosGravatar Melissa Wen 1-34/+19
2022-09-10drm/vkms: fix variable dereferenced before check warningGravatar Harshit Mogalapalli 1-1/+2
2022-09-05drm: vkms: Add support to the RGB565 formatGravatar Igor Torrente 3-3/+76
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsGravatar Igor Torrente 3-1/+82
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCGravatar Igor Torrente 2-31/+32
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsGravatar Igor Torrente 6-178/+318
2022-09-05drm: vkms: Add fb information to `vkms_writeback_job`Gravatar Igor Torrente 2-8/+35
2022-09-05drm: vkms: get the reference to `drm_framebuffer` instead if coping itGravatar Igor Torrente 3-8/+8
2022-09-05drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Gravatar Igor Torrente 1-5/+4
2022-09-05drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Gravatar Igor Torrente 3-65/+66
2022-09-05drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_P...Gravatar Igor Torrente 1-1/+1
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGGravatar Thomas Zimmermann 1-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersGravatar Thomas Zimmermann 1-1/+0
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hGravatar Ville Syrjälä 1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hGravatar Ville Syrjälä 2-0/+2
2022-06-20Merge drm/drm-next into drm-misc-nextGravatar Thomas Zimmermann 1-2/+2
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Gravatar Daniel Vetter 1-1/+1
2022-06-12drm: vkms: Alloc the compose frame using vzallocGravatar Igor Torrente 1-3/+3
2022-06-12drm/vkms: check plane_composer->map[0] before using itGravatar Tales Lelo da Aparecida 1-1/+1
2022-05-25drm/vkms: Update vkms_composer_worker documentationGravatar André Almeida 1-1/+1