index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
drm/vkms: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+4
2024-09-24
drm/vkms: Add missing check for CRTC initialization
Louis Chauvet
1
-1
/
+6
2024-09-24
drm/vkms: Suppress context imbalance detected by sparse warning
Louis Chauvet
1
-0
/
+2
2024-09-24
drm/vkms: Add documentation
Louis Chauvet
4
-23
/
+161
2024-08-15
drm/vkms: Formatting and typo fix
Louis Chauvet
1
-2
/
+4
2024-08-08
drm/vkms: Fix cpu_to_le16()/le16_to_cpu() warnings
José Expósito
1
-7
/
+7
2024-07-07
drm/vkms: Remove event from vkms_output
Lyude Paul
1
-1
/
+0
2024-05-02
drm/vkms: Use fbdev-shmem
Thomas Zimmermann
1
-2
/
+2
2024-04-18
drm/vkms: Use drm_crtc_vblank_crtc()
Ville Syrjälä
1
-5
/
+2
2024-01-02
drm/vkms: Avoid reading beyond LUT array
Harry Wentland
1
-4
/
+10
2024-01-02
drm/vkms: Create separate Kconfig file for VKMS
Harry Wentland
1
-0
/
+15
2023-12-08
drm/vkms: move wb's atomic_check from encoder to connector
Dmitry Baryshkov
1
-11
/
+15
2023-12-08
drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_state
Dmitry Baryshkov
1
-1
/
+2
2023-09-14
Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"
Maíra Canal
3
-15
/
+7
2023-07-27
drm/vkms: Fix race-condition between the hrtimer and the atomic commit
Maíra Canal
3
-7
/
+15
2023-07-27
drm/vkms: Add support to 1D gamma LUT
Arthur Grillo
4
-1
/
+117
2023-06-24
drm/vkms: Isolate writeback pixel conversion functions
Maíra Canal
5
-89
/
+63
2023-06-24
drm/vkms: Enable ARGB8888 support for writeback
Maíra Canal
1
-0
/
+1
2023-06-24
drm/vkms: Reduce critical section
Maíra Canal
1
-2
/
+4
2023-06-19
drm/vkms: Fix all kernel-doc warnings of the vkms_composer file
Maíra Canal
1
-2
/
+4
2023-06-19
drm/vkms: Add kernel-doc to the function vkms_compose_row()
Maíra Canal
1
-0
/
+13
2023-05-15
drm/vkms: Fix RGB565 pixel conversion
Maíra Canal
1
-6
/
+6
2023-05-08
drm/vkms: add rotate-270 property
Maíra Canal
3
-8
/
+10
2023-05-08
drm/vkms: add rotate-90 property
Maíra Canal
3
-5
/
+22
2023-05-08
drm/vkms: add reflect-y and rotate-180 property
Maíra Canal
2
-5
/
+18
2023-05-08
drm/vkms: add rotate-0 and reflect-x property
Maíra Canal
4
-4
/
+28
2023-04-26
drm/vkms: allow full alpha blending on all planes
Maíra Canal
1
-31
/
+3
2023-04-24
drm/vkms: isolate pixel conversion functionality
Maíra Canal
5
-81
/
+56
2023-04-12
drm/vkms: Use drmm_mode_config_init()
Maíra Canal
1
-1
/
+5
2023-04-12
drm/vkms: Use drmm_crtc_init_with_planes()
Maíra Canal
1
-3
/
+2
2023-04-07
drm/vkms: Remove <drm/drm_simple_kms_helper.h> include
Javier Martinez Canillas
1
-2
/
+6
2023-04-07
drm/vkms: Drop vkms_connector_destroy() wrapper
Javier Martinez Canillas
1
-6
/
+1
2023-04-06
drm/vkms: allow the primary plane to be positioned
Maíra Canal
1
-5
/
+1
2023-04-06
drm/vkms: remove the need for the primary plane to be visible
Maíra Canal
1
-4
/
+0
2023-01-12
drm/vkms: reintroduce prepare_fb and cleanup_fb functions
Maíra Canal
1
-1
/
+35
2022-12-22
drm/vkms: use new debugfs device-centered functions
Maíra Canal
1
-11
/
+6
2022-11-29
drm/vkms: change min cursor size to accept smaller values
Alaa Emad
1
-2
/
+2
2022-11-29
drm/vkms: Fix null-ptr-deref in vkms_release()
Yuan Can
1
-1
/
+2
2022-11-29
drm/vkms: Fix memory leak in vkms_init()
Yuan Can
1
-1
/
+6
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-34
/
+19
2022-09-11
drm/vkms: fix 32bit compilation error by replacing macros
Melissa Wen
1
-34
/
+19
2022-09-10
drm/vkms: fix variable dereferenced before check warning
Harshit Mogalapalli
1
-1
/
+2
2022-09-05
drm: vkms: Add support to the RGB565 format
Igor Torrente
3
-3
/
+76
2022-09-05
drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formats
Igor Torrente
3
-1
/
+82
2022-09-05
drm: vkms: Supports to the case where primary plane doesn't match the CRTC
Igor Torrente
2
-31
/
+32
2022-09-05
drm: vkms: Refactor the plane composer to accept new formats
Igor Torrente
6
-178
/
+318
2022-09-05
drm: vkms: Add fb information to `vkms_writeback_job`
Igor Torrente
2
-8
/
+35
2022-09-05
drm: vkms: get the reference to `drm_framebuffer` instead if coping it
Igor Torrente
3
-8
/
+8
2022-09-05
drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...
Igor Torrente
1
-5
/
+4
[next]