Re:linux-next: build failure after merge of the drm-misc tree

2021-10-14 Thread luo.penghao
Hi, I review the code. It seems I forget to delete the definition of the variable "inst",I'm sry for that.: ( I'll submit another patch soon. > Hi all,> > After merging the drm-misc tree, today's linux-next build (x86_64> > allmodconfig) failed like this:> > > drivers/gpu/drm/nouvea

Re:[PATCH linux-next] drm/i915/display: Remove unused variable and its assignment.

2021-10-19 Thread luo.penghao
> This one we could use. For some reason we hardcode it to > 1 now, which is correct for our use cases but I don't really> see a reason to > hardcode it here. We are supposed to calculate> it correctly after all, and > chv_crtc_clock_get() also just blindly> reads it out.> > > bestm2_frac

Re:[PATCH linux-next] drm/i915/display: Remove unused variable and its assignment.

2021-10-19 Thread luo.penghao
> This one we could use. For some reason we hardcode it to > 1 now, which is correct for our use cases but I don't really> see a reason to > hardcode it here. We are supposed to calculate> it correctly after all, and > chv_crtc_clock_get() also just blindly> reads it out.> > > bestm2_frac

Re:[PATCH linux-next] drm/i915/display: Remove unused variable and its assignment.

2021-10-19 Thread luo.penghao
> This one we could use. For some reason we hardcode it to > 1 now, which is correct for our use cases but I don't really> see a reason to > hardcode it here. We are supposed to calculate> it correctly after all, and > chv_crtc_clock_get() also just blindly> reads it out.> > > bestm2_frac