Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4e7a4a6fbdc669c44e6079f9d5eb25673749455f
/
drivers
/
gpu
/
drm
/
drm_modes.c
4e7a4a6
drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)
by Hans de Goede
· 5 years ago
7b1cce7
drm/modes: parse_cmdline: Allow specifying stand-alone options
by Hans de Goede
· 5 years ago
6a2d163
drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing
by Hans de Goede
· 5 years ago
99e2716
drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options()
by Hans de Goede
· 5 years ago
739b200
drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()
by Hans de Goede
· 5 years ago
cfb0881
drm/modes: parse_cmdline: Accept extras directly after mode combined with options
by Hans de Goede
· 5 years ago
c2ed3e9
drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', '
by Hans de Goede
· 5 years ago
83e14ea
drm/modes: parse_cmdline: Make various char pointers const
by Hans de Goede
· 5 years ago
8582e244
drm/modes: parse_cmdline: Fix possible reference past end of string
by Hans de Goede
· 5 years ago
574cc45
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
a3200de
drm/modes: Make the whitelist more const
by Maxime Ripard
· 5 years ago
3764137
drm/modes: Introduce a whitelist for the named modes
by Maxime Ripard
· 5 years ago
728a257
drm/modes: Fix the command line parser to take force options into account
by Maxime Ripard
· 5 years ago
325d0ab
drm/modes: Add a switch to differentiate free standing options
by Maxime Ripard
· 5 years ago
b0383c0
Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 5 years ago
9b56243
drm/modes: Fix unterminated strncpy
by Chuhong Yuan
· 5 years ago
48ffc3d
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro
by Jonathan Corbet
· 5 years ago
03b0f2c
Merge v5.3-rc1 into drm-misc-next
by Maxime Ripard
· 5 years ago
bff9e34
docs: fix broken doc references due to renames
by Mauro Carvalho Chehab
· 5 years ago
7f3bbc0
drm/modes: Skip invalid cmdline mode
by Dmitry Osipenko
· 5 years ago
c0898fc
drm/selftests: reduce stack usage
by Arnd Bergmann
· 6 years ago
9f396ab
drm: WARN on illegal aspect ratio when converting a mode to umode
by Ville Syrjälä
· 6 years ago
993a806
drm: Do not accept garbage mode aspect ratio flags
by Ville Syrjälä
· 6 years ago
700710e
drm: Do not use bitwise OR to set picure_aspect_ratio
by Ville Syrjälä
· 6 years ago
3d46a30
drm/modes: Parse overscan properties
by Maxime Ripard
· 6 years ago
1bf4e09
drm/modes: Allow to specify rotation and reflection on the commandline
by Maxime Ripard
· 6 years ago
3aeeb13
drm/modes: Support modes names on the command line
by Maxime Ripard
· 6 years ago
e08ab74
drm/modes: Rewrite the command line parser
by Maxime Ripard
· 6 years ago
0500c04
drm: drop use of drmP.h in drm/*
by Sam Ravnborg
· 6 years ago
88bc417
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
by Laurent Pinchart
· 6 years ago
c06de56
Merge v5.0-rc7 into drm-next
by Dave Airlie
· 6 years ago
1e55a53
drm: Trivial comment grammar cleanups
by Matt Roper
· 6 years ago
a2fcd5c
drm/modes: Prevent division by zero htotal
by Tina Zhang
· 6 years ago
0e691bc
drm: Remove use of drm_mode_object
by Shayenne Moura
· 6 years ago
f384d7d
drm: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
97e14fb
drm: drop _mode_ from remaining connector functions
by Daniel Vetter
· 6 years ago
955f60d
drm: Add support for extracting sync signal drive edge from videomode
by Peter Ujfalusi
· 7 years ago
6ab0edf
drm: Print bad user modes
by Ville Syrjälä
· 7 years ago
900aa8a
drm: Add and handle new aspect ratios in DRM layer
by Shashank Sharma
· 7 years ago
222ec16
drm: Add aspect ratio parsing in DRM layer
by Shashank Sharma
· 7 years ago
dd7c262
drm/modes: Introduce drm_mode_match()
by Ville Syrjälä
· 7 years ago
a01c477
drm: Fix uabi regression by allowing garbage mode->type from userspace
by Ville Syrjälä
· 7 years ago
2f0e9d8
drm: Make drm_mode_vrefresh() a bit more accurate
by Ville Syrjälä
· 7 years ago
df55054
drm: Nuke the useless 'ret' variable from drm_mode_convert_umode()
by Ville Syrjälä
· 7 years ago
dbd124f
drm/doc: Polish for drm_mode_parse_command_line_for_connector
by Daniel Vetter
· 7 years ago
75a655e
drm/modes: Provide global mode_valid hook
by Ville Syrjälä
· 7 years ago
4f09c77
drm/modes: Kill off the oddball DRM_MODE_TYPE_CRTC_C vs. DRM_MODE_TYPE_BUILTIN handling
by Ville Syrjälä
· 7 years ago
c6ed6da
drm/uapi: Validate the mode flags/type
by Ville Syrjälä
· 7 years ago
064a3e6
drm/modes: Move 3D stereo flag check into drm_mode_validate_basic()
by Ville Syrjälä
· 7 years ago
8d0873a
drm/modes: Fix drm_mode_is_420_only() comment
by Sean Paul
· 7 years ago
4bf9914
drm: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
2570fe2
drm: add helper functions for YCBCR420 handling
by Shashank Sharma
· 7 years ago
d852315
drm: add helper to validate YCBCR420 modes
by Shashank Sharma
· 7 years ago
2135ea7
drm: Rename drm_mode_object_get()
by Thierry Reding
· 8 years ago
969218f
drm: Clean up the 1366x768 fixup codes
by Takashi Iwai
· 8 years ago
012bbe2
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
6f15f84
drm: Silence the compiler for drm_mode_get_hv_timings()
by Chris Wilson
· 8 years ago
196cd5d
drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/
by Daniel Vetter
· 8 years ago
fdf35a6
drm: Fix broken VT switch with video=1366x768 option
by Takashi Iwai
· 8 years ago
83113df5
Revert "drm: Add aspect ratio parsing in DRM layer"
by Ville Syrjälä
· 8 years ago
7920232
Revert "drm: Add and handle new aspect ratios in DRM layer"
by Ville Syrjälä
· 8 years ago
65c7dc1
drm: helper macros to print composite types
by Rob Clark
· 8 years ago
8a5bbf3
drm: Use u64 for intermediate dotclock calculations
by Chris Wilson
· 8 years ago
a68362f
drm: Add and handle new aspect ratios in DRM layer
by Shashank Sharma
· 8 years ago
6dffd43
drm: Add aspect ratio parsing in DRM layer
by Shashank Sharma
· 8 years ago
cb34d7f
drm: update kerneldoc for changes introduced by commits "16fadc2568e9" and "9671e228fb78"
by Lothar Waßmann
· 8 years ago
fafc79e
drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di driver
by Lothar Waßmann
· 8 years ago
d72daa0
drm: add a helper function to extract 'de-active' and 'pixelclk-active' from DT
by Lothar Waßmann
· 8 years ago
2cca455
Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
da5335b
drm/doc: Switch to sphinx/rst fixed-width quoting
by Daniel Vetter
· 9 years ago
2e7a570
drm/doc: Appease sphinx
by Daniel Vetter
· 9 years ago
b201e74
drm: add missing drm_mode_set_crtcinfo call
by Tomi Valkeinen
· 9 years ago
7c8f6d2
drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.
by Dave Airlie
· 9 years ago
67fe85d
drm: modes: add missing [drm] to message printing
by LABBE Corentin
· 9 years ago
f03d8ed
drm/doc: Convert to markdown
by Danilo Cesar Lemes de Paula
· 9 years ago
d6e6e14
drm: modes: Revert cc344980c767 "replace simple_strtoul by kstrtouint"
by LABBE Corentin
· 9 years ago
6af3e65
drm: Drop drm_helper_probe_single_connector_modes_nomerge()
by Ville Syrjälä
· 9 years ago
fc245f8
drm: Only merge mode type bits between new probed modes
by Ville Syrjälä
· 9 years ago
2f8c19e
drm: Flatten drm_mode_connector_list_update() a bit
by Ville Syrjälä
· 9 years ago
5ba8940
drm: Rename MODE_UNVERIFIED to MODE_STALE
by Ville Syrjälä
· 9 years ago
30ecad7
drm: Move drm_display_mode an related docs into kerneldoc
by Daniel Vetter
· 9 years ago
4c6bcf4
drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz clock difference
by Ville Syrjälä
· 9 years ago
cc34498
drm: modes: replace simple_strtoul by kstrtouint
by LABBE Corentin
· 9 years ago
934a8a8
drm/mode: Unstatic kernel-userspace mode conversion
by Daniel Stone
· 10 years ago
5427095
drm: mode: Allow NULL modes for equality check
by Daniel Stone
· 10 years ago
4480024
drm: mode: Fix typo in kerneldoc
by Daniel Stone
· 10 years ago
2a97acd
drm: Fix trivial typos in comments
by Yannick Guerrini
· 10 years ago
e4bf44b
drm/modes: Print the mode status in human readable form
by Ville Syrjälä
· 10 years ago
fc83975
Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 10 years ago
adc3184
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
d490f45
drm_modes: add drm_display_mode_to_videomode
by Steve Longerbeam
· 10 years ago
abc0b14
drm: Perform basic sanity checks on probed modes
by Ville Syrjälä
· 10 years ago
05acaec
drm: Reorganize probed mode validation
by Ville Syrjälä
· 10 years ago
ecb7e16
drm: add helper to get crtc timings (v5)
by Gustavo Padovan
· 10 years ago
32197aa
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
by Masanari Iida
· 10 years ago
eaf99c7
drm: Perform cmdline mode parsing during connector initialisation
by Chris Wilson
· 10 years ago
b87577b
drm: try harder to avoid regression when merging mode bits
by Dave Airlie
· 11 years ago
f5aabb97
drm: polish function kerneldoc for drm_modes.[hc]
by Daniel Vetter
· 11 years ago
3e70292
drm/modes: drop maxPitch from drm_mode_validate_size
by Daniel Vetter
· 11 years ago
ba0c242
drm/modes: drop return value from drm_display_mode_from_videomode
by Daniel Vetter
· 11 years ago
Next »