Home
last modified time | relevance | path

Searched refs:dpu_context (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/sprd/
Dsprd_dpu.h45 struct dpu_context { struct
66 struct dpu_context ctx; argument
75 dpu_reg_set(struct dpu_context *ctx, u32 offset, u32 set_bits) in dpu_reg_set()
83 dpu_reg_clr(struct dpu_context *ctx, u32 offset, u32 clr_bits) in dpu_reg_clr()
91 layer_reg_rd(struct dpu_context *ctx, u32 offset, int index) in layer_reg_rd()
99 layer_reg_wr(struct dpu_context *ctx, u32 offset, u32 cfg_bits, int index) in layer_reg_wr()
Dsprd_dpu.c133 struct dpu_context *ctx = &dpu->ctx; in dpu_wait_stop_done()
155 struct dpu_context *ctx = &dpu->ctx; in dpu_wait_update_done()
325 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_layer()
382 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_flip()
409 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_init()
457 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_fini()
465 struct dpu_context *ctx = &dpu->ctx; in sprd_dpi_init()
489 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_run()
498 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_stop()
753 struct dpu_context *ctx = &dpu->ctx; in sprd_dpu_isr()
[all …]