Searched refs:dmub_notification (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.h | 78 struct dmub_notification; 98 … (*dmub_notify_interrupt_callback_t)(struct amdgpu_device *adev, struct dmub_notification *notify); 109 struct dmub_notification *dmub_notify; 265 struct dmub_notification *dmub_notify;
|
| A D | amdgpu_dm.c | 635 void dmub_aux_setconfig_callback(struct amdgpu_device *adev, struct dmub_notification *notify) in dmub_aux_setconfig_callback() 638 memcpy(adev->dm.dmub_notify, notify, sizeof(struct dmub_notification)); in dmub_aux_setconfig_callback() 651 void dmub_hpd_callback(struct amdgpu_device *adev, struct dmub_notification *notify) in dmub_hpd_callback() 751 struct dmub_notification notify; in dm_dmub_outbox1_low_irq() 779 dmub_hpd_wrk->dmub_notify = kzalloc(sizeof(struct dmub_notification), GFP_ATOMIC); in dm_dmub_outbox1_low_irq() 787 memcpy(dmub_hpd_wrk->dmub_notify, ¬ify, sizeof(struct dmub_notification)); in dm_dmub_outbox1_low_irq() 1555 adev->dm.dmub_notify = kzalloc(sizeof(struct dmub_notification), GFP_KERNEL); in amdgpu_dm_init() 11495 struct dmub_notification *p_notify = adev->dm.dmub_notify; in amdgpu_dm_set_dmub_async_sync_status()
|
| /linux/drivers/gpu/drm/amd/display/dmub/ |
| A D | dmub_srv_stat.h | 39 struct dmub_notification *notify);
|
| A D | dmub_srv.h | 440 struct dmub_notification { struct
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| A D | dc_stat.h | 40 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
|
| A D | dc.h | 48 struct dmub_notification; 1432 struct dmub_notification *notify);
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_stat.c | 52 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify) in dc_stat_get_dmub_notification()
|
| A D | dc.c | 3731 struct dmub_notification *notify) in dc_process_dmub_set_config_async()
|
| /linux/drivers/gpu/drm/amd/display/dmub/src/ |
| A D | dmub_srv_stat.c | 47 struct dmub_notification *notify) in dmub_srv_stat_get_notification()
|
Completed in 43 milliseconds