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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-10
drm/udl: Replace BUG_ON() with WARN_ON()
Takashi Iwai
2
-2
/
+4
2022-08-10
drm/udl: Kill pending URBs at suspend and disconnect
Takashi Iwai
3
-3
/
+26
2022-08-10
drm/udl: Sync pending URBs at suspend / disconnect
Takashi Iwai
3
-0
/
+20
2022-08-10
drm/udl: Replace semaphore with a simple wait queue
Takashi Iwai
2
-64
/
+31
2022-08-10
drm/format-helper: Rename parameter vmap to src
Thomas Zimmermann
1
-53
/
+53
2022-08-10
drm/format-helper: Move destination-buffer handling into internal helper
Thomas Zimmermann
1
-111
/
+63
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
3
-23
/
+46
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
3
-15
/
+43
2022-08-10
drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
Thomas Zimmermann
1
-16
/
+34
2022-08-10
drm/format-helper: Rework RGB888-to-XRGB8888 conversion
Thomas Zimmermann
1
-7
/
+19
2022-08-10
drm/format-helper: Rework RGB565-to-XRGB8888 conversion
Thomas Zimmermann
1
-7
/
+19
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
3
-31
/
+33
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
5
-56
/
+52
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
3
-17
/
+43
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
3
-16
/
+41
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
6
-69
/
+67
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
2
-20
/
+32
2022-08-08
drm/panfrost: Add support for devcoredump
Adrián Larumbe
5
-1
/
+267
2022-08-08
drm/panfrost: Add specific register offset macros for JS and MMU AS
Adrián Larumbe
1
-18
/
+24
2022-08-08
gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()
Zeng Jingxiang
1
-1
/
+2
2022-08-05
drm/simpledrm: Convert to atomic helpers
Thomas Zimmermann
1
-105
/
+168
2022-08-05
drm/simpledrm: Compute framebuffer stride if not set
Thomas Zimmermann
1
-0
/
+3
2022-08-05
drm/simpledrm: Remove pdev field from device structure
Thomas Zimmermann
1
-4
/
+2
2022-08-05
drm/simpledrm: Inline device-init helpers
Thomas Zimmermann
1
-163
/
+128
2022-08-05
drm/simpledrm: Remove mem field from device structure
Thomas Zimmermann
1
-2
/
+0
2022-08-05
drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
Nathan Chancellor
1
-1
/
+1
2022-08-04
drm: Remove the drm_get_unmapped_area() helper
Zack Rusin
1
-141
/
+0
2022-08-04
drm/vmwgfx: Remove unused hugepage support
Zack Rusin
1
-13
/
+0
2022-08-04
drm/vmwgfx: cleanup comments
Tom Rix
7
-14
/
+14
2022-08-04
drm/vmwgfx: clean up some error pointer checking
Dan Carpenter
1
-2
/
+2
2022-08-04
drm: fix whitespace in drm_plane_create_color_properties()
Simon Ser
1
-1
/
+1
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
38
-135
/
+140
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
139
-554
/
+551
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
50
-154
/
+159
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
26
-26
/
+0
2022-08-01
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
547
-16554
/
+176776
2022-07-29
drm/mgag200: Remove type field from struct mga_device
Thomas Zimmermann
10
-48
/
+35
2022-07-29
drm/mgag200: Move CRTC atomic_enable to model-specific code
Thomas Zimmermann
5
-85
/
+172
2022-07-29
drm/mgag200: Move mode-config to model-specific code
Thomas Zimmermann
10
-174
/
+977
2022-07-29
drm/mgag200: Provide per-device callbacks for PIXPLLC
Thomas Zimmermann
12
-1029
/
+1026
2022-07-29
drm/mgag200: Provide per-device callbacks for BMC synchronization
Thomas Zimmermann
6
-97
/
+129
2022-07-29
drm/mgag200: Add per-device callbacks
Thomas Zimmermann
10
-10
/
+48
2022-07-29
drm/mgag200: Set SCROFF in primary-plane code
Thomas Zimmermann
1
-15
/
+20
2022-07-29
drm/mgag200: Replace simple-KMS with regular atomic helpers
Thomas Zimmermann
2
-157
/
+233
2022-07-29
drm/mgag200: Reorganize before dropping simple-KMS helpers
Thomas Zimmermann
1
-48
/
+47
2022-07-29
drm/mgag200: Store primary plane's color format in CRTC state
Thomas Zimmermann
2
-10
/
+15
2022-07-29
drm/mgag200: Acquire I/O-register lock in atomic_commit_tail function
Thomas Zimmermann
1
-14
/
+21
2022-07-29
drm/mgag200: Move ER/EW3 register initialization to per-model code
Thomas Zimmermann
3
-7
/
+10
2022-07-29
drm/mgag200: Move DAC-register setup into model-specific code
Thomas Zimmermann
10
-79
/
+192
2022-07-29
drm/mgag200: Split mgag200_modeset_init()
Thomas Zimmermann
1
-9
/
+32
[next]