Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h803 struct dc_context { struct
804 struct dc *dc;
806 void *driver_context; /* e.g. amdgpu_device */
807 struct dal_logger *logger;
808 struct dc_perf_trace *perf_trace;
809 void *cgs_device;
811 enum dce_environment dce_environment;
812 struct hw_asic_id asic_id;
817 enum dce_version dce_version;
818 struct dc_bios *dc_bios;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2153 void hwss_wait_for_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_wait_for_outstanding_hw_updates()
2199 void hwss_process_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) in hwss_process_outstanding_hw_updates()