Searched refs:INTEL_OUTPUT_LVDS (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 91 if (psb_intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) in oaktrail_limit() 330 case INTEL_OUTPUT_LVDS: in oaktrail_crtc_mode_set()
|
D | psb_intel_drv.h | 60 #define INTEL_OUTPUT_LVDS 4 macro
|
D | framebuffer.c | 723 case INTEL_OUTPUT_LVDS: in psb_setup_outputs() 725 clone_mask = (1 << INTEL_OUTPUT_LVDS); in psb_setup_outputs()
|
D | cdv_intel_display.c | 432 if (cdv_intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in cdv_intel_limit() 498 if (cdv_intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) && in cdv_intel_find_best_PLL() 719 if (psb_intel_encoder->type == INTEL_OUTPUT_LVDS) in is_pipeb_lvds() 1059 case INTEL_OUTPUT_LVDS: in cdv_intel_crtc_mode_set()
|
D | psb_intel_display.c | 95 if (psb_intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in psb_intel_limit() 181 if (psb_intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) && in psb_intel_find_best_PLL() 509 case INTEL_OUTPUT_LVDS: in psb_intel_crtc_mode_set()
|
D | oaktrail_lvds.c | 357 psb_intel_encoder->type = INTEL_OUTPUT_LVDS; in oaktrail_lvds_init()
|
D | cdv_intel_lvds.c | 664 psb_intel_encoder->type = INTEL_OUTPUT_LVDS; in cdv_intel_lvds_init()
|
D | psb_drv.c | 378 case INTEL_OUTPUT_LVDS: in psb_driver_load()
|
D | psb_intel_lvds.c | 739 psb_intel_encoder->type = INTEL_OUTPUT_LVDS; in psb_intel_lvds_init()
|
/drivers/gpu/drm/i915/ |
D | intel_display.c | 488 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in intel_ironlake_limit() 514 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in intel_g4x_limit() 542 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in intel_limit() 554 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in intel_limit() 559 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in intel_limit() 648 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in intel_find_best_PLL() 714 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in intel_g4x_find_best_PLL() 3344 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in ironlake_crtc_enable() 3367 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || in ironlake_crtc_enable() 4137 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in vlv_get_refclk() [all …]
|
D | intel_lvds.c | 1002 if (encoder->type == INTEL_OUTPUT_LVDS) { in intel_is_dual_link_lvds() 1133 intel_encoder->type = INTEL_OUTPUT_LVDS; in intel_lvds_init()
|
D | intel_drv.h | 90 #define INTEL_OUTPUT_LVDS 4 macro
|