Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1738819 > unrolled thread
| Started by | Allen <allen.lkml@gmail.com> |
|---|---|
| First post | 2017-09-25 10:30 +0200 |
| Last post | 2017-09-25 10:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2] drm/tegra: Replace dev_* with DRM_DEV_* Allen <allen.lkml@gmail.com> - 2017-09-25 10:30 +0200
| From | Allen <allen.lkml@gmail.com> |
|---|---|
| Date | 2017-09-25 10:30 +0200 |
| Subject | Re: [PATCH v2] drm/tegra: Replace dev_* with DRM_DEV_* |
| Message-ID | <utwW5-3OI-13@gated-at.bofh.it> |
Harsha, > > @r@ > @@ > > ( > -dev_info > +DRM_DEV_INFO > | > -dev_err > +DRM_DEV_ERROR > | > -dev_dbg > +DRM_DEV_DEBUG > ) > > Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com> > --- > Changes in v2: > -Break line over 80 characters > -Changes in comments not required > > drivers/gpu/drm/tegra/dc.c | 53 +++++++----- > drivers/gpu/drm/tegra/dpaux.c | 24 +++--- > drivers/gpu/drm/tegra/dsi.c | 68 ++++++++------- > drivers/gpu/drm/tegra/falcon.c | 16 ++-- > drivers/gpu/drm/tegra/fb.c | 22 +++-- > drivers/gpu/drm/tegra/gem.c | 8 +- > drivers/gpu/drm/tegra/gr2d.c | 10 ++- > drivers/gpu/drm/tegra/gr3d.c | 20 +++-- > drivers/gpu/drm/tegra/hdmi.c | 66 +++++++++------ > drivers/gpu/drm/tegra/output.c | 8 +- > drivers/gpu/drm/tegra/rgb.c | 12 +-- > drivers/gpu/drm/tegra/sor.c | 184 +++++++++++++++++++++++++---------------- > drivers/gpu/drm/tegra/vic.c | 15 ++-- > 13 files changed, 304 insertions(+), 202 deletions(-) > > diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c > index 4df3911..fbc9cc1 100644 > --- a/drivers/gpu/drm/tegra/dc.c > +++ b/drivers/gpu/drm/tegra/dc.c > @@ -1137,7 +1137,7 @@ static void tegra_dc_commit_state(struct tegra_dc *dc, > One of the first things you'll probably need to do is to break this huge patch into smaller chunks. It becomes difficult to even review this patch(though the change is pretty straight forward.). - Allen
Back to top | Article view | linux.kernel
csiph-web