[PATCH v5 1/5] drm: Add a new connector property for link status

2016-11-21 Thread Daniel Vetter
On Fri, Nov 18, 2016 at 06:50:35PM -0800, Manasi Navare wrote: > At the time userspace does setcrtc, we've already promised the mode > would work. The promise is based on the theoretical capabilities of the > link, but it's possible we can't reach this in practice. The DP spec > describes how the

[PATCH v2 09/13] arm64: dts: r8a7795: salvator-x: Add panel backlight support

2016-11-21 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Nov 21, 2016 at 10:19 AM, Laurent Pinchart wrote: > On Monday 21 Nov 2016 09:36:22 Geert Uytterhoeven wrote: >> On Sat, Nov 19, 2016 at 4:28 AM, Laurent Pinchart wrote: >> > The panel backlight is controlled through a GPIO and a PWM channel. >> > ---

[Intel-gfx] [PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots

2016-11-21 Thread Daniel Vetter
On Sat, Nov 19, 2016 at 12:04:32AM +, Pandiyan, Dhinakaran wrote: > On Fri, 2016-11-18 at 09:43 +0100, Daniel Vetter wrote: > > On Thu, Nov 17, 2016 at 06:03:46PM -0800, Dhinakaran Pandiyan wrote: > > > drm_dp_find_vcpi_slots() returns an error when there is not enough > > > available

[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed

2016-11-21 Thread Chris Wilson
On Mon, Nov 21, 2016 at 10:38:20AM +0100, Daniel Vetter wrote: > On Fri, Nov 18, 2016 at 09:44:49AM -0800, Manasi Navare wrote: > > On Fri, Nov 18, 2016 at 06:21:21PM +0200, Ville Syrjälä wrote: > > > On Fri, Nov 18, 2016 at 04:35:25PM +0100, Daniel Vetter wrote: > > > > On Fri, Nov 18, 2016 at

[PATCH v2 09/13] arm64: dts: r8a7795: salvator-x: Add panel backlight support

2016-11-21 Thread Geert Uytterhoeven
Hi Laurent, On Sat, Nov 19, 2016 at 4:28 AM, Laurent Pinchart wrote: > The panel backlight is controlled through a GPIO and a PWM channel. > > Signed-off-by: Laurent Pinchart Reviewed-by: Geert

[PATCH v2 07/13] arm64: dts: r8a7795: Add PWM support

2016-11-21 Thread Geert Uytterhoeven
On Sat, Nov 19, 2016 at 4:28 AM, Laurent Pinchart wrote: > Add the 7 PWM channels to the r8a7795 device tree, in the disabled > state. > > Signed-off-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven

[Bug 98492] X-Plane 10 Core Dumping when using Real-Weather or any clouds

2016-11-21 Thread bugzilla-dae...@freedesktop.org
for this. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161121/bdb84be6/attachment-0001.html>

[PATCH 12/37] drm/vmwgfx: Populate fb->dev before drm_framebuffer_init()

2016-11-21 Thread Sinclair Yeh
Minor typo below. Reviewed-by: Sinclair Yeh On Fri, Nov 18, 2016 at 09:52:48PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > drm_framebuffer_init() will start to check that fb->dev is already > populated, so let's to that manually since vmwgfx isn't using

[PATCH 14/37] drm/vmwgfx: Populate fb->pixel_format

2016-11-21 Thread Sinclair Yeh
Reviewed-by: Sinclair Yeh On Fri, Nov 18, 2016 at 09:52:50PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Stuff something semi-reasonable into fb->pixel_format. I had to guess > as to which formats we should pick. Did I guess correctly? > > We can't quite use

[PATCH v3 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver

2016-11-21 Thread Rob Herring
On Thu, Nov 17, 2016 at 03:28:47PM +0200, Jyri Sarha wrote: > Add very basic ti-ftp410 DVI transmitter driver. The only feature > separating this from a completely dummy bridge is the EDID read > support trough DDC I2C. Even that functionality should be in a > separate generic connector driver.

[Intel-gfx] [PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS

2016-11-21 Thread Tvrtko Ursulin
Hi, On 18/11/2016 19:53, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > By providing our own format information for the CCS formats, we should > be able to make framebuffer_check() do the right thing for the CCS > surface as well. > > Note that we'll return the same format

[PATCH 2/5] drm/modes: Support modes names on the command line

2016-11-21 Thread Maxime Ripard
int remaining = strlen(name) - (extra_ptr - name); > > + > > + /* > > +* We still have characters to process, while > > +* we shouldn't have any > > +*/ > > +

[PATCH 1/5] drm/modes: Rewrite the command line parser

2016-11-21 Thread Maxime Ripard
++) { > > + switch (end_ptr[i]) { > > + case 'M': > > + cvt = true; > > the previous code ensured proper ordering as well as parsing, whereas > yours will take these in any order (and accepts duplicates). i don't > think this should cause any issues, but perhaps something to verify. Yes, I definitely overlooked the order of the parameters (and now I get why the switch was so convoluted...) I'll come up with a second version fixing that (and the other comments you had). Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161121/2a06cc04/attachment.sig>

[PATCH 5/5] drm/sun4i: Add support for the overscan profiles

2016-11-21 Thread Maxime Ripard
Linux and Kernel engineering http://free-electrons.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161121/7da26be6/attachment.sig>

[Bug 98738] AMD E450| HD 6320 - crashing playback with kodi, maybe vdpau problem, mesa, r600

2016-11-21 Thread bugzilla-dae...@freedesktop.org
uot;1" and change it to "0". -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161121/fffbee19/attachment.html>

[Bug 98520] System randomly crashes / freezes while playing certain games

2016-11-21 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20161121/2a546e37/attachment.html>

[Bug 98520] System randomly crashes / freezes while playing certain games

2016-11-21 Thread bugzilla-dae...@freedesktop.org
kernel from Fedora 23. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161121/a389d435/attachment.html>

[linux-sunxi] [PATCH v6 0/5] drm: sun8i: Add DE2 HDMI video support

2016-11-21 Thread Ondřej Jirman
e2_hdmi.c > create mode 100644 drivers/gpu/drm/sun8i/de2_hdmi.h > create mode 100644 drivers/gpu/drm/sun8i/de2_hdmi_io.c > create mode 100644 drivers/gpu/drm/sun8i/de2_plane.c > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161121/cc391cb7/attachment-0001.sig>

<    1   2