Searched defs:dmcu_funcs (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | dmcu.h | 59 struct dmcu_funcs { struct 60 bool (*dmcu_init)(struct dmcu *dmcu); 61 bool (*load_iram)(struct dmcu *dmcu, 65 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait); 66 bool (*setup_psr)(struct dmcu *dmcu, 69 void (*get_psr_state)(struct dmcu *dmcu, enum dc_psr_state *dc_psr_state); 70 void (*set_psr_wait_loop)(struct dmcu *dmcu, 72 void (*get_psr_wait_loop)(struct dmcu *dmcu, 74 bool (*is_dmcu_initialized)(struct dmcu *dmcu); 75 bool (*lock_phy)(struct dmcu *dmcu); [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | dmcu.h | 59 struct dmcu_funcs { struct 60 bool (*dmcu_init)(struct dmcu *dmcu); 61 bool (*load_iram)(struct dmcu *dmcu, 65 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait); 66 bool (*setup_psr)(struct dmcu *dmcu, 69 void (*get_psr_state)(struct dmcu *dmcu, uint32_t *psr_state); 70 void (*set_psr_wait_loop)(struct dmcu *dmcu, 72 void (*get_psr_wait_loop)(struct dmcu *dmcu, 74 bool (*is_dmcu_initialized)(struct dmcu *dmcu); 75 bool (*lock_phy)(struct dmcu *dmcu); [all …]
|