index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-30
drm: Use of_property_read_bool() for boolean properties
Rob Herring
1
-6
/
+2
2023-03-28
drm: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-03-22
drm/fbdev-generic: Remove unused prefer_shadow_fbdev flag
Thomas Zimmermann
1
-1
/
+0
2023-03-14
drm/arcpgu: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2023-03-13
drm/cirrus: Use VGA macro constants to unblank
Thomas Zimmermann
1
-1
/
+1
2023-03-13
drm/cirrus: Store HW format/pitch in primary-plane state
Thomas Zimmermann
1
-20
/
+31
2023-03-13
drm/cirrus: Introduce struct cirrus_primary_plane_state
Thomas Zimmermann
1
-1
/
+58
2023-03-13
drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_check
Thomas Zimmermann
1
-16
/
+10
2023-03-13
drm/cirrus: Test mode against video-memory size in device-wide mode_valid
Thomas Zimmermann
1
-10
/
+13
2023-03-13
drm/cirrus: Remove size test from cirrus_fb_create()
Thomas Zimmermann
1
-10
/
+1
2023-03-13
drm/cirrus: Remove format test from cirrus_fb_create()
Thomas Zimmermann
1
-4
/
+0
2023-03-13
drm/cirrus: Inline cirrus_fb_blit_rect()
Thomas Zimmermann
1
-16
/
+6
2023-03-13
drm/cirrus: Enable damage clipping on primary plane
Thomas Zimmermann
1
-3
/
+7
2023-03-13
drm/cirrus: Convert to regular atomic helpers
Thomas Zimmermann
1
-64
/
+138
2023-03-13
drm/cirrus: Move primary-plane format arrays
Thomas Zimmermann
1
-14
/
+14
2023-03-13
drm/cirrus: Integrate connector into pipeline code
Thomas Zimmermann
1
-42
/
+38
2023-03-13
drm/cirrus: Split cirrus_mode_set() into smaller functions
Thomas Zimmermann
1
-25
/
+38
2023-03-13
drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpers
Thomas Zimmermann
1
-18
/
+13
2023-03-13
drm/cirrus: Use drm_fb_blit() to update scanout buffer
Thomas Zimmermann
1
-14
/
+1
2023-03-13
drm/cirrus: Replace cpp value with format
Thomas Zimmermann
1
-24
/
+26
2023-03-13
drm/cirrus: Compute blit destination offset in single location
Thomas Zimmermann
1
-3
/
+1
2023-01-31
drm/simpledrm: Allow physical width and height configuration via panel node
Rayyan Ansari
1
-9
/
+22
2023-01-26
drm/simpledrm: Fix an NULL vs IS_ERR() bug
Dan Carpenter
1
-2
/
+2
2023-01-23
drm/simpledrm: Add support for system memory framebuffers
Thierry Reding
1
-24
/
+75
2023-01-23
drm/simpledrm: Use struct iosys_map consistently
Thierry Reding
1
-6
/
+7
2023-01-06
drm/fb-helper: Replace bpp/depth parameter by color mode
Thomas Zimmermann
2
-2
/
+12
2023-01-03
drm/format-helper: Simplify drm_fb_build_fourcc_list()
Thomas Zimmermann
2
-41
/
+0
2023-01-02
drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
Carlo Caione
1
-4
/
+9
2023-01-02
drm/tiny: ili9486: Enable driver module autoloading
Carlo Caione
1
-0
/
+2
2022-12-14
drm/tiny: panel-mipi-dbi: Read I/O supply from DT
Otto Pflüger
1
-0
/
+5
2022-12-12
drm: gm12u320: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-8
/
+7
2022-12-05
drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functions
Thomas Zimmermann
2
-12
/
+14
2022-12-05
drm/mipi-dbi: Use shadow-plane mappings
Thomas Zimmermann
2
-24
/
+8
2022-12-05
drm/mipi-dbi: Support shadow-plane state
Thomas Zimmermann
2
-0
/
+10
2022-12-05
drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpers
Thomas Zimmermann
2
-15
/
+38
2022-12-05
drm/mipi-dbi: Initialize default driver functions with macro
Thomas Zimmermann
7
-28
/
+7
2022-12-05
drm/st7586: Call MIPI DBI mode_valid helper
Thomas Zimmermann
1
-0
/
+1
2022-12-05
drm/ili9225: Call MIPI DBI mode_valid helper
Thomas Zimmermann
1
-0
/
+1
2022-12-05
drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()
Thomas Zimmermann
1
-1
/
+0
2022-11-24
drm/simpledrm: Set preferred depth from format of scanout buffer
Thomas Zimmermann
1
-2
/
+2
2022-11-24
drm/ofdrm: Set preferred depth from format of scanout buffer
Thomas Zimmermann
1
-12
/
+1
2022-11-24
drm/cirrus: Decouple fbdev bpp value from color depth
Thomas Zimmermann
1
-1
/
+1
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
16
-16
/
+16
2022-11-04
drm/ofdrm: Cast error pointers to void __iomem *
Thomas Zimmermann
1
-8
/
+8
2022-11-04
drm/ofdrm: Convert PCI IDs to CPU endianness for comparing
Thomas Zimmermann
1
-3
/
+8
2022-11-03
drm/ofdrm: Depend on CONFIG_MMU
Thomas Zimmermann
1
-1
/
+1
2022-10-20
drm: Remove drm_mode_config::fb_base
Zack Rusin
1
-1
/
+0
2022-10-14
drm/ofdrm: Support big-endian scanout buffers
Thomas Zimmermann
1
-2
/
+53
2022-10-14
drm/ofdrm: Support color management
Thomas Zimmermann
1
-5
/
+437
2022-10-14
drm/ofdrm: Add per-model device function
Thomas Zimmermann
1
-0
/
+125
[next]