aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/drm_edid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-24drm/edid: Fix off-by-one in DispID DTD pixel clockVille Syrjälä1-1/+1
2020-03-16drm/edid: Distribute switch variables for initializationKees Cook1-2/+1
2020-03-11drm/edid: Add function to parse EDID descriptors for monitor rangeManasi Navare1-0/+44
2020-02-26drm/edid: Add flag to drm_display_info to identify HDMI sinksLaurent Pinchart1-0/+6
2020-02-26video: hdmi: Change return type of hdmi_avi_infoframe_init() to voidLaurent Pinchart1-4/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-1/+1
2020-02-14drm/edid: Add a FIXME about DispID CEA data block revisionVille Syrjälä1-0/+7
2020-02-14drm/edid: Document why we don't bounds check the DispID CEA block start/endVille Syrjälä1-0/+4
2020-02-14drm/edid: Clear out spurious whitespaceVille Syrjälä1-3/+3
2020-02-14drm/edid: Introduce is_detailed_timing_descritor()Ville Syrjälä1-18/+24
2020-02-14drm/edid: Don't accept any old garbage as a display descriptorVille Syrjälä1-24/+41
2020-02-14drm/edid: Check the number of detailed timing descriptors in the CEA ext blockVille Syrjälä1-1/+4
2020-02-13drm: Add support for DP 1.4 Compliance edid corruption testJerry (Fangzhi) Zuo1-4/+20
2020-02-06drm/edid: fix building errorMauro Rossi1-1/+1
2019-12-22drm: Fix a couple of typos, punctation and whitespace issuesThierry Reding1-1/+1
2019-12-16drm/edid: Make sure the CEA mode arrays have the correct amount of modesVille Syrjälä1-0/+3
2019-12-16drm/edid: Throw away the dummy VIC 0 cea modeVille Syrjälä1-8/+4
2019-12-16drm/edid: Add CTA-861-G modes with VIC >= 193Ville Syrjälä1-2/+149
2019-12-16drm/edid: Abstract away cea_edid_modes[]Ville Syrjälä1-22/+45
2019-11-29drm/edid: Add alternate clock for SMPTE 4KWayne Lin1-7/+0
2019-11-29drm/edid: Add aspect ratios to HDMI 4K modesWayne Lin1-10/+35
2019-11-15drm/edid: no CEA v3 extension is not an errorJean Delvare1-4/+4
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul1-0/+3
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-0/+3
2019-10-22drm/edid: Add drm_hdmi_avi_infoframe_bars()Ville Syrjälä1-0/+17
2019-10-18drm/edid: Fix HDMI VIC handlingVille Syrjälä1-16/+21
2019-10-18drm/edid: Extract drm_mode_cea_vic()Ville Syrjälä1-23/+30
2019-10-18drm/edid: Make drm_get_cea_aspect_ratio() staticVille Syrjälä1-9/+1
2019-10-10drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50Kai-Heng Feng1-0/+3
2019-10-09drm/edid: Select DMT timing if EDID's display feature not support GTFLee Shawn C1-1/+2
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula1-1/+1
2019-09-19drm/edid: Add CTA-861-G modes with VIC < 128Ville Syrjälä1-0/+100
2019-09-06drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter1-3/+3
2019-06-25drm/edid: use for_each_displayid_db where applicableAndres Rodriguez1-10/+2
2019-06-25drm/edid: parse CEA blocks embedded in DisplayIDAndres Rodriguez1-11/+70
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-8/+47
2019-06-12drm: add fallback override/firmware EDID modes workaroundJani Nikula1-0/+30
2019-06-12drm/edid: abstract override/firmware EDID retrievalJani Nikula1-8/+17
2019-06-06drm/edid: Ignore "DFP 1.x" bit for EDID 1.2 and earlierVille Syrjälä1-2/+2
2019-06-06drm/edid: Clean up DRM_EDID_DIGITAL_* flagsVille Syrjälä1-1/+1
2019-05-23drm/edid: Fix docbook in drm_hdmi_infoframe_set_hdr_metadata()Sean Paul1-1/+1
2019-05-22drm: Add HLG EOTFVille Syrjälä1-1/+2
2019-05-22drm: Enable HDR infoframe supportUma Shankar1-0/+72
2019-05-22drm: Parse HDR metadata info from EDIDUma Shankar1-0/+51
2019-05-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-0/+19
2019-05-07drm: add non-desktop quirk for Valve HMDsAndres Rodriguez1-0/+19
2019-05-06drm/edid: drmP.h include removalJani Nikula1-4/+7
2019-03-27drm/edid: Remove defunct EDID_QUIRK_FIRST_DETAILED_PREFERREDVille Syrjälä1-10/+0
2019-03-15drm: add non-desktop quirks to Sensics and OSVR headsets.Ryan Pavlik1-0/+6
2019-02-19drm: Add colorspace info to AVI InfoframeUma Shankar1-0/+70