index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
/
vkms_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-08
drm/vkms: add rotate-270 property
Maíra Canal
1
-5
/
+2
2023-05-08
drm/vkms: add rotate-90 property
Maíra Canal
1
-0
/
+2
2023-05-08
drm/vkms: add reflect-y and rotate-180 property
Maíra Canal
1
-2
/
+5
2023-05-08
drm/vkms: add rotate-0 and reflect-x property
Maíra Canal
1
-0
/
+12
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
1
-1
/
+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-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
1
-2
/
+4
2022-09-05
drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formats
Igor Torrente
1
-1
/
+4
2022-09-05
drm: vkms: Refactor the plane composer to accept new formats
Igor Torrente
1
-0
/
+3
2022-09-05
drm: vkms: get the reference to `drm_framebuffer` instead if coping it
Igor Torrente
1
-5
/
+5
2022-09-05
drm: vkms: Rename `vkms_composer` to `vkms_frame_info`
Igor Torrente
1
-19
/
+19
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-2
/
+2
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-1
/
+1
2021-08-08
drm/vkms: Use offset-adjusted shadow-plane mappings and output
Thomas Zimmermann
1
-1
/
+1
2021-07-13
drm/vkms: Use dma-buf mapping from shadow-plane state for composing
Thomas Zimmermann
1
-0
/
+3
2021-07-13
drm/vkms: Let shadow-plane helpers prepare the plane's FB
Thomas Zimmermann
1
-37
/
+1
2021-07-13
drm/vkms: Inherit plane state from struct drm_shadow_plane_state
Thomas Zimmermann
1
-8
/
+8
2021-04-29
drm/vkms: add overlay support
Melissa Wen
1
-3
/
+12
2021-04-29
drm/vkms: add XRGB planes composition
Melissa Wen
1
-3
/
+4
2021-04-29
drm/vkms: init plane using drmm_universal_plane_alloc
Melissa Wen
1
-18
/
+11
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-1
/
+1
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-5
/
+6
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-5
/
+6
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
1
-1
/
+2
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
1
-5
/
+10
2020-10-15
drm/vkms: Switch to shmem helpers
Daniel Vetter
1
-5
/
+8
2020-01-28
drm/vkms: plane_state->fb iff plane_state->crtc
Daniel Vetter
1
-1
/
+1
2019-07-15
drm/vkms: drop use of drmP.h
Sam Ravnborg
1
-2
/
+4
2019-07-12
drm/vkms: Rename vkms_crc.c into vkms_composer.c
Rodrigo Siqueira
1
-18
/
+18
2019-07-12
drm/vkms: Avoid assigning 0 for possible_crtc
Rodrigo Siqueira
1
-2
/
+2
2019-06-18
drm/vkms: Move format arrays to vkms_plane.c
Daniel Vetter
1
-0
/
+8
2019-02-10
drm/vkms: Fix license inconsistent
Rodrigo Siqueira
1
-7
/
+1
2018-12-04
drm/vkms: Remove set but not used variable 'vkms_obj'
YueHaibing
1
-2
/
+0
2018-11-29
drm/vkms: Fix plane duplicate_state
Daniel Vetter
1
-2
/
+5
2018-09-11
drm/vkms: Compute CRC with Cursor Plane
Haneen Mohammed
1
-2
/
+8
2018-09-11
drm/vkms: Add cursor plane support
Haneen Mohammed
1
-10
/
+23
2018-08-03
drm/vkms: Implement CRC debugfs API
Haneen Mohammed
1
-0
/
+30
2018-08-03
drm/vkms: Subclass plane state
Haneen Mohammed
1
-3
/
+44
2018-07-30
drm/vkms: Add atomic_helper_check_plane_state
Haneen Mohammed
1
-0
/
+29
2018-07-30
drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooks
Haneen Mohammed
1
-0
/
+34
2018-07-12
drm/vkms: Add framebuffer and plane helpers
Rodrigo Siqueira
1
-0
/
+11
2018-07-05
drm/vkms: Add basic CRTC initialization
Rodrigo Siqueira
1
-0
/
+46