Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_types.h775 struct dc_context { struct
776 struct dc *dc;
778 void *driver_context; /* e.g. amdgpu_device */
779 struct dal_logger *logger;
780 struct dc_perf_trace *perf_trace;
781 void *cgs_device;
783 enum dce_environment dce_environment;
784 struct hw_asic_id asic_id;
789 enum dce_version dce_version;
790 struct dc_bios *dc_bios;
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c1054 void hwss_wait_for_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_wait_for_outstanding_hw_updates()
1095 void hwss_process_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_process_outstanding_hw_updates()