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
2019-09-20
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-6
/
+11
2019-09-06
drm/modes: Make the whitelist more const
Maxime Ripard
1
-1
/
+1
2019-08-30
drm/modes: Introduce a whitelist for the named modes
Maxime Ripard
1
-0
/
+20
2019-08-30
drm/modes: Fix the command line parser to take force options into account
Maxime Ripard
1
-5
/
+19
2019-08-30
drm/modes: Add a switch to differentiate free standing options
Maxime Ripard
1
-1
/
+9
2019-08-09
Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+11
2019-08-03
drm/modes: Fix unterminated strncpy
Chuhong Yuan
1
-1
/
+3
2019-07-22
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...
Jonathan Corbet
1
-1
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-4
/
+10
2019-07-17
docs: fix broken doc references due to renames
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-10
drm/modes: Skip invalid cmdline mode
Dmitry Osipenko
1
-0
/
+6
2019-07-01
drm/selftests: reduce stack usage
Arnd Bergmann
1
-4
/
+4
2019-06-24
drm: WARN on illegal aspect ratio when converting a mode to umode
Ville Syrjälä
1
-1
/
+4
2019-06-24
drm: Do not accept garbage mode aspect ratio flags
Ville Syrjälä
1
-1
/
+3
2019-06-24
drm: Do not use bitwise OR to set picure_aspect_ratio
Ville Syrjälä
1
-4
/
+4
2019-06-19
drm/modes: Parse overscan properties
Maxime Ripard
1
-0
/
+44
2019-06-19
drm/modes: Allow to specify rotation and reflection on the commandline
Maxime Ripard
1
-20
/
+94
2019-06-19
drm/modes: Support modes names on the command line
Maxime Ripard
1
-16
/
+46
2019-06-19
drm/modes: Rewrite the command line parser
Maxime Ripard
1
-115
/
+210
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-2
/
+5
2019-03-18
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
Laurent Pinchart
1
-6
/
+6
2019-02-18
Merge v5.0-rc7 into drm-next
Dave Airlie
1
-1
/
+1
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2019-01-24
drm/modes: Prevent division by zero htotal
Tina Zhang
1
-1
/
+1
2019-01-15
drm: Remove use of drm_mode_object
Shayenne Moura
1
-9
/
+0
2018-10-01
drm: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-07-13
drm: drop _mode_ from remaining connector functions
Daniel Vetter
1
-3
/
+3
2018-07-10
drm: Add support for extracting sync signal drive edge from videomode
Peter Ujfalusi
1
-4
/
+11
2018-06-15
drm: Print bad user modes
Ville Syrjälä
1
-1
/
+1
2018-05-11
drm: Add and handle new aspect ratios in DRM layer
Shashank Sharma
1
-0
/
+12
2018-05-11
drm: Add aspect ratio parsing in DRM layer
Shashank Sharma
1
-1
/
+34
2018-05-11
drm/modes: Introduce drm_mode_match()
Ville Syrjälä
1
-31
/
+103
2018-03-23
drm: Fix uabi regression by allowing garbage mode->type from userspace
Ville Syrjälä
1
-1
/
+7
2018-03-16
drm: Make drm_mode_vrefresh() a bit more accurate
Ville Syrjälä
1
-10
/
+9
2018-03-16
drm: Nuke the useless 'ret' variable from drm_mode_convert_umode()
Ville Syrjälä
1
-11
/
+4
2018-02-20
drm/doc: Polish for drm_mode_parse_command_line_for_connector
Daniel Vetter
1
-2
/
+2
2018-01-29
drm/modes: Provide global mode_valid hook
Ville Syrjälä
1
-14
/
+34
2018-01-29
drm/modes: Kill off the oddball DRM_MODE_TYPE_CRTC_C vs. DRM_MODE_TYPE_BUILTI...
Ville Syrjälä
1
-1
/
+1
2018-01-29
drm/uapi: Validate the mode flags/type
Ville Syrjälä
1
-0
/
+6
2018-01-29
drm/modes: Move 3D stereo flag check into drm_mode_validate_basic()
Ville Syrjälä
1
-3
/
+3
2017-07-31
drm/modes: Fix drm_mode_is_420_only() comment
Sean Paul
1
-1
/
+1
2017-07-26
drm: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-07-14
drm: add helper functions for YCBCR420 handling
Shashank Sharma
1
-0
/
+58
2017-07-14
drm: add helper to validate YCBCR420 modes
Shashank Sharma
1
-0
/
+29
2017-02-28
drm: Rename drm_mode_object_get()
Thierry Reding
1
-1
/
+1
2017-02-01
drm: Clean up the 1366x768 fixup codes
Takashi Iwai
1
-6
/
+2
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-0
/
+20
2017-01-26
drm: Silence the compiler for drm_mode_get_hv_timings()
Chris Wilson
1
-2
/
+1
2017-01-26
drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/
Daniel Vetter
1
-0
/
+21
2017-01-11
drm: Fix broken VT switch with video=1366x768 option
Takashi Iwai
1
-0
/
+7
[next]