Skip to content

Commit

Permalink
HACK old cmd mode display dpu hw ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
konradybcio committed Mar 15, 2024
1 parent 364e4a6 commit 7ddd74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static inline void dpu_hw_ctl_trigger_start(struct dpu_hw_ctl *ctx)

static inline bool dpu_hw_ctl_is_started(struct dpu_hw_ctl *ctx)
{
return !!(DPU_REG_READ(&ctx->hw, CTL_START) & BIT(0));
return !!(DPU_REG_READ(&ctx->hw, CTL_START) & BIT(0)) || 1;
}

static inline void dpu_hw_ctl_trigger_pending(struct dpu_hw_ctl *ctx)
Expand Down

0 comments on commit 7ddd74f

Please sign in to comment.