summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
Commit message (Expand)AuthorAgeFilesLines
* drm/vkms: Use drm_crtc_vblank_crtc()Ville Syrjälä2024-04-181-5/+2
* drm/vkms: Avoid reading beyond LUT arrayHarry Wentland2024-01-021-4/+10
* drm/vkms: Create separate Kconfig file for VKMSHarry Wentland2024-01-021-0/+15
* drm/vkms: move wb's atomic_check from encoder to connectorDmitry Baryshkov2023-12-081-11/+15
* drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_stateDmitry Baryshkov2023-12-081-1/+2
* Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"Maíra Canal2023-09-143-15/+7
* drm/vkms: Fix race-condition between the hrtimer and the atomic commitMaíra Canal2023-07-273-7/+15
* drm/vkms: Add support to 1D gamma LUTArthur Grillo2023-07-274-1/+117
* drm/vkms: Isolate writeback pixel conversion functionsMaíra Canal2023-06-245-89/+63
* drm/vkms: Enable ARGB8888 support for writebackMaíra Canal2023-06-241-0/+1
* drm/vkms: Reduce critical sectionMaíra Canal2023-06-241-2/+4
* drm/vkms: Fix all kernel-doc warnings of the vkms_composer fileMaíra Canal2023-06-191-2/+4
* drm/vkms: Add kernel-doc to the function vkms_compose_row()Maíra Canal2023-06-191-0/+13
* drm/vkms: Fix RGB565 pixel conversionMaíra Canal2023-05-151-6/+6
* drm/vkms: add rotate-270 propertyMaíra Canal2023-05-083-8/+10
* drm/vkms: add rotate-90 propertyMaíra Canal2023-05-083-5/+22
* drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal2023-05-082-5/+18
* drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal2023-05-084-4/+28
* drm/vkms: allow full alpha blending on all planesMaíra Canal2023-04-261-31/+3
* drm/vkms: isolate pixel conversion functionalityMaíra Canal2023-04-245-81/+56
* drm/vkms: Use drmm_mode_config_init()Maíra Canal2023-04-121-1/+5
* drm/vkms: Use drmm_crtc_init_with_planes()Maíra Canal2023-04-121-3/+2
* drm/vkms: Remove <drm/drm_simple_kms_helper.h> includeJavier Martinez Canillas2023-04-071-2/+6
* drm/vkms: Drop vkms_connector_destroy() wrapperJavier Martinez Canillas2023-04-071-6/+1
* drm/vkms: allow the primary plane to be positionedMaíra Canal2023-04-061-5/+1
* drm/vkms: remove the need for the primary plane to be visibleMaíra Canal2023-04-061-4/+0
* drm/vkms: reintroduce prepare_fb and cleanup_fb functionsMaíra Canal2023-01-121-1/+35
* drm/vkms: use new debugfs device-centered functionsMaíra Canal2022-12-221-11/+6
* drm/vkms: change min cursor size to accept smaller valuesAlaa Emad2022-11-291-2/+2
* drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can2022-11-291-1/+2
* drm/vkms: Fix memory leak in vkms_init()Yuan Can2022-11-291-1/+6
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-09-141-34/+19
|\
| * drm/vkms: fix 32bit compilation error by replacing macrosMelissa Wen2022-09-111-34/+19
* | drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli2022-09-101-1/+2
|/
* drm: vkms: Add support to the RGB565 formatIgor Torrente2022-09-053-3/+76
* drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente2022-09-053-1/+82
* drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente2022-09-052-31/+32
* drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente2022-09-056-178/+318
* drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente2022-09-052-8/+35
* drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente2022-09-053-8/+8
* drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente2022-09-051-5/+4
* drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente2022-09-053-65/+66
* drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_P...Igor Torrente2022-09-051-1/+1
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-06-201-2/+2
|\
| * Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2022-06-151-1/+1
| |\