aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorMika Kahola <mika.kahola@intel.com>2016-09-09 07:10:48 -0400
committerJani Nikula <jani.nikula@intel.com>2016-09-15 07:49:34 -0400
commit8fedf080086a4884b0f0a20ba6abbeaeb960916e (patch)
tree1b0c1fd0744419582b24557ae52683903c81af85 /include/drm
parent69b1e00f23e0247105c77c4fd2f668ecc3a77a89 (diff)
drm: Drop VGA from bpc definitions
Drop "VGA" from bits per component definitions as these are also used by other standards such as DVI, HDMI, DP++. Reviewed-by: Jim Bride <jim.bride@linux.intel.com> Signed-off-by: Mika Kahola <mika.kahola@intel.com> Acked-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1473419458-17080-3-git-send-email-mika.kahola@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_dp_helper.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
index ba9731ef72bf..0d84046a1ed6 100644
--- a/include/drm/drm_dp_helper.h
+++ b/include/drm/drm_dp_helper.h
@@ -216,11 +216,11 @@
216# define DP_DS_PORT_HPD (1 << 3) 216# define DP_DS_PORT_HPD (1 << 3)
217/* offset 1 for VGA is maximum megapixels per second / 8 */ 217/* offset 1 for VGA is maximum megapixels per second / 8 */
218/* offset 2 */ 218/* offset 2 */
219# define DP_DS_VGA_MAX_BPC_MASK (3 << 0) 219# define DP_DS_MAX_BPC_MASK (3 << 0)
220# define DP_DS_VGA_8BPC 0 220# define DP_DS_8BPC 0
221# define DP_DS_VGA_10BPC 1 221# define DP_DS_10BPC 1
222# define DP_DS_VGA_12BPC 2 222# define DP_DS_12BPC 2
223# define DP_DS_VGA_16BPC 3 223# define DP_DS_16BPC 3
224 224
225/* link configuration */ 225/* link configuration */
226#define DP_LINK_BW_SET 0x100 226#define DP_LINK_BW_SET 0x100