Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/exynos/
Dexynos5433_drm_decon.c38 #define I80_HW_TRG (1 << 0) macro
115 if (!(ctx->out_type & I80_HW_TRG)) in decon_enable_vblank()
125 if (!(ctx->out_type & I80_HW_TRG)) in decon_disable_vblank()
176 if (!ctx->crtc->i80_mode && !(ctx->out_type & I80_HW_TRG)) in decon_setup_trigger()
179 if (!(ctx->out_type & I80_HW_TRG)) { in decon_setup_trigger()
536 if (!(ctx->out_type & I80_HW_TRG)) in decon_atomic_disable()
754 .data = (void *)I80_HW_TRG
758 .data = (void *)(I80_HW_TRG | IFTYPE_HDMI)
840 ctx->out_type &= ~I80_HW_TRG; in exynos5433_decon_probe()
843 if (ctx->out_type & I80_HW_TRG) { in exynos5433_decon_probe()
Dexynos_drm_fimd.c93 #define I80_HW_TRG (1 << 1) macro
465 if (trg_type == I80_HW_TRG) { in fimd_setup_trigger()
1023 if (trg_type == I80_HW_TRG) in fimd_te_handler()