[POC 00/16] Chromebook R13 GPU driver port

2017-11-16 Thread Ulrich Hecht
Hi! Here's a port of the PowerVR Rogue GPU driver for the Acer Chromebook R13, taken from the Chrome OS 3.18 vendor kernel. It does not really work ATM, but it's not completely dysfunctional either. Run https://github.com/uli/bogocube twenty times, and it will work correctly once or twice. The

[POC 13/16] drm/img-rogue: enable img-rogue driver in Kconfig/Makefile

2017-11-16 Thread Ulrich Hecht
Signed-off-by: Ulrich Hecht --- drivers/gpu/drm/Kconfig | 2 ++ drivers/gpu/drm/Makefile | 2 ++ drivers/gpu/drm/img-rogue/Kconfig | 1 + 3 files changed, 5 insertions(+) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index

Re: [git pull] drm for v4.15

2017-11-16 Thread Rob Clark
On Wed, Nov 15, 2017 at 11:59 PM, Linus Torvalds wrote: > On Wed, Nov 15, 2017 at 6:34 PM, Dave Airlie wrote: >> >> There is some code touched on sound/soc, but I think the sound tree >> should have the same commits from the same base,so this may

Re: [PATCH v2] drm/bridge/sii8620: add DVI mode support

2017-11-16 Thread Andrzej Hajda
On 09.11.2017 11:53, Maciej Purski wrote: > If the sink device is in HDMI mode, enable infoframe interrupt in scdt > irq handle function else call start_video function immediately, because > in DVI mode, there is no infoframe interrupt provided. > > Rename start_hdmi function to start_video and

Re: [PATCH] drm/bridge/sii8620: filter unsupported modes

2017-11-16 Thread Andrzej Hajda
On 09.11.2017 11:28, Marek Szyprowski wrote: > The maximum pixel clock depends on the version of the connected MHL > adapter. Add mode_valid callback to filter out modes with too high pixel > clock to avoid failure in mode_fixup later. > > Signed-off-by: Marek Szyprowski

Re: [PATCH v2 1/4] omapdrm: fix compatible string for td028ttec1

2017-11-16 Thread Tomi Valkeinen
On 16/11/17 10:50, H. Nikolaus Schaller wrote: > The vendor name was "toppoly" but other panels and the vendor list > have defined it as "tpo". So let's fix it in driver and bindings. > > Signed-off-by: H. Nikolaus Schaller > --- > -MODULE_ALIAS("spi:toppoly,td028ttec1"); >

Re: [PATCH 0/2] add support rk3126 vop support

2017-11-16 Thread Sandy Huang
pushed to drm-misc-next. 在 2017/11/14 19:27, Sandy Huang 写道: The following patch add support RK3126 vop support, there is only one VOP at RK3126, and the RK3126 VOP register layout is similar with RK3036, so some feature can reuse with RK3036. Sandy Huang (2): dt-bindings: add document for

Re: 4.1 EOL

2017-11-16 Thread Jani Nikula
On Wed, 15 Nov 2017, Tuncer Ayaz wrote: > I don't follow why you think it's a different platform and how I might > have "more" definitely shown v4.1 to be good, but I'll trust your > judgement as a drm dev and not argue :). You apparently have Sandy Bridge, the referenced

Re: [PATCH] drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU

2017-11-16 Thread Marek Szyprowski
Hi Inki, On 2017-11-14 00:46, Inki Dae wrote: 2017년 11월 13일 23:28에 Marek Szyprowski 이(가) 쓴 글: On 2017-11-13 02:24, Inki Dae wrote: 2017년 11월 10일 16:35에 Marek Szyprowski 이(가) 쓴 글: On 2017-11-10 04:04, Inki Dae wrote: 2017년 11월 01일 01:28에 Marek Szyprowski 이(가) 쓴 글: When no IOMMU is

Re: -EPROBE_DEFER and failed DSI panel probe

2017-11-16 Thread Andrzej Hajda
On 15.11.2017 21:26, Eric Anholt wrote: > I'm happy to have the DSI panel finally working on VC4 (just waiting on > https://lists.freedesktop.org/archives/dri-devel/2017-October/156407.html), > but now I've got another problem to solve. It would be great if I could > include the DSI panel in our

Re: [PATCH v2 00/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-16 Thread Shawn Guo
On Wed, Nov 15, 2017 at 03:19:39PM +0100, Noralf Trønnes wrote: > This patchset adds drm_fb_cma_fbdev_init/fini() functions that replaces > drm_fbdev_cma_init/fini(). The reason for doing so is to get rid of > struct drm_fbdev_cma and it's wrapper functions. The final piece will > happen when

Re: [PATCH libdrm] amdgpu: Disable deadlock test suite for Vega 10

2017-11-16 Thread Christian König
do I also need to push to our local tree ? No, I only push to the master branch all the time as well. AMD local trees are only cherry picked from upstream as far as I know. Regards, Christian. Am 16.11.2017 um 06:06 schrieb Andrey Grodzovsky: Pushed to master branch of

<    1   2