Searched refs:pipes (Results 101 - 103 of 103) sorted by relevance

12345

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c320 /* we keep both pipes enabled on 830 */
453 /* we keep both pipes enabled on 830 */
2891 * - We keep both pipes enabled on 830
2904 /* Bspec claims that we can't use dithering for 30bpp pipes. */
3466 u8 pipes; local
3469 pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D);
3471 pipes = BIT(PIPE_B) | BIT(PIPE_C);
3473 pipes = 0;
3475 return pipes & DISPLAY_RUNTIME_INFO(i915)->pipe_mask;
3534 /* Bigjoiner pipes shoul
5871 intel_pipes_need_modeset(struct intel_atomic_state *state, u8 pipes) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c877 struct ia_css_pipe *pipe = stream->pipes[i];
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4186 uint8_t pipes; member in struct:dmub_cmd_fw_assisted_mclk_switch_pipe_data

Completed in 188 milliseconds

12345