Home
last modified time | relevance | path

Searched refs:SDVO_TMDS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/gma500/
A Dpsb_intel_sdvo.c43 #define SDVO_TMDS_MASK (SDVO_OUTPUT_TMDS0 | SDVO_OUTPUT_TMDS1) macro
48 #define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK | SDVO_LVDS_MASK |\
52 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)
2114 if ((flags & SDVO_TMDS_MASK) == SDVO_TMDS_MASK) in psb_intel_sdvo_output_setup()
/linux/drivers/gpu/drm/i915/display/
A Dintel_sdvo.c52 #define SDVO_TMDS_MASK (SDVO_OUTPUT_TMDS0 | SDVO_OUTPUT_TMDS1) macro
57 #define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK | SDVO_LVDS_MASK |\
61 #define IS_TMDS(c) (c->output_flag & SDVO_TMDS_MASK)
64 #define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK | SDVO_LVDS_MASK))
2954 if ((flags & SDVO_TMDS_MASK) == SDVO_TMDS_MASK) in intel_sdvo_output_setup()

Completed in 15 milliseconds