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;
791 void *driver_context; /* e.g. amdgpu_device */
792 struct dc_perf_trace *perf_trace;
793 void *cgs_device;
795 enum dce_environment dce_environment;
796 struct hw_asic_id asic_id;
801 enum dce_version dce_version;
802 struct dc_bios *dc_bios;
803 bool created_bios;
[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()