[PATCH 0/2 v3] Audio support for adv7511 hdmi bridge

2016-09-13 Thread Mark Brown
On Mon, Sep 12, 2016 at 02:58:44PM -0700, John Stultz wrote: > Ping? Just wanted to see if there was any other feedback on this? Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so on so unless there is

[GIT PULL] drm/rockchip: some fixes

2016-09-13 Thread Dave Airlie
On 10 September 2016 at 12:57, Mark yao wrote: > Hi Dave > Here are some little fixes for rockchip drm, looks good for me, and > there is no doubt on them, So I'd like you can land them. > > Thanks. > > The following changes since commit 603f2c9f45c6620afd65b60ec084c1ea7c36b2ec: > > Merge

[PATCH] drm/vc4: cleanup with list_first_entry_or_null()

2016-09-13 Thread Masahiro Yamada
The combo of list_empty() check and return list_first_entry() can be replaced with list_first_entry_or_null(). Signed-off-by: Masahiro Yamada --- drivers/gpu/drm/vc4/vc4_drv.h | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_drv.h

[Bug 97500] Cannot unbind GPU from AMDGPU

2016-09-13 Thread bugzilla-dae...@freedesktop.org
: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/aac11393/attachment.html>

[PATCH] drm/amdgpu: improve GTT BO alloc speed in OGL

2016-09-13 Thread Michel Dänzer
On 13/09/16 01:44 AM, Alex Deucher wrote: > From: "monk.liu" > > original we use ttm_dma path to allocate GTT bo, which is too much > slower than the path of ttm_pool, in most cases. > > The swiotlb checks don't seem to work and we always end up in the > slow path even when an IOMMU is

[Bug 97782] radeonsi: don't preload constants at the beginning of shaders patch break X rebirth

2016-09-13 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160913/35f63235/attachment.html>

[PATCH 4/4] drm/ttm: move placement structures into ttm_placement.h

2016-09-13 Thread zhoucm1
On 2016年09月13日 05:00, Alex Deucher wrote: > On Mon, Sep 12, 2016 at 7:46 AM, Christian König > wrote: >> From: Christian König >> >> Makes more sense to keep that together. >> >> Signed-off-by: Christian König >> Reviewed-by: Chunming Zhou > For the series: > Reviewed-by: Alex

[Bug 97782] radeonsi: don't preload constants at the beginning of shaders patch break X rebirth

2016-09-13 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/69f3d7cd/attachment.html>

[Bug 115011] [drm:radeon_acpi_init [radeon]] *ERROR* Cannot find a backlight controller

2016-09-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115011 Luya Tshimbalanga changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug 115011] [drm:radeon_acpi_init [radeon]] *ERROR* Cannot find a backlight controller

2016-09-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115011 --- Comment #14 from Alex Deucher --- You aren't seeing the message because it was removed in newer kernels. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 115011] [drm:radeon_acpi_init [radeon]] *ERROR* Cannot find a backlight controller

2016-09-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115011 --- Comment #15 from Luya Tshimbalanga --- (In reply to Alex Deucher from comment #14) > You aren't seeing the message because it was removed in newer kernels. Thank you for the clarification. Should I set the status as code fix then? -- You

[Bug 115011] [drm:radeon_acpi_init [radeon]] *ERROR* Cannot find a backlight controller

2016-09-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115011 Luya Tshimbalanga changed: What|Removed |Added Resolution|PATCH_ALREADY_AVAILABLE |CODE_FIX -- You are receiving this

[PATCH v7 9/9] drm/mediatek: add support for Mediatek SoC MT2701

2016-09-13 Thread CK Hu
Hi, YT: On Mon, 2016-09-12 at 18:16 +0800, YT Shen wrote: > Hi CK, > > On Wed, 2016-09-07 at 13:37 +0800, CK Hu wrote: > > Hi, YT: > > > > On Fri, 2016-09-02 at 19:24 +0800, YT Shen wrote: > > > This patch add support for the Mediatek MT2701 DISP subsystem. > > > There is only one OVL engine in

[Bug 156651] New: The 4.7 kernel will not boot with a GTX 970

2016-09-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=156651 Bug ID: 156651 Summary: The 4.7 kernel will not boot with a GTX 970 Product: Drivers Version: 2.5 Kernel Version: 4.7 Hardware: Intel OS: Linux Tree:

[Bug 156651] The 4.7 kernel will not boot with a GTX 970

2016-09-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=156651 Pierre Moreau changed: What|Removed |Added CC||pierre.morrow at free.fr --- Comment #1

[PATCH v3] drm/fsl-dcu: Implement gamma_lut atomic crtc properties

2016-09-13 Thread Stefan Agner
Hi Meng, One more thing which I have my concern: On 2016-09-07 02:22, Meng Yi wrote: > Gamma correction is optional and can be used to adjust the color > output values to match the gamut of a particular TFT LCD panel > Errata: > Gamma_R, Gamma_G and Gamma_B registers are little-endian registers

[PATCH v2 2/4] drm/msm/hdmi: Clean up HDMI gpio DT bindings

2016-09-13 Thread Archit Taneja
On 9/12/2016 6:49 PM, Rob Herring wrote: > On Thu, Sep 01, 2016 at 07:06:52PM +0530, Archit Taneja wrote: >> Make the following changes in the HDMI gpio bindings: >> >> - Use "-gpios" as the suffix for all the gpio names >> - Move all the gpios to optional, since there are platforms that use

[PATCH] drm/fsl-dcu: Add gamma set for crtc

2016-09-13 Thread Meng Yi
> Subject: Re: [PATCH] drm/fsl-dcu: Add gamma set for crtc > > On Mon, Sep 05, 2016 at 12:24:32AM -0700, Stefan Agner wrote: > > > So, afaik, we deal with 3x 256 32-bit register which happen to be a > > different endianness on one SoC implementing the DCU IP... > > That does sound like a second

[PATCH for v4.8-rc6] drm/i915: fix pointer dereference in intel_dvo_init

2016-09-13 Thread Jani Nikula
On Mon, 12 Sep 2016, Stefan Christ wrote: > Loading the module i915 on my IBM Thinkpad X40 fails in the function > intel_dvo_init(). The function tries to cleanup the struct drm_encoder > that was never initialized. This happens when all intel_dvo_devices > failed to be probed in the for loop.

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences.

2016-09-13 Thread Christian König
Am 09.09.2016 um 03:15 schrieb Michel Dänzer: > On 09/09/16 01:23 AM, Chris Wilson wrote: >> On Thu, Sep 08, 2016 at 05:21:42PM +0200, Mario Kleiner wrote: >>> On 09/08/2016 08:30 AM, Chris Wilson wrote: On Thu, Sep 08, 2016 at 02:14:43AM +0200, Mario Kleiner wrote: > amdgpu-kms uses

[PATCH v8 6/9] drm/mediatek: add dsi interrupt control

2016-09-13 Thread CK Hu
Hi, YT: On Mon, 2016-09-12 at 20:01 +0800, YT Shen wrote: > From: shaoming chen > > add dsi interrupt control > > Signed-off-by: shaoming chen > --- > drivers/gpu/drm/mediatek/mtk_dsi.c | 78 > ++ > 1 file changed, 78 insertions(+) > [snip...] > >

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
one still works though. -- 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/20160913/9a3c3480/attachment.html>

[ADV7393] DRM Encoder Slave or DRM Bridge

2016-09-13 Thread Tomi Valkeinen
-- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/bbab46b3/attachment.sig>

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/dbb77935/attachment.html>

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/ff6b7493/attachment.html>

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/76fa4fc9/attachment.html>

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/7f080c66/attachment-0001.html>

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
|| -- 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/20160913/1753fcab/attachment.html>

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/f47e9daa/attachment.html>

[PATCH v7 7/9] drm/mediatek: add dsi transfer function

2016-09-13 Thread CK Hu
Hi, YT: On Mon, 2016-09-12 at 18:16 +0800, YT Shen wrote: > Hi CK, > > On Wed, 2016-09-07 at 10:33 +0800, CK Hu wrote: > > Hi, YT: > > > > On Fri, 2016-09-02 at 19:24 +0800, YT Shen wrote: > > > From: shaoming chen > > > > > > add dsi read/write commands for transfer function > > > > > >

[PATCH] drm/i915: Ignore OpRegion panel type on Ivy Bridge + Mobile

2016-09-13 Thread Jani Nikula
On Sun, 11 Sep 2016, Adrien Vergé wrote: > On Terra Mobile Ultrabook 1450 II (Core i5-3337U, i915 devid = 0x166), > the screen is tiled in many 480×320 screens (like a mosaic) since v4.7. > This laptop is simply unusable. > > I have bisected the cause to commit a05628195a0d ("drm/i915: Get >

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences.

2016-09-13 Thread Chris Wilson
On Tue, Sep 13, 2016 at 10:44:11AM +0200, Christian König wrote: > Am 09.09.2016 um 03:15 schrieb Michel Dänzer: > >On 09/09/16 01:23 AM, Chris Wilson wrote: > >>On Thu, Sep 08, 2016 at 05:21:42PM +0200, Mario Kleiner wrote: > >>>On 09/08/2016 08:30 AM, Chris Wilson wrote: > On Thu, Sep 08,

[PATCH v8 4/9] drm/mediatek: update display module connections

2016-09-13 Thread CK Hu
Hi, YT: On Mon, 2016-09-12 at 20:01 +0800, YT Shen wrote: > update connections for OVL, RDMA, BLS, DSI > > Signed-off-by: YT Shen > --- [snip...] > diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h > b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h > index 53065c7..0850aa4 100644 > ---

[Bug 97783] TearFree fails in dual card configuration

2016-09-13 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/8541edb6/attachment-0001.html>

[PATCH v7 8/9] drm/mediatek: update DSI sub driver flow

2016-09-13 Thread CK Hu
Hi, YT: On Mon, 2016-09-12 at 18:15 +0800, YT Shen wrote: > Hi CK, > > On Wed, 2016-09-07 at 12:58 +0800, CK Hu wrote: > > Hi, YT: > > > > On Fri, 2016-09-02 at 19:24 +0800, YT Shen wrote: > > > This patch update enable/disable flow of DSI module and MIPI TX module > > > > > > Signed-off-by:

[PATCH v3] drm/fsl-dcu: Implement gamma_lut atomic crtc properties

2016-09-13 Thread Meng Yi
> > diff --git a/drivers/gpu/drm/fsl-dcu/Kconfig > > b/drivers/gpu/drm/fsl-dcu/Kconfig index 14a72c4..f9c76b1 100644 > > --- a/drivers/gpu/drm/fsl-dcu/Kconfig > > +++ b/drivers/gpu/drm/fsl-dcu/Kconfig > > @@ -11,3 +11,9 @@ config DRM_FSL_DCU > > help > > Choose this option if you have an

[PATCH 1/1] Revert "gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_phandle"

2016-09-13 Thread Tomi Valkeinen
>> +np = of_get_next_parent(np); >> >> -return np_parent; >> +return np; >> } >> >> struct device_node * >> > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/d30201eb/attachment.sig>

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences.

2016-09-13 Thread Christian König
Am 13.09.2016 um 11:39 schrieb Chris Wilson: > On Tue, Sep 13, 2016 at 10:44:11AM +0200, Christian König wrote: >> Am 09.09.2016 um 03:15 schrieb Michel Dänzer: >>> On 09/09/16 01:23 AM, Chris Wilson wrote: On Thu, Sep 08, 2016 at 05:21:42PM +0200, Mario Kleiner wrote: > On 09/08/2016

[PATCH v2 1/2] libdrm: add etnaviv drm support

2016-09-13 Thread Rob Herring
On Tue, Sep 6, 2016 at 11:18 AM, Christian Gmeiner wrote: > From: The etnaviv authors > > Add the libdrm_etnaviv helper library to encapsulate etnaviv-specific > interfaces to the DRM. > > Signed-off-by: Christian Gmeiner > Signed-off-by: Lucas Stach Android is not completely working, but it

[PATCH v2 2/4] drm/msm/hdmi: Clean up HDMI gpio DT bindings

2016-09-13 Thread Archit Taneja
On 9/13/2016 12:42 PM, Archit Taneja wrote: > > > On 9/12/2016 6:49 PM, Rob Herring wrote: >> On Thu, Sep 01, 2016 at 07:06:52PM +0530, Archit Taneja wrote: >>> Make the following changes in the HDMI gpio bindings: >>> >>> - Use "-gpios" as the suffix for all the gpio names >>> - Move all the

[Intel-gfx] Bad flicker on skylake HQD due to code in the 4.7 merge window

2016-09-13 Thread Jani Nikula
On Sun, 11 Sep 2016, James Hogan wrote: > I've just bisected a similar (same?) problem (slow increase and > decrease of screen brightness with a period of a few seconds) to the > same commit (this is on a Dell XPS 13 laptop) > > commit a05628195a0d9f3173dd9aa76f482aef692e46ee > Author: Ville

[PATCH 2/3] drm: add ARM vendor format afbc

2016-09-13 Thread Brian Starkey
Hi Mark, On Sat, Sep 10, 2016 at 10:29:03AM +0800, Mark Yao wrote: >AFBC is arm vendor format, it's a compressed format. > >The AFBC format is supported by rk3399 vop big. > >We know little about AFBC layout, hope to some guys can >fixme about the afbc comment. > >Signed-off-by: Mark Yao >--- >

[Bug 97618] W600 (Cape Verde PRO): reproducible hang on piglit test spec@ext_texture_lod_bias@lodbias in drmCommandWrite()

2016-09-13 Thread bugzilla-dae...@freedesktop.org
fails than before.) -- 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/20160913/3f6adb58/attachment.html>

UDL: screen update breakage

2016-09-13 Thread poma
https://bugzilla.redhat.com/show_bug.cgi?id=1375566 Guys, do you use such a device - DisplayLink GPU USB2.0 ?

[PATCH] dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)

2016-09-13 Thread Sumit Semwal
Hi Chris, On 29 August 2016 at 23:56, Gustavo Padovan wrote: > Hi Chris, > > 2016-08-29 Chris Wilson : > >> If we being polled with a timeout of zero, a nonblocking busy query, >> we don't need to install any fence callbacks as we will not be waiting. >> As we only install the callback once, the

[PATCH v3 0/4] drm/msm: HDMI support on IFC6410

2016-09-13 Thread Archit Taneja
This set adds the display DT parts for the APQ8064 based IFC6410 board. There were a couple of small fixes/cleanups required in the driver to use the correct bindings. Those are a part of this patchset too. Changes in v3: - Removed HDMI DDC clk/data gpios. Changes in v2: - Incorporated comments

[PATCH v3 1/4] drm/msm/mdp4: Fix issue with LCDC/LVDS port parsing

2016-09-13 Thread Archit Taneja
The LVDS port is the first in the list of the output ports in MDP4. The driver assumed that if the port and its corresponding endpoint is defined, then there should be a panel node too. This isn't necessary since boards may not really use a LVDS panel. Don't fail if there isn't a panel node

[PATCH v3 2/4] drm/msm/hdmi: Clean up HDMI gpio DT bindings

2016-09-13 Thread Archit Taneja
Make the following changes in the HDMI gpio bindings: - Use "-gpios" as the suffix for all the gpio names - Move all the gpios to optional, since there are platforms that use none of them. - The HPD gpio is a standard one, remove the "qcom,hdmi-tx-" prefix from it. - Remove the HDMI DDC

[PATCH v3 3/4] arm: dts: qcom: apq8064: Add display DT nodes

2016-09-13 Thread Archit Taneja
APQ8064 contains a MDP4 based display controller. It contains a HDMI, LVDS and 2 DSI outputs. Add display DT nodes for MDP4, HDMI TX and HDMI PHY. MDP4 based display blocks have a flat device hierarchy. Nodes for other outputs will be added later. Cc: Rob Herring Cc: devicetree at

[PATCH v3 4/4] arm: dts: qcom: apq8064-ifc6410: Add HDMI support

2016-09-13 Thread Archit Taneja
Add HDMI support on IFC6410. Populate the regulators required by HDMI-TX and PHY. Establish the link between the MDP4 DTV encoder and HDMI. Create a generic micro HDMI connector DT node. The msm drm driver doesn't parse for HDMI connectors in DT, but it will do so later. Cc: Rob Herring Cc:

[PATCH] radeon: avoid boot hang in Xen Dom0

2016-09-13 Thread Jan Beulich
While a hard hang in atom_asic_init() likely points at a deeper problem in the driver, restore the capability to boot a Xen Dom0 by simply avoiding the call there: Other than for Xen DomU, Dom0 owning a device does not really mean is has got passed through to it. In case it is of interest for

[Bug 97796] Parts of screen do not update

2016-09-13 Thread bugzilla-dae...@freedesktop.org
hments/20160913/a7dd9364/attachment.html>

[PATCH v3 2/4] drm/msm/hdmi: Clean up HDMI gpio DT bindings

2016-09-13 Thread Rob Herring
On Tue, Sep 13, 2016 at 10:21 AM, Archit Taneja wrote: > Make the following changes in the HDMI gpio bindings: > > - Use "-gpios" as the suffix for all the gpio names > - Move all the gpios to optional, since there are platforms that use none > of them. > - The HPD gpio is a standard one,

4.8-rc1: it is now common that machine needs re-run of xrandr after resume

2016-09-13 Thread Pavel Machek
Hi! I have 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) In previous kernels, resume worked ok. With 4.8-rc1, I quite often (1 in 10 resumes?) get in state where primary monitor (DVI) is dead (in powersave) and all windows move to

[PATCH] drm: Only use compat ioctl for addfb2 on X86/IA64

2016-09-13 Thread Kristian H. Kristensen
Similar to struct drm_update_draw, struct drm_mode_fb_cmd2 has an unaligned 64 bit field (modifier). This get packed differently between 32 bit and 64 bit modes on architectures that can handle unaligned 64 bit access (X86 and IA64). Other architectures pack the structs the same and don't need

[PATCH v3 3/4] arm: dts: qcom: apq8064: Add display DT nodes

2016-09-13 Thread Stephen Boyd
On 09/13/2016 08:21 AM, Archit Taneja wrote: > APQ8064 contains a MDP4 based display controller. It contains a HDMI, LVDS > and 2 DSI outputs. > > Add display DT nodes for MDP4, HDMI TX and HDMI PHY. MDP4 based display > blocks have a flat device hierarchy. > > Nodes for other outputs will be

[Bug 97801] [amdgpu SI] "drm/amd/amdgpu: Tidy up SI SMC code" prevents amdgpu loading with dpm=1

2016-09-13 Thread bugzilla-dae...@freedesktop.org
e: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/d85aa406/attachment.html>

[PATCH] Add drmModeAddFB2WithModifiers() which takes format modifiers

2016-09-13 Thread Kristian H. Kristensen
The only current user of this open codes the ioctl. Let's add an entry point for this to libdrm. Signed-off-by: Kristian H. Kristensen --- xf86drmMode.c | 21 + xf86drmMode.h | 7 +++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/xf86drmMode.c

[Bug 97634] [amdgpu SI] multigpu setup crashes during boot when dpm=1

2016-09-13 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160913/dabc8d00/attachment.html>

[Bug 97593] [amdgpu SI] low performace, low (about 1/4) VRAM usage

2016-09-13 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- 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/20160913/9201c32d/attachment-0001.html>

[PATCH] Add drmModeAddFB2WithModifiers() which takes format modifiers

2016-09-13 Thread Rob Clark
On Tue, Sep 13, 2016 at 6:07 PM, Kristian H. Kristensen wrote: > The only current user of this open codes the ioctl. Let's add an entry > point for this to libdrm. > > Signed-off-by: Kristian H. Kristensen > --- > xf86drmMode.c | 21 + > xf86drmMode.h | 7 +++ > 2 files

[PATCH] dma-buf/sync_file: Always increment refcount when merging fences.

2016-09-13 Thread Rafael Antognolli
The refcount of a fence should be increased whenever it is added to a merged fence, since it will later be decreased when the merged fence is destroyed. Failing to do so will cause the original fence to be freed if the merged fence gets freed, but other places still referencing won't know about

[PATCH i-g-t] tests/sw_sync: Add subtest test_sync_expired_merge

2016-09-13 Thread Rafael Antognolli
This test creates an already expired fence, then creates a merged fence out of that expired one (passed twice to the merge operation), and finally closes the merged fence. It shows that if the refcounts are wrong on the original expired fence, it might get freed while still in use. Usually a

[PATCH v9 00/19] Add support for FDMA DMA controller and slim core rproc found on STi chipsets

2016-09-13 Thread Peter Griffin
Hi Vinod & Bjorn, [..] On Mon, 05 Sep 2016, Peter Griffin wrote: > v8 actions some review feedback from Bjorn to the slim rproc driver, and also > includes > a patch which fixes a recursive Kconfig error which is triggered when st_fdma > selects > slim_rproc driver. The series has also been

[ADV7393] DRM Encoder Slave or DRM Bridge

2016-09-13 Thread Vikas Patil
Dear All, I also see some of the encoder driver are at "drivers/gpu/drm/omapdrm/displays/". I am confused about which driver I should consider for reference for adv7393 driver development. Do I need to use "drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c" too along with adv7393 driver?

[PATCH] drm/nouveau/disp: remove unused function in sorg94.c

2016-09-13 Thread Baoyou Xie
We get 1 warning when building kernel with W=1: drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c:49:1: warning: no previous prototype for 'g94_sor_output_new' [-Wmissing-prototypes] In fact, this function is called by no one and not exported, so this patch removes it. Signed-off-by: Baoyou Xie

[ADV7393] DRM Encoder Slave or DRM Bridge

2016-09-13 Thread Vikas Patil
Thanks Tomi for quick comment. I am thinking to base adv7393 driver on "drivers\gpu\drm\omapdrm\displays\encoder-tc358768.c" as I don't think any similar to adv7393 chip driver available. Could you please comment if this will help to get adv chip running? I tried to add the device tree config

[PATCH v9 00/19] Add support for FDMA DMA controller and slim core rproc found on STi chipsets

2016-09-13 Thread Bjorn Andersson
On Tue 13 Sep 02:31 PDT 2016, Peter Griffin wrote: > Hi Vinod & Bjorn, > > [..] > > On Mon, 05 Sep 2016, Peter Griffin wrote: > > > v8 actions some review feedback from Bjorn to the slim rproc driver, and > > also includes > > a patch which fixes a recursive Kconfig error which is triggered

4.8-rc1: it is now common that machine needs re-run of xrandr after resume

2016-09-13 Thread Martin Steigerwald
Hi. Am Dienstag, 13. September 2016, 22:23:50 CEST schrieb Pavel Machek: > I have > > 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset > Integrated Graphics Controller (rev 03) 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor

[PATCH v9 01/19] remoteproc: st_slim_rproc: add a slimcore rproc driver

2016-09-13 Thread Bjorn Andersson
On Mon 05 Sep 06:16 PDT 2016, Peter Griffin wrote: > slim core is used as a basis for many IPs in the STi > chipsets such as fdma and demux. To avoid duplicating > the elf loading code in each device driver a slim > rproc driver has been created. > > This driver is designed to be used by other

[PATCH] dma-buf/sync_file: Always increment refcount when merging fences.

2016-09-13 Thread Gustavo Padovan
Hi Rafael, 2016-09-13 Rafael Antognolli : > The refcount of a fence should be increased whenever it is added to a merged > fence, since it will later be decreased when the merged fence is destroyed. > Failing to do so will cause the original fence to be freed if the merged fence > gets freed,

[GIT PULL] drm/fsl-dcu: fixes for v4.9

2016-09-13 Thread Stefan Agner
Hi Dave, Only three small fixes for this merge window, everything else is not yet ready for v4.9. -- Stefan The following changes since commit 2b2fd56d7e92f134ecaae5c89e20f64dd0f95aa2: Revert "drm: make DRI1 drivers depend on BROKEN" (2016-09-01 06:16:12 +1000) are available in the git