[PATCH v5 0/17] Add Analogix Core Display Port Driver

2015-10-13 Thread Javier Martinez Canillas
Hello Yakir, Sorry for the delay but I was on holidays. On 10/10/2015 04:31 PM, Yakir Yang wrote: > Hi Javier, [snip] >>> Maybe you can email me the method the run mainline kernel on Peach Pit, so I can debug the analogix_dp driver at the same time, that would be great. >>> I wro

[PATCH] drm: sti: fix typos in stih4xx binding

2015-10-13 Thread Michael Opdenacker
Fix typos in the st,stih4xx binding, in particular replacing "pinctrl-name" by "pinctrl-names". Fix minor typos in the descriptions too. Signed-off-by: Michael Opdenacker --- Documentation/devicetree/bindings/gpu/st,stih4xx.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

[PATCH v5 0/17] Add Analogix Core Display Port Driver

2015-10-13 Thread Yakir Yang
Hi Javierm On 10/13/2015 05:21 PM, Javier Martinez Canillas wrote: > Hello Yakir, > > Sorry for the delay but I was on holidays. > > On 10/10/2015 04:31 PM, Yakir Yang wrote: >> Hi Javier, > [snip] > > Maybe you can email me the method the run mainline kernel on Peach > Pit, so I can debug

[PATCH] MAINTAINERS: add maintainer for the atmel-hlcdc DRM driver

2015-10-13 Thread Nicolas Ferre
Le 10/10/2015 00:00, Alexandre Belloni a écrit : > On 09/10/2015 at 22:37:33 +0200, Boris Brezillon wrote : >> Add myself as the maintainer of the atmel-hlcdc DRM driver. >> >> Signed-off-by: Boris Brezillon >> --- >> MAINTAINERS | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a

[PATCH v4 1/2] intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)

2015-10-13 Thread Michel Thierry
ced below >>>> 4g. >>>> >>>> For mesa, we only configure general state base as heap-less, which >>>> affects scratch bos. What this boils down to is that we need the 4G >>>> restriction only for the scratch bos set up on 3DSTATE_VS, 3DSTATE_GS >>>> and 3DSTATE_PS (and tesselation stage eventually). Look for the >>>> OUT_RELOC64 for stage->scratch_bo in gen8_vs_state.c, gen8_gs_state.c >>>> and gen8_ps_state.c >>> >>> >>> I think it also affects _3DSTATE_VIEWPORT_STATE_POINTERS_CC, maybe it >>> isn't exclusive to the scratch bos (the error state points to that >>> instruction). >>> >>> >> >> Hi, >> >> Anymore inputs about this patch? >> AFAIK, if changes are required based on further comments from Kristian, >> these will be in the mesa patch[1], not libdrm. Also, Michał will use this >> flag in another project. >> > The comment seems quite brief and I'm not sure it fully addresses > Kristian's concern. I'd suspect that providing reference to the HW > documentation (confirming your assumption) might be beneficial. > Sure, attached is the hang I get if I don't set the restriction in gen8_misc_state.c and try to use the full 48-bit range (i915_error_state_nowa.txt). This is just running gfxbench t-rex. I see the same hang signature when it is only applied to the scratch bos (in gen8_vs_state.c, gen8_gs_state.c and gen8_ps_state.c - i915_error_state_scratchbo.txt). 3DSTATE_VIEWPORT_STATE_POINTERS_CC (0x7823) is defined here: https://01.org/sites/default/files/documentation/intel-gfx-prm-osrc-bdw-vol02a-commandreference-instructions_0.pdf (page 256) Thanks, -Michel -- next part -- A non-text attachment was scrubbed... Name: i915_error_states.7z Type: application/octet-stream Size: 7118 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151013/0f833f62/attachment.obj>

[PATCH] drm/dp: add DPCD logging

2015-10-13 Thread Jani Nikula
On Tue, 13 Oct 2015, Rob Clark wrote: > On Tue, Oct 13, 2015 at 10:30 AM, Jani Nikula > wrote: >> On Tue, 13 Oct 2015, Rob Clark wrote: >>> Add a new drm_debug bit for turning on DPCD logging, to aid debugging >>> with troublesome monitors. >> >> I wish you could find some balance between having

[Bug 92427] [HSW] deqp-gles3 functional / shaders is having a lot of failures in different sub tests

2015-10-13 Thread bugzilla-dae...@freedesktop.org
getting old. It's really not hard to set the correct component! -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151013/

[PATCH] drm: misc cleanup

2015-10-13 Thread Daniel Vetter
On Tue, Oct 13, 2015 at 10:13:28AM -0400, Rob Clark wrote: > Drop unused drm_atomic and fix comment for drm_debug. > > Signed-off-by: Rob Clark Applied to drm-misc. -Daniel > --- > drivers/gpu/drm/drm_drv.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/drivers/gp

[Intel-gfx] [PATCH 09/20] i915: switch from acpi_os_ioremap to memremap

2015-10-13 Thread Dan Williams
On Tue, Oct 13, 2015 at 1:24 AM, Daniel Vetter wrote: > On Mon, Oct 12, 2015 at 09:12:57PM +, Williams, Dan J wrote: >> On Mon, 2015-10-12 at 09:01 +0200, Daniel Vetter wrote: >> > On Fri, Oct 09, 2015 at 06:16:25PM -0400, Dan Williams wrote: >> > > i915 expects the OpRegion to be cached (i.e.

[PATCH] drm/vmwgfx: switch from ioremap_cache to memremap

2015-10-13 Thread Dan Williams
On Mon, Oct 12, 2015 at 10:18 PM, Thomas Hellstrom wrote: > Hi! > > On 10/13/2015 12:35 AM, Dan Williams wrote: >> Per commit 2e586a7e017a "drm/vmwgfx: Map the fifo as cached" the driver >> expects the fifo registers to be cacheable. In preparation for >> deprecating ioremap_cache() convert its u

[PATCH v3 1/7] drm/vc4: Add devicetree bindings for VC4.

2015-10-13 Thread Eric Anholt
xt attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151013/38207e89/attachment.sig>

[PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-13 Thread Eric Anholt
y of MERCHANTABILITY or >> + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for >> + * more details. >> + * >> + * You should have received a copy of the GNU General Public License along >> with >> + * this program. If not, see <http://www.gnu.org/licenses/>. >> + */ >> + >> +/** >> + * DOC: VC4 Falcon HDMI module >> + * >> + * The HDMI core has a state machine and a PHY. Most of the unit >> + * operates off of the HSM clock from CPRMAN. It also internally uses >> + * the PLLH_PIX clock for the PHY. >> + */ >> + >> +#include "drm_atomic_helper.h" >> +#include "drm_crtc_helper.h" >> +#include "drm_edid.h" >> +#include "linux/clk.h" >> +#include "linux/component.h" > > #include "linux/i2c.h" ? Done. -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151013/6a1758a9/attachment-0001.sig>

[PATCH v3 1/7] drm/vc4: Add devicetree bindings for VC4.

2015-10-13 Thread Eric Anholt
; Really, I think this and ddc should be in hdmi-connector binding node. > What has been done for bindings so far is all over the map though. You say hpd-gpios is deprectated, but that I should use the hdmi-connector binding that uses hpd-gpios. Which one is it? If hpd-gpios deprecated, what is supposed to be used instead? -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151013/bf1c5efe/attachment.sig>

[Bug 91278] Tonga GPU lock/reset fail with Unigine Valley

2015-10-13 Thread bugzilla-dae...@freedesktop.org
are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151013/6c404c09/attachment.html>

[PATCH] drm/vmwgfx: switch from ioremap_cache to memremap

2015-10-13 Thread Thomas Hellstrom
On 10/13/2015 06:35 PM, Dan Williams wrote: > On Mon, Oct 12, 2015 at 10:18 PM, Thomas Hellstrom > wrote: >> Hi! >> >> On 10/13/2015 12:35 AM, Dan Williams wrote: >>> Per commit 2e586a7e017a "drm/vmwgfx: Map the fifo as cached" the driver >>> expects the fifo registers to be cacheable. In prepara

[PATCH] drm/vmwgfx: switch from ioremap_cache to memremap

2015-10-13 Thread Dan Williams
On Tue, Oct 13, 2015 at 11:37 AM, Thomas Hellstrom wrote: > On 10/13/2015 06:35 PM, Dan Williams wrote: >> On Mon, Oct 12, 2015 at 10:18 PM, Thomas Hellstrom >> wrote: >>> Hi! >>> >>> On 10/13/2015 12:35 AM, Dan Williams wrote: Per commit 2e586a7e017a "drm/vmwgfx: Map the fifo as cached" the

[PATCH] drm/vmwgfx: switch from ioremap_cache to memremap

2015-10-13 Thread Thomas Hellstrom
On 10/13/2015 08:48 PM, Dan Williams wrote: > On Tue, Oct 13, 2015 at 11:37 AM, Thomas Hellstrom > wrote: >> On 10/13/2015 06:35 PM, Dan Williams wrote: >>> On Mon, Oct 12, 2015 at 10:18 PM, Thomas Hellstrom >>> wrote: Hi! On 10/13/2015 12:35 AM, Dan Williams wrote: > Per commi

[PATCH v4 1/2] intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)

2015-10-13 Thread Kristian Høgsberg
On Tue, Oct 13, 2015 at 7:55 AM, Michel Thierry wrote: > On 10/13/2015 3:13 PM, Emil Velikov wrote: >> >> On 13 October 2015 at 13:16, Michel Thierry >> wrote: >>> >>> On 10/6/2015 2:12 PM, Michel Thierry wrote: On 10/5/2015 7:06 PM, Kristian Høgsberg wrote: > > > On M

[PATCH v3 1/7] drm/vc4: Add devicetree bindings for VC4.

2015-10-13 Thread Rob Herring
On Tue, Oct 13, 2015 at 1:17 PM, Eric Anholt wrote: > Rob Herring writes: > >> On Fri, Oct 9, 2015 at 4:27 PM, Eric Anholt wrote: >>> --- >>> >>> v2: Extend the commit message, fix several nits from Stephen Warren. >>> v3: Rename the compatibility strings, clean up node names, drop the >>> u

[PATCHv9 07/15] cec: add HDMI CEC framework

2015-10-13 Thread Russell King - ARM Linux
On Mon, Oct 12, 2015 at 01:35:54PM +0200, Hans Verkuil wrote: > On 10/06/2015 07:06 PM, Russell King - ARM Linux wrote: > > Surely you aren't proposing that drivers should write directly to > > adap->phys_addr without calling some notification function that the > > physical address has changed? >

8086:0f31_freezes_totally

2015-10-13 Thread Chris Rainey
[1.] One line summary of the problem: 8086:0f31_freezes_totally [2.] Full description of the problem/report: Total lockup(cannot even switch to console via Alt-F1, F2, etc.). Bug is most easily reproducible via Chromium browser when opening multiple background-tabs(middle-button(wheel) mouse-cli

[PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-13 Thread Stefan Wahren
Am 13.10.2015 um 20:19 schrieb Eric Anholt: > Stefan Wahren writes: > >>> diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig >>> new file mode 100644 >>> index 000..e810ef7 >>> --- /dev/null >>> +++ b/drivers/gpu/drm/vc4/Kconfig >>> @@ -0,0 +1,13 @@ >>> +config DRM_VC4 >>>

[PATCH] drm: sti: fix typos in stih4xx binding

2015-10-13 Thread Rob Herring
On Tue, Oct 13, 2015 at 6:51 AM, Michael Opdenacker wrote: > Fix typos in the st,stih4xx binding, in particular replacing > "pinctrl-name" by "pinctrl-names". > > Fix minor typos in the descriptions too. > > Signed-off-by: Michael Opdenacker Applied, thanks. Rob > --- > Documentation/devicetr

[PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-13 Thread Stefan Wahren
Am 13.10.2015 um 20:50 schrieb Stefan Wahren: > Am 13.10.2015 um 20:19 schrieb Eric Anholt: >> Stefan Wahren writes: >> diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig new file mode 100644 index 000..e810ef7 --- /dev/null +++ b/drivers/gpu/drm/vc

<    1   2