summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar2022-05-021-2/+2
* | | drm: vkms: Alloc the compose frame using vzallocIgor Torrente2022-06-121-3/+3
* | | drm/vkms: check plane_composer->map[0] before using itTales Lelo da Aparecida2022-06-121-1/+1
| |/ |/|
* | drm/vkms: Update vkms_composer_worker documentationAndré Almeida2022-05-251-1/+1
|/
* Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-114-7/+7
|\
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-074-7/+7
* | drm/vkms: add support for multiple overlay planesJosé Expósito2022-01-092-3/+8
* | drm/vkms: refactor overlay plane creationJosé Expósito2022-01-091-7/+19
|/
* drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann2021-08-084-3/+4
* drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann2021-08-081-1/+1
* drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann2021-08-023-14/+22
* drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann2021-07-133-13/+15
* drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann2021-07-131-37/+1
* drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann2021-07-133-11/+12
* drm/vkms: Create a debugfs file to get vkms config dataBeatriz Martins de Carvalho2021-07-081-0/+28
* drm/vkms: replace macro in vkms_release()Beatriz Martins de Carvalho2021-07-061-1/+1
* drm/vkms: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/vkms: add overlay supportMelissa Wen2021-04-295-14/+45
* drm/vkms: add XRGB planes compositionMelissa Wen2021-04-292-15/+48
* drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen2021-04-291-15/+16
* drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen2021-04-293-34/+22
* drm/vkms: fix misuse of WARN_ONDmitry Vyukov2021-03-251-1/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-5/+6
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1