Searched refs:replay_state (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_panel_replay.c | 392 uint32_t replay_state = 0; in dp_pr_get_state() local 400 &replay_state, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY)) { in dp_pr_get_state() 402 replay_state = PR_STATE_INVALID; in dp_pr_get_state() 405 *state = replay_state; in dp_pr_get_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.h | 19 void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state,
|
| H A D | dmub_replay.c | 24 static void dmub_replay_get_state(struct dmub_replay *dmub, enum replay_state *state, uint8_t panel… in dmub_replay_get_state() 52 enum replay_state state = REPLAY_STATE_0; in dmub_replay_enable()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_exec_queue_types.h | 229 void *replay_state; member
|
| H A D | xe_lrc.h | 54 void *replay_state, u32 ring_size, u16 msix_vec, u32 flags);
|
| H A D | xe_lrc.c | 1435 struct xe_vm *vm, void *replay_state, u32 ring_size, in xe_lrc_init() argument 1488 if (gt->default_lrc[hwe->class] || replay_state) { in xe_lrc_init() 1493 if (replay_state) in xe_lrc_init() 1495 replay_state, lrc->replay_size); in xe_lrc_init() 1614 void *replay_state, u32 ring_size, u16 msix_vec, u32 flags) in xe_lrc_create() argument 1623 err = xe_lrc_init(lrc, hwe, vm, replay_state, ring_size, msix_vec, flags); in xe_lrc_create()
|
| H A D | xe_exec_queue.c | 161 kvfree(q->replay_state); in __xe_exec_queue_free() 319 lrc = xe_lrc_create(q->hwe, q->vm, q->replay_state, in __xe_exec_queue_init() 672 q->replay_state = ptr; in exec_queue_set_hang_replay_state()
|
| /linux/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 4303 enum replay_state { enum
|