Home
last modified time | relevance | path

Searched refs:driver_context (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c40 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_display_requirements()
300 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type()
372 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_latency()
396 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_voltage()
419 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_notify_wm_clock_changes()
449 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_clock_for_voltage_request()
472 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_static_clocks()
496 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_wm_ranges()
547 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_pme_wa_enable()
558 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_active_display_count()
[all …]
Damdgpu_dm_helpers.c670 struct amdgpu_device *adev = ctx->driver_context; in dm_helpers_allocate_gpu_mem()
702 struct amdgpu_device *adev = ctx->driver_context; in dm_helpers_free_gpu_mem()
Damdgpu_dm.c7860 struct amdgpu_device *adev = ddc_service->ctx->driver_context; in create_i2c()
10988 struct amdgpu_device *adev = ctx->driver_context; in amdgpu_dm_process_dmub_aux_transfer_sync()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c52 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
57 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
61 bios_cmd_table_para_revision(bp->base.ctx->driver_context, \
Dcommand_table.c38 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
43 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
47 bios_cmd_table_para_revision(bp->base.ctx->driver_context, \
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_types.h813 void *driver_context; /* e.g. amdgpu_device */ member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc.c760 dc_ctx->driver_context = init_params->driver; in dc_construct_ctx()