drm/tegra: Relocate some output-specific code
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / gpu / drm / tegra / dc.h
index e6a9df0..3c2c0ea 100644 (file)
 #define DITHER_CONTROL_ERRDIFF (3 << 8)
 
 #define DC_DISP_SHIFT_CLOCK_OPTIONS            0x431
+#define  SC1_H_QUALIFIER_NONE  (1 << 16)
+#define  SC0_H_QUALIFIER_NONE  (1 <<  0)
 
 #define DC_DISP_DATA_ENABLE_OPTIONS            0x432
 #define DE_SELECT_ACTIVE_BLANK  (0 << 0)