All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/2] drm/edid: Name the detailed monitor range flags
@ 2020-03-06  1:42 ` Manasi Navare
  0 siblings, 0 replies; 19+ messages in thread
From: Manasi Navare @ 2020-03-06  1:42 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Manasi Navare, Kazlauskas Nicholas

This patch adds defines for the detailed monitor
range flags as per the EDID specification.

Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Clinton A Taylor <clinton.a.taylor@intel.com>
Cc: Kazlauskas Nicholas <Nicholas.Kazlauskas@amd.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
---
 include/drm/drm_edid.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
index f0b03d401c27..f89c97623845 100644
--- a/include/drm/drm_edid.h
+++ b/include/drm/drm_edid.h
@@ -91,6 +91,11 @@ struct detailed_data_string {
 	u8 str[13];
 } __attribute__((packed));
 
+#define EDID_DEFAULT_GTF_SUPPORT_FLAG   0x00
+#define EDID_RANGE_LIMITS_ONLY_FLAG     0x01
+#define EDID_SECONDARY_GTF_SUPPORT_FLAG 0x02
+#define EDID_CVT_SUPPORT_FLAG           0x04
+
 struct detailed_data_monitor_range {
 	u8 min_vfreq;
 	u8 max_vfreq;
-- 
2.19.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-03-09 20:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06  1:42 [PATCH v4 1/2] drm/edid: Name the detailed monitor range flags Manasi Navare
2020-03-06  1:42 ` [Intel-gfx] " Manasi Navare
2020-03-06  1:42 ` [PATCH v4 2/2] drm/dp: Add function to parse EDID descriptors for adaptive sync limits Manasi Navare
2020-03-06  1:42   ` [Intel-gfx] " Manasi Navare
2020-03-06 15:02   ` Kazlauskas, Nicholas
2020-03-06 15:02     ` [Intel-gfx] " Kazlauskas, Nicholas
2020-03-06 18:52     ` Mario Kleiner
2020-03-06 18:52       ` Mario Kleiner
2020-03-06  8:39 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for series starting with [v4,1/2] drm/edid: Name the detailed monitor range flags Patchwork
2020-03-06  8:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-03-06 10:30 ` [Intel-gfx] [PATCH v4 1/2] " Jani Nikula
2020-03-06 10:30   ` Jani Nikula
2020-03-06 18:40   ` Manasi Navare
2020-03-06 18:40     ` Manasi Navare
2020-03-09  8:35     ` Jani Nikula
2020-03-09  8:35       ` Jani Nikula
2020-03-09 20:34       ` Manasi Navare
2020-03-09 20:34         ` Manasi Navare
2020-03-07  2:53 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v4,1/2] " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.