Home
last modified time | relevance | path

Searched defs:dc_context (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h788 struct dc_context { struct
789 struct dc *dc;
793 void *cgs_device;
796 struct hw_asic_id asic_id;
802 struct dc_bios *dc_bios;
803 bool created_bios;
805 uint32_t dc_sink_id_count;
807 uint32_t dc_edp_id_count;
808 uint64_t fbc_gpu_addr;
810 struct cp_psp cp_psp;
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3477 static void wait_for_outstanding_hw_updates(struct dc *dc, const struct dc_state *dc_context) in wait_for_outstanding_hw_updates()