mbox series

[for-4.4.y,0/5] drm/vc4 fixes from rpi-4.4.y for stable

Message ID 1499544201-12812-1-git-send-email-amit.pundir@linaro.org
Headers show
Series drm/vc4 fixes from rpi-4.4.y for stable | expand

Message

Amit Pundir July 8, 2017, 8:03 p.m. UTC
Hi Greg, Eric,

Kindly consider/review following vc4 fixes picked from raspberrypi
tree, https://github.com/raspberrypi/linux/tree/rpi-4.4.y, for
stable 4.4.y.

Cherry-picked and build tested on Linux 4.4.76 for ARCH=arm/arm64 +
allmodconfig.

Regards,
Amit Pundir


Eric Anholt (5):
  drm/vc4: Fix NULL deref in HDMI init error path
  drm/vc4: Initialize scaler DISPBKGND on modeset.
  drm/vc4: Fix setting of vertical timings in the CRTC.
  drm/vc4: Add another reg to HDMI debug dumping.
  drm/vc4: Bring HDMI up from power off if necessary.

 drivers/gpu/drm/vc4/vc4_crtc.c | 16 ++++++++++++++++
 drivers/gpu/drm/vc4/vc4_hdmi.c | 32 ++++++++++++++++++++++++++++++--
 drivers/gpu/drm/vc4/vc4_regs.h | 16 ++++++++++++++++
 3 files changed, 62 insertions(+), 2 deletions(-)

-- 
2.13.0

Comments

Eric Anholt July 10, 2017, 5:02 p.m. UTC | #1
Amit Pundir <amit.pundir@linaro.org> writes:

> Hi Greg, Eric,

>

> Kindly consider/review following vc4 fixes picked from raspberrypi

> tree, https://github.com/raspberrypi/linux/tree/rpi-4.4.y, for

> stable 4.4.y.

>

> Cherry-picked and build tested on Linux 4.4.76 for ARCH=arm/arm64 +

> allmodconfig.


I'm not sure why you're picking these particular patches.  VC4 has gone
through a ton of development and fixing since then, and you'd be better
served by a forklift of drm/ to 4.4 at this point than trying to pick
and choose patches.
Amit Pundir July 11, 2017, 6:38 a.m. UTC | #2
Hi Eric,

On 10 July 2017 at 22:32, Eric Anholt <eric@anholt.net> wrote:
> Amit Pundir <amit.pundir@linaro.org> writes:

>

>> Hi Greg, Eric,

>>

>> Kindly consider/review following vc4 fixes picked from raspberrypi

>> tree, https://github.com/raspberrypi/linux/tree/rpi-4.4.y, for

>> stable 4.4.y.

>>

>> Cherry-picked and build tested on Linux 4.4.76 for ARCH=arm/arm64 +

>> allmodconfig.

>

> I'm not sure why you're picking these particular patches.  VC4 has gone

> through a ton of development and fixing since then, and you'd be better

> served by a forklift of drm/ to 4.4 at this point than trying to pick

> and choose patches.


Thanks for your feedback. Really appreciate it.

I'm not trying to forklift new feature set and fixes. I just ran into
these VC4 fixes in raspberrypi's 4.4.y tree and since these fixes
looked important enough from my vantage point and were applicable for
stable linux-4.4.y as well, I submitted them for consideration.

Regards,
Amit Pundir