Searched refs:VBLANK (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/ |
H A D | i810_regs.h | 152 #define VBLANK 0x60010 macro
|
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/ |
H A D | i810_regs.h | 152 #define VBLANK 0x60010 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_crt.c | 695 vblank_reg = VBLANK(pipe); in intel_crt_load_detect()
|
H A D | icl_dsi.c | 980 intel_de_write(dev_priv, VBLANK(dsi_trans), in gen11_dsi_set_transcoder_timings()
|
H A D | intel_display.c | 5768 intel_de_read(dev_priv, VBLANK(cpu_transcoder))); in ilk_pch_transcoder_set_timings() 8850 intel_de_write(dev_priv, VBLANK(cpu_transcoder), in intel_set_pipe_timings() 8922 tmp = intel_de_read(dev_priv, VBLANK(cpu_transcoder)); in intel_get_pipe_timings() 18097 intel_de_write(dev_priv, VBLANK(pipe), (480 - 1) | ((525 - 1) << 16)); in i830_enable_pipe() 19090 VBLANK(cpu_transcoder)); in intel_display_capture_error_state() 19154 err_printf(m, " VBLANK: %08x\n", error->transcoder[i].vblank); in intel_display_print_error_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 2167 MMIO_D(VBLANK(TRANSCODER_A), D_ALL); in init_generic_mmio_info() 2177 MMIO_D(VBLANK(TRANSCODER_B), D_ALL); in init_generic_mmio_info() 2187 MMIO_D(VBLANK(TRANSCODER_C), D_ALL); in init_generic_mmio_info() 2197 MMIO_D(VBLANK(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 436 * @pipe_data: [in] Pipe data which stores the VBLANK/DRR info 505 * populate_subvp_cmd_vblank_pipe_info - Helper to populate VBLANK pipe info for the DMUB subvp command 510 * @vblank_pipe: [in] pipe_ctx for the VBLANK pipe 513 * Populate the DMCUB SubVP command with VBLANK pipe info. All the information 514 * required to calculate the microschedule for SubVP + VBLANK case is stored in 515 * the pipe_data (subvp_data and vblank_data). Also check if the VBLANK pipe 544 pipe_data->mode = VBLANK; in populate_subvp_cmd_vblank_pipe_info() 710 * based on the pipe (e.g. SubVP, VBLANK).
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 1269 VBLANK = 3, enumerator 1316 uint16_t min_vtotal_supported; // Min VTOTAL that supports switching in VBLANK 1320 } drr_info; // DRR considered as part of SubVP + VBLANK case 2211 * If RFB setup time is greater than the total VBLANK time,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 4339 #define VBLANK(trans) _MMIO_TRANS2(trans, _VBLANK_A) macro
|
Completed in 78 milliseconds