We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee6648 commit 1b9d131Copy full SHA for 1b9d131
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
@@ -956,7 +956,7 @@ static int _dpu_crtc_wait_for_frame_done(struct drm_crtc *crtc)
956
static int dpu_crtc_kickoff_clone_mode(struct drm_crtc *crtc)
957
{
958
struct drm_encoder *encoder;
959
- struct drm_encoder *rt_encoder = NULL, *wb_encoder;
+ struct drm_encoder *rt_encoder = NULL, *wb_encoder = NULL;
960
struct dpu_kms *dpu_kms = _dpu_crtc_get_kms(crtc);
961
962
/* Find encoder for real time display */
0 commit comments