Home
last modified time | relevance | path

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

/linux-6.1.9/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()
297 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type()
363 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_latency()
383 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_voltage()
402 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_notify_wm_clock_changes()
429 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_clock_for_voltage_request()
450 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_static_clocks()
467 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_wm_ranges()
515 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_pme_wa_enable()
523 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_active_display_count()
[all …]
Damdgpu_dm_helpers.c907 struct amdgpu_device *adev = ctx->driver_context; in dm_helpers_allocate_gpu_mem()
939 struct amdgpu_device *adev = ctx->driver_context; in dm_helpers_free_gpu_mem()
Damdgpu_dm_mst_types.c86 adev = ddc->ctx->driver_context; in dm_dp_aux_transfer()
Damdgpu_dm.c7062 struct amdgpu_device *adev = ddc_service->ctx->driver_context; in create_i2c()
10172 struct amdgpu_device *adev = ctx->driver_context; in amdgpu_dm_set_dmub_async_sync_status()
10204 struct amdgpu_device *adev = ctx->driver_context; in amdgpu_dm_process_dmub_aux_transfer_sync()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c50 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
55 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
59 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-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_types.h857 void *driver_context; /* e.g. amdgpu_device */ member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c865 dc_ctx->driver_context = init_params->driver; in dc_construct_ctx()