index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2022-09-14
1
-34
/
+19
|
\
|
*
drm/vkms: fix 32bit compilation error by replacing macros
Melissa Wen
2022-09-11
1
-34
/
+19
*
|
drm/vkms: fix variable dereferenced before check warning
Harshit Mogalapalli
2022-09-10
1
-1
/
+2
|
/
*
drm: vkms: Add support to the RGB565 format
Igor Torrente
2022-09-05
3
-3
/
+76
*
drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formats
Igor Torrente
2022-09-05
3
-1
/
+82
*
drm: vkms: Supports to the case where primary plane doesn't match the CRTC
Igor Torrente
2022-09-05
2
-31
/
+32
*
drm: vkms: Refactor the plane composer to accept new formats
Igor Torrente
2022-09-05
6
-178
/
+318
*
drm: vkms: Add fb information to `vkms_writeback_job`
Igor Torrente
2022-09-05
2
-8
/
+35
*
drm: vkms: get the reference to `drm_framebuffer` instead if coping it
Igor Torrente
2022-09-05
3
-8
/
+8
*
drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...
Igor Torrente
2022-09-05
1
-5
/
+4
*
drm: vkms: Rename `vkms_composer` to `vkms_frame_info`
Igor Torrente
2022-09-05
3
-65
/
+66
*
drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_P...
Igor Torrente
2022-09-05
1
-1
/
+1
*
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
2022-07-26
1
-2
/
+2
*
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
2022-07-26
1
-1
/
+0
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-06-20
2
-0
/
+2
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2022-06-20
1
-2
/
+2
|
\
|
*
Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2022-06-15
1
-1
/
+1
|
|
\
|
*
|
drm: allow passing possible_crtcs to drm_writeback_connector_init()
Abhinav Kumar
2022-05-02
1
-2
/
+2
*
|
|
drm: vkms: Alloc the compose frame using vzalloc
Igor Torrente
2022-06-12
1
-3
/
+3
*
|
|
drm/vkms: check plane_composer->map[0] before using it
Tales Lelo da Aparecida
2022-06-12
1
-1
/
+1
|
|
/
|
/
|
*
|
drm/vkms: Update vkms_composer_worker documentation
André Almeida
2022-05-25
1
-1
/
+1
|
/
*
Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2022-02-11
4
-7
/
+7
|
\
|
*
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2022-02-07
4
-7
/
+7
*
|
drm/vkms: add support for multiple overlay planes
José Expósito
2022-01-09
2
-3
/
+8
*
|
drm/vkms: refactor overlay plane creation
José Expósito
2022-01-09
1
-7
/
+19
|
/
*
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
2021-08-08
4
-3
/
+4
*
drm/gem: Provide offset-adjusted framebuffer BO mappings
Thomas Zimmermann
2021-08-08
1
-1
/
+1
*
drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()
Thomas Zimmermann
2021-08-02
3
-14
/
+22
*
drm/vkms: Use dma-buf mapping from shadow-plane state for composing
Thomas Zimmermann
2021-07-13
3
-13
/
+15
*
drm/vkms: Let shadow-plane helpers prepare the plane's FB
Thomas Zimmermann
2021-07-13
1
-37
/
+1
*
drm/vkms: Inherit plane state from struct drm_shadow_plane_state
Thomas Zimmermann
2021-07-13
3
-11
/
+12
*
drm/vkms: Create a debugfs file to get vkms config data
Beatriz Martins de Carvalho
2021-07-08
1
-0
/
+28
*
drm/vkms: replace macro in vkms_release()
Beatriz Martins de Carvalho
2021-07-06
1
-1
/
+1
*
drm/vkms: Don't set struct drm_device.irq_enabled
Thomas Zimmermann
2021-06-29
1
-2
/
+0
*
drm/vkms: add overlay support
Melissa Wen
2021-04-29
5
-14
/
+45
*
drm/vkms: add XRGB planes composition
Melissa Wen
2021-04-29
2
-15
/
+48
*
drm/vkms: rename cursor to plane on ops of planes composition
Melissa Wen
2021-04-29
1
-15
/
+16
*
drm/vkms: init plane using drmm_universal_plane_alloc
Melissa Wen
2021-04-29
3
-34
/
+22
*
drm/vkms: fix misuse of WARN_ON
Dmitry Vyukov
2021-03-25
1
-1
/
+2
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-1
/
+2
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-1
/
+1
*
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-24
1
-5
/
+6
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+1
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
*
drm: Rename plane atomic_check state names
Maxime Ripard
2021-02-24
1
-5
/
+6
*
drm/vkms: Annotate vblank timer
Daniel Vetter
2021-02-23
1
-1
/
+7
*
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2021-02-23
1
-1
/
+2
*
drm: Switch to %p4cc format modifier
Sakari Ailus
2021-02-17
1
-5
/
+2
*
drm/vkms: Fix missing kmalloc allocation failure check
Colin Ian King
2021-01-15
1
-1
/
+5
[next]