Home
last modified time | relevance | path

Searched refs:DCN10TG_FROM_TG (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c65 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_program_global_sync()
85 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_disable_stereo()
141 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_program_vline_interrupt()
195 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_program_timing()
365 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_set_blank_data_double_buffer()
379 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_unblank_crtc()
403 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_blank_crtc()
423 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_is_blanked()
436 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_enable_optc_clock()
475 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc1_enable_crtc()
[all …]
Ddcn10_optc.h31 #define DCN10TG_FROM_TG(tg)\ macro
Ddcn10_resource.c859 kfree(DCN10TG_FROM_TG(pool->base.timing_generators[i])); in destruct()
Ddcn10_hw_sequencer.c303 optc1_read_otg_state(DCN10TG_FROM_TG(tg), &s); in dcn10_log_hw_state()