dpu_hw_dspp
struct dpu_hw_dspp *dspp;
struct dpu_hw_dspp *hw_dspp;
struct dpu_hw_dspp *dpu_hw_dspp_init(struct drm_device *dev,
struct dpu_hw_dspp *c;
static void dpu_setup_dspp_pcc(struct dpu_hw_dspp *ctx,
static void dpu_setup_dspp_gc(struct dpu_hw_dspp *ctx,
static inline struct dpu_hw_dspp *to_dpu_hw_dspp(struct dpu_hw_blk *hw)
return container_of(hw, struct dpu_hw_dspp, base);
struct dpu_hw_dspp *dpu_hw_dspp_init(struct drm_device *dev,
void (*setup_pcc)(struct dpu_hw_dspp *ctx, struct dpu_hw_pcc_cfg *cfg);
void (*setup_gc)(struct dpu_hw_dspp *ctx, struct dpu_hw_gc_lut *gc_lut);
struct dpu_hw_dspp;
struct dpu_hw_dspp *hw;