Searched refs:INTEL_OUTPUT_LVDS (Results 1 – 14 of 14) sorted by relevance
/drivers/gpu/drm/gma500/ |
D | cdv_intel_display.c | 377 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in cdv_intel_limit() 527 gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in cdv_update_wm() 611 case INTEL_OUTPUT_LVDS: in cdv_intel_crtc_mode_set()
|
D | psb_intel_display.c | 69 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in psb_intel_limit() 136 case INTEL_OUTPUT_LVDS: in psb_intel_crtc_mode_set()
|
D | psb_intel_drv.h | 61 #define INTEL_OUTPUT_LVDS 4 macro
|
D | oaktrail_crtc.c | 97 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) in mrst_limit() 409 case INTEL_OUTPUT_LVDS: in oaktrail_crtc_mode_set()
|
D | framebuffer.c | 736 case INTEL_OUTPUT_LVDS: in psb_setup_outputs() 738 clone_mask = (1 << INTEL_OUTPUT_LVDS); in psb_setup_outputs()
|
D | oaktrail_lvds.c | 329 gma_encoder->type = INTEL_OUTPUT_LVDS; in oaktrail_lvds_init()
|
D | psb_drv.c | 371 case INTEL_OUTPUT_LVDS: in psb_driver_load()
|
D | cdv_intel_lvds.c | 659 gma_encoder->type = INTEL_OUTPUT_LVDS; in cdv_intel_lvds_init()
|
D | psb_intel_lvds.c | 728 gma_encoder->type = INTEL_OUTPUT_LVDS; in psb_intel_lvds_init()
|
D | gma_display.c | 740 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) && in gma_find_best_pll()
|
/drivers/gpu/drm/i915/ |
D | intel_lvds.c | 843 if (encoder->type == INTEL_OUTPUT_LVDS) { in intel_is_dual_link_lvds() 983 intel_encoder->type = INTEL_OUTPUT_LVDS; in intel_lvds_init()
|
D | intel_display.c | 429 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in intel_ironlake_limit() 452 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in intel_g4x_limit() 478 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in intel_limit() 487 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in intel_limit() 492 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in intel_limit() 589 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in i9xx_find_best_dpll() 650 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in pnv_find_best_dpll() 713 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in g4x_find_best_dpll() 2850 (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) || in intel_pipe_set_base() 5366 if ((intel_pipe_has_type(&crtc->base, INTEL_OUTPUT_LVDS) && in intel_crtc_compute_config() [all …]
|
D | intel_drv.h | 100 #define INTEL_OUTPUT_LVDS 4 macro
|
D | i915_debugfs.c | 2462 else if (intel_encoder->type == INTEL_OUTPUT_LVDS) in intel_connector_info()
|