search for: 018df2c

Displaying 3 results from an estimated 3 matches for "018df2c".

2019 May 03
2
[PATCH] gpu/drm: Remove duplicate headers
...sp/dpu1/dpu_hw_lm.c | 1 - drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c | 2 -- drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 - 3 files changed, 4 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c index 018df2c..45a5bc6 100644 --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c @@ -15,7 +15,6 @@ #include "dpu_hwio.h" #include "dpu_hw_lm.h" #include "dpu_hw_mdss.h" -#include "dpu_kms.h" #define LM_OP_MODE...
2019 May 06
0
[PATCH] gpu/drm: Remove duplicate headers
...| 1 - > drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c | 2 -- > drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 - > 3 files changed, 4 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c > index 018df2c..45a5bc6 100644 > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c > @@ -15,7 +15,6 @@ > #include "dpu_hwio.h" > #include "dpu_hw_lm.h" > #include "dpu_hw_mdss.h" > -#include "dpu_kms.h"...
2019 May 07
1
[PATCH] gpu/drm: Remove duplicate headers
...t time around. Also, needs more compile testing (you need cross compilers for at least arm to test this stuff). -Daniel > > 3 files changed, 4 deletions(-) > > > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c > > index 018df2c..45a5bc6 100644 > > --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c > > +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c > > @@ -15,7 +15,6 @@ > > #include "dpu_hwio.h" > > #include "dpu_hw_lm.h" > > #include "dpu_hw_mdss.h" > &...