Searched refs:flushbits (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_ctl.c | 100 u32 flushbits) in dpu_hw_ctl_update_pending_flush() 102 trace_dpu_hw_ctl_update_pending_flush(flushbits, in dpu_hw_ctl_update_pending_flush() 104 ctx->pending_flush_mask |= flushbits; in dpu_hw_ctl_update_pending_flush() 108 u32 flushbits) in dpu_hw_ctl_update_pending_intf_flush() 110 ctx->pending_intf_flush_mask |= flushbits; in dpu_hw_ctl_update_pending_intf_flush() 138 uint32_t flushbits = 0; in dpu_hw_ctl_get_bitmask_sspp() local 142 flushbits = BIT(0); in dpu_hw_ctl_get_bitmask_sspp() 145 flushbits = BIT(1); in dpu_hw_ctl_get_bitmask_sspp() 148 flushbits = BIT(2); in dpu_hw_ctl_get_bitmask_sspp() 151 flushbits in dpu_hw_ctl_get_bitmask_sspp() 99 dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx, u32 flushbits) dpu_hw_ctl_update_pending_flush() argument 107 dpu_hw_ctl_update_pending_intf_flush(struct dpu_hw_ctl *ctx, u32 flushbits) dpu_hw_ctl_update_pending_intf_flush() argument 193 uint32_t flushbits = 0; dpu_hw_ctl_get_bitmask_mixer() local 223 dpu_hw_ctl_get_bitmask_intf(struct dpu_hw_ctl *ctx, u32 *flushbits, enum dpu_intf intf) dpu_hw_ctl_get_bitmask_intf() argument 245 dpu_hw_ctl_get_bitmask_intf_v1(struct dpu_hw_ctl *ctx, u32 *flushbits, enum dpu_intf intf) dpu_hw_ctl_get_bitmask_intf_v1() argument 252 dpu_hw_ctl_active_get_bitmask_intf(struct dpu_hw_ctl *ctx, u32 *flushbits, enum dpu_intf intf) dpu_hw_ctl_active_get_bitmask_intf() argument 262 uint32_t flushbits = 0; dpu_hw_ctl_get_bitmask_dspp() local [all...] |
H A D | dpu_hw_ctl.h | 85 * OR in the given flushbits to the cached pending_flush_mask 88 * @flushbits : module flushmask 91 u32 flushbits); 94 * OR in the given flushbits to the cached pending_intf_flush_mask 97 * @flushbits : module flushmask 100 u32 flushbits); 151 u32 *flushbits, 160 u32 *flushbits, enum dpu_intf blk);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_ctl.h | 97 * OR in the given flushbits to the cached pending_flush_mask 100 * @flushbits : module flushmask 103 u32 flushbits); 106 * OR in the given flushbits to the cached pending_(wb_)flush_mask 115 * OR in the given flushbits to the cached pending_(intf_)flush_mask 124 * OR in the given flushbits to the cached pending_(merge_3d_)flush_mask 133 * OR in the given flushbits to the cached pending_flush_mask 142 * OR in the given flushbits to the cached pending_flush_mask 151 * OR in the given flushbits to the cached pending_flush_mask 161 * OR in the given flushbits t [all...] |
H A D | dpu_hw_ctl.c | 113 u32 flushbits) in dpu_hw_ctl_update_pending_flush() 115 trace_dpu_hw_ctl_update_pending_flush(flushbits, in dpu_hw_ctl_update_pending_flush() 117 ctx->pending_flush_mask |= flushbits; in dpu_hw_ctl_update_pending_flush() 112 dpu_hw_ctl_update_pending_flush(struct dpu_hw_ctl *ctx, u32 flushbits) dpu_hw_ctl_update_pending_flush() argument
|
Completed in 3 milliseconds