index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_edid.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/edid: Support type 7 timings
Yaroslav Bolyukin
2022-01-25
1
-4
/
+8
*
drm/connector: Fix typo in output format
Maxime Ripard
2022-01-25
1
-8
/
+8
*
drm/edid: Split deep color modes between RGB and YUV444
Maxime Ripard
2022-01-25
1
-3
/
+4
*
drm/edid: Don't clear formats if using deep color
Maxime Ripard
2022-01-25
1
-8
/
+0
*
drm/edid: Rename drm_hdmi_avi_infoframe_colorspace to _colorimetry
Maxime Ripard
2022-01-25
1
-4
/
+4
*
drm/edid: improve non-desktop quirk logging
Jani Nikula
2022-01-24
1
-7
/
+10
*
drm/edid: remove non_desktop quirk for HPN-3515 and LEN-B800.
Philipp Zabel
2022-01-24
1
-2
/
+0
*
drm/edid: support Microsoft extension for HMDs and specialized monitors
Philipp Zabel
2022-01-24
1
-0
/
+34
*
BackMerge tag 'v5.15-rc7' into drm-next
Dave Airlie
2021-10-28
1
-3
/
+12
|
\
|
*
drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks read
Douglas Anderson
2021-10-15
1
-3
/
+12
*
|
Merge tag 'drm-intel-next-2021-10-04' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-10-11
1
-10
/
+79
|
\
\
|
*
|
drm/edid: parse the DisplayID v2.0 VESA vendor block for MSO
Jani Nikula
2021-09-14
1
-0
/
+72
|
*
|
drm/edid: abstract OUI conversion to 24-bit int
Jani Nikula
2021-09-14
1
-10
/
+7
|
|
/
*
|
drm/edid: Fix crash with zero/invalid EDID
Douglas Anderson
2021-10-06
1
-16
/
+11
*
|
drm/edid: Fix EDID quirk compile error on older compilers
Douglas Anderson
2021-09-24
1
-60
/
+61
*
|
drm/edid: Use new encoded panel id style for quirks matching
Douglas Anderson
2021-09-20
1
-86
/
+70
*
|
drm/edid: Allow querying/working with the panel ID from the EDID
Douglas Anderson
2021-09-20
1
-0
/
+67
*
|
drm/edid: Break out reading block 0 of the EDID
Douglas Anderson
2021-09-20
1
-18
/
+45
|
/
*
drm: Fix typo in comments
Cai Huoqing
2021-08-02
1
-2
/
+2
*
drm/edid: use the new displayid iterator for tile info
Jani Nikula
2021-03-31
1
-30
/
+7
*
drm/edid: use the new displayid iterator for finding CEA extension
Jani Nikula
2021-03-31
1
-16
/
+9
*
drm/edid: use the new displayid iterator for detailed modes
Jani Nikula
2021-03-31
1
-17
/
+6
*
drm/displayid: add separate drm_displayid.c
Jani Nikula
2021-03-31
1
-56
/
+2
*
drm/edid: make a number of functions, parameters and variables const
Jani Nikula
2021-03-31
1
-29
/
+29
*
drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
Thomas Zimmermann
2021-01-19
1
-1
/
+6
*
Merge tag 'topic/dp-hdmi-2.1-pcon-2020-12-23' of git://anongit.freedesktop.or...
Daniel Vetter
2021-01-07
1
-0
/
+103
|
\
|
*
drm/edid: Parse DSC1.2 cap fields from HFVSDB block
Ankit Nautiyal
2020-12-22
1
-0
/
+59
|
*
drm/edid: Parse MAX_FRL field from HFVSDB block
Swati Sharma
2020-12-22
1
-0
/
+44
|
*
drm/dp: fix a kernel-doc issue at drm_edid.c
Mauro Carvalho Chehab
2020-09-22
1
-1
/
+1
*
|
drm/edid: fix objtool warning in drm_cvt_modes()
Linus Torvalds
2020-12-17
1
-2
/
+2
*
|
drm/edid: Fix uninitialized variable in drm_cvt_modes()
Lyude Paul
2020-11-06
1
-0
/
+2
*
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-11-02
1
-0
/
+28
|
\
\
|
*
|
drm/dp: fix a kernel-doc issue at drm_edid.c
Mauro Carvalho Chehab
2020-10-27
1
-1
/
+1
|
|
/
|
*
drm/dp: Add drm_dp_downstream_mode()
Ville Syrjälä
2020-09-17
1
-0
/
+28
*
|
drm: Quieten [zero] EDID carping
Chris Wilson
2020-10-29
1
-2
/
+2
|
/
*
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-08-06
1
-232
/
+279
|
\
|
*
drm: core: Convert device logging to drm_* functions.
Suraj Upadhyay
2020-07-20
1
-4
/
+2
|
*
drm/edid: Clean up some curly braces
Ville Syrjälä
2020-07-09
1
-5
/
+4
|
*
drm/edid: Iterate through all DispID ext blocks
Ville Syrjälä
2020-07-09
1
-46
/
+38
|
*
drm/edid: Allow looking for ext blocks starting from a specified index
Ville Syrjälä
2020-07-09
1
-9
/
+21
|
*
drm : Insert blank lines after declarations.
Suraj Upadhyay
2020-07-02
1
-0
/
+17
|
*
drm: Introduce epoch counter to drm_connector
Stanislav Lisovskiy
2020-06-30
1
-3
/
+5
|
*
drm: Add helper to compare edids.
Stanislav Lisovskiy
2020-06-30
1
-0
/
+33
|
*
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2020-06-29
1
-2
/
+3
|
|
\
|
|
*
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-06-24
1
-167
/
+161
|
|
|
\
|
*
|
|
drm: edid: Constify connector argument to infoframe functions
Laurent Pinchart
2020-06-23
1
-6
/
+6
|
|
|
/
|
|
/
|
|
*
|
drm: Nuke mode->vrefresh
Ville Syrjälä
2020-05-27
1
-167
/
+161
*
|
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-06-03
1
-57
/
+54
|
\
|
|
*
drm: Nuke mode->hsync
Ville Syrjälä
2020-04-29
1
-0
/
+8
[next]