Harsha, > > @r@ > @@ > > ( > -dev_info > +DRM_DEV_INFO > | > -dev_err > +DRM_DEV_ERROR > | > -dev_dbg > +DRM_DEV_DEBUG > ) > > Signed-off-by: Harsha Sharma <harshasharmaiitr@xxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html