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
/
drm_modes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
drm: Fix comment on mode parsing
Thomas Zimmermann
1
-2
/
+1
2023-01-13
drm: Include <linux/of.h> where needed
Thomas Zimmermann
1
-2
/
+3
2022-12-01
drm/modes: Use strscpy() to copy command-line mode name
Maxime Ripard
1
-1
/
+1
2022-11-24
drm/modes: Introduce more named modes
Maxime Ripard
1
-0
/
+2
2022-11-24
drm/modes: Properly generate a drm_display_mode from a named mode
Maxime Ripard
1
-1
/
+28
2022-11-24
drm/modes: Introduce the tv_mode property as a command-line option
Maxime Ripard
1
-3
/
+34
2022-11-24
drm/modes: Add a function to generate analog display modes
Maxime Ripard
1
-0
/
+476
2022-11-15
drm/connector: Add pixel clock to cmdline mode
Maxime Ripard
1
-3
/
+6
2022-11-15
drm/modes: Fill drm_cmdline mode from named modes
Maxime Ripard
1
-2
/
+16
2022-11-15
drm/modes: Switch to named mode descriptors
Maxime Ripard
1
-6
/
+11
2022-11-15
drm/modes: Move named modes parsing to a separate function
Maxime Ripard
1
-12
/
+58
2022-10-10
drm/modes: parse_cmdline: Add support for named modes containing dashes
Geert Uytterhoeven
1
-0
/
+2
2022-10-10
drm/modes: Only consider bpp and refresh before options
Maxime Ripard
1
-7
/
+9
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-05-16
drm: Always warn if user-defined modes are not supported
Thomas Zimmermann
1
-0
/
+4
2022-04-25
drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() m...
Marek Vasut
1
-4
/
+4
2022-04-12
drm: Use drm_mode_init() for on-stack modes
Ville Syrjälä
1
-1
/
+3
2022-03-14
drm: Add drm_mode_init()
Ville Syrjälä
1
-0
/
+17
2022-02-28
drm/modes: Add of_get_drm_panel_display_mode()
Noralf Trønnes
1
-0
/
+49
2022-02-28
drm/modes: Remove trailing whitespace
Noralf Trønnes
1
-1
/
+1
2022-02-16
drm/modes: Fix drm_mode_copy() docs
Ville Syrjälä
1
-1
/
+1
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-2
/
+2
2021-05-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+2
2021-05-05
drm: Use drm_mode_is_420_only() instead of open coding it
Ville Syrjälä
1
-9
/
+4
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+3
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-04-01
drm: Refuse to create zero width/height cmdline modes
Ville Syrjälä
1
-0
/
+3
2021-01-14
drm/modes: Switch to 64bit maths to avoid integer overflow
Ville Syrjälä
1
-2
/
+2
2020-11-16
drm: fix some kernel-doc markups
Mauro Carvalho Chehab
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-20
drm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-05-27
drm: Flatten drm_mode_vrefresh()
Ville Syrjälä
1
-14
/
+12
2020-05-27
drm: Shrink drm_display_mode timings
Ville Syrjälä
1
-7
/
+0
2020-05-27
drm: Nuke mode->vrefresh
Ville Syrjälä
1
-6
/
+3
2020-04-29
drm: Nuke mode->hsync
Ville Syrjälä
1
-26
/
+0
2020-02-12
drm/modes: Make sure to parse valid rotation value from cmdline
Stephan Gerhold
1
-0
/
+7
2020-01-09
drm/modes: tag unused variables to avoid warnings
Benjamin Gaignard
1
-4
/
+5
2019-12-16
drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode st...
Hans de Goede
1
-3
/
+2
2019-12-16
drm/modes: parse_cmdline: Remove some unnecessary code (v2)
Hans de Goede
1
-5
/
+0
2019-12-16
drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)
Hans de Goede
1
-0
/
+32
2019-12-16
drm/modes: parse_cmdline: Allow specifying stand-alone options
Hans de Goede
1
-58
/
+34
2019-12-16
drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing
Hans de Goede
1
-4
/
+5
2019-12-16
drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline...
Hans de Goede
1
-0
/
+5
2019-12-16
drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()
Hans de Goede
1
-12
/
+9
2019-12-16
drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...
Hans de Goede
1
-0
/
+1
2019-12-16
drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', '
Hans de Goede
1
-4
/
+6
2019-12-16
drm/modes: parse_cmdline: Make various char pointers const
Hans de Goede
1
-5
/
+5
2019-12-16
drm/modes: parse_cmdline: Fix possible reference past end of string
Hans de Goede
1
-38
/
+30
2019-09-20
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-6
/
+11
[next]