Re: [PATCH] drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabled

2017-03-12 Thread kbuild test robot
-address-to-HW-only-if-CRTC-is-enabled/20170312-201749 base: git://people.freedesktop.org/~airlied/linux.git drm-next config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests

[Bug 100173] White textures in DeusX: Mankind Divided

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100173 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 100095] [Regression] Volumetric lighting result in white surface

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100095 Michel Dänzer changed: What|Removed |Added CC||vitor@gmail.com

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76490 --- Comment #122 from Franc[e]sco --- I also edited this piece of code (still in si_dpm.c) to let my memory clock hit 1400 MHz which is stock speed for this card, and I'm still running rock solid: /* limit all SI

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 09:17:00PM +0100, Noralf Trønnes wrote: > > Den 12.03.2017 20.16, skrev Daniel Vetter: > > On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: > > > Hi Noralf, > > > > > > On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > > > > Add support for

[Bug 100173] White textures in DeusX: Mankind Divided

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100173 Bug ID: 100173 Summary: White textures in DeusX: Mankind Divided Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Noralf Trønnes
Den 12.03.2017 20.16, skrev Daniel Vetter: On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: Hi Noralf, On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: Add support for displays that have a register interface and can be operated using a simple vtable. I have

Re: [PATCH] drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabled

2017-03-12 Thread kbuild test robot
-address-to-HW-only-if-CRTC-is-enabled/20170312-201749 base: git://people.freedesktop.org/~airlied/linux.git drm-next config: arm-davinci_all_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/01org

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: > Hi Noralf, > > On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > > Add support for displays that have a register interface and can be > > operated using a simple vtable. > > > > I have looked through the

Re: [RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 2:34 PM, Benjamin Gaignard wrote: > 2017-03-09 18:38 GMT+01:00 Laura Abbott : >> On 03/09/2017 02:00 AM, Benjamin Gaignard wrote: >>> 2017-03-06 17:04 GMT+01:00 Daniel Vetter : On Mon, Mar 06, 2017 at

Re: [PATCH v4 3/7] drm/tinydrm: Add MIPI DBI support

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 7:42 PM, Daniel Vetter wrote: > > The upshot of all this is two-fold: > > - You get rid of a tiny bit of book-keeping in each tinydrm driver (the > merge_clips above, plus the "is this the current fb on our hw" check). > > - There's lots more manual

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
On Sun, Mar 12, 2017 at 06:50:17PM +0100, Daniel Vetter wrote: > Hi Noralf, > > On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > > Add support for displays that have a register interface and can be > > operated using a simple vtable. > > > > I have looked through the

Re: [PATCH v4 3/7] drm/tinydrm: Add MIPI DBI support

2017-03-12 Thread Daniel Vetter
On Sat, Feb 11, 2017 at 07:48:54PM +0100, Noralf Trønnes wrote: > +static int mipi_dbi_buf_copy(void *dst, struct drm_framebuffer *fb, > + struct drm_clip_rect *clip, bool swap) > +{ > + struct drm_gem_cma_object *cma_obj = drm_fb_cma_get_gem_obj(fb, 0); > +

Re: [PATCH 1/5] drm/tinydrm: Add tinydrm_rgb565_buf_copy()

2017-03-12 Thread Daniel Vetter
On Sat, Mar 11, 2017 at 10:35:32PM +0100, Noralf Trønnes wrote: > Add tinydrm_rgb565_buf_copy() function that copies buffer rectangle to > destination buffer and also handles XRGB and byte swap conversions. > Useful for displays that only support RGB565 and can do partial updates. > >

Re: [PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction

2017-03-12 Thread Daniel Vetter
Hi Noralf, On Sat, Mar 11, 2017 at 10:35:31PM +0100, Noralf Trønnes wrote: > Add support for displays that have a register interface and can be > operated using a simple vtable. > > I have looked through the staging/fbtft drivers and it seems that, > except the MIPI controllers, most if not all

[PATCH] drm/tinydrm: fix semicolon.cocci warnings

2017-03-12 Thread kbuild test robot
drivers/gpu/drm/tinydrm/mipi-dbi.c:657:2-3: Unneeded semicolon drivers/gpu/drm/tinydrm/mipi-dbi.c:593:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu --- mipi-dbi.c |4 ++-- 1

Re: [PATCH 2/2] drm/panel: simple: Add support for Winstar WF35LTIACD

2017-03-12 Thread Rob Herring
On Fri, Mar 03, 2017 at 04:21:56PM +0100, Richard Genoud wrote: > This adds support for the Winstar Display Co. WF35LTIACD 3.5" QVGA TFT > LCD panel, which can be supported by the simple panel driver. > > Signed-off-by: Richard Genoud > --- >

Re: [PATCH 1/2] devicetree: add vendor prefix for Winstar Display Corp.

2017-03-12 Thread Rob Herring
On Fri, Mar 03, 2017 at 04:21:55PM +0100, Richard Genoud wrote: > Winstar Display Corp. is specialized in LCD displays for embedded > products. > cf: http://www.winstar.com.tw > > Signed-off-by: Richard Genoud > --- >

[PATCH] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-12 Thread Umang Raghuvanshi
Commit 3a69adfe5617 ("drm/radeon: drop oland quirks") removed quirks for Oland but also caused a regression where M270 GPUs would go into a lock-up when OpenGL intensive applications were used. This reverts the change only for the M270 and fixes the lock-ups. Signed-off-by: Umang Raghuvanshi

[RESEND] drm/exynos: Remove support for Exynos4415 (SoC not supported anymore)

2017-03-12 Thread Krzysztof Kozlowski
Support for Exynos4415 is going away because there are no internal nor external users. Since commit 46dcf0ff0de3 ("ARM: dts: exynos: Remove exynos4415.dtsi"), the platform cannot be instantiated so remove also the drivers. Signed-off-by: Krzysztof Kozlowski Acked-by: Kukjin Kim

Re: [RFC PATCH 00/12] Ion cleanup in preparation for moving out of staging

2017-03-12 Thread Benjamin Gaignard
2017-03-09 18:38 GMT+01:00 Laura Abbott : > On 03/09/2017 02:00 AM, Benjamin Gaignard wrote: >> 2017-03-06 17:04 GMT+01:00 Daniel Vetter : >>> On Mon, Mar 06, 2017 at 11:58:05AM +0100, Mark Brown wrote: On Mon, Mar 06, 2017 at 11:40:41AM +0100, Daniel

[Bug 99194] Saints Row IV and Unturned cause GPU resets

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99194 Vedran Miletić changed: What|Removed |Added Summary|Certain games cause GPU |Saints Row IV and

[Bug 99194] Certain games cause GPU resets

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99194 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 98795] Rendering regression in radeonsi running mad max

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98795 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 93475] Saints Row IV causes GPU lockup on Linux

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93475 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 79417] r600-cayman: GPU lockup in Planetary Annihilation (PTE 66705) on HD6950

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79417 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 68527] Planetary Annihilation Alpha: translation from TGSI failed !

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68527 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 98693] Mad Max: Long lags when VRAM full

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98693 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 98239] saints row 3: performance is limited by flushes

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98239 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[PULL] drm-misc-next

2017-03-12 Thread Daniel Vetter
Hi Dave, drm-misc-next-2017-03-12: More drm-misc stuff for 4.12: - drm_platform removal from Laurent - more dw-hdmi bridge driver updates (Laurent, Kieran, Neil) - more header cleanup and documentation - more drm_debugs_remove_files removal (Noralf) - minor qxl updates (Gerd) - edp crc support

Re: [PATCH] dt-bindings: display: rk3288-mipi-dsi: add reset property

2017-03-12 Thread Rob Herring
On Fri, Mar 03, 2017 at 11:39:45AM +, John Keeping wrote: > This reset is required in order to fully reset the internal state of the > MIPI controller. > > Signed-off-by: John Keeping > --- > On Thu, 2 Mar 2017 13:56:46 -0800, Brian Norris wrote: > > On Fri, Feb 24, 2017

[Bug 194843] [amdgpu] oops [drm:gfx_v8_0_priv_reg_irq] *ERROR* Illegal register access in command stream

2017-03-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=194843 --- Comment #5 from Johannes Hirte (johannes.hi...@datenkhaos.de) --- Ok, it's not 4.11 specific. Now I had a system hang with 4.10.0 and found in the logs after reboot only this: Mar 12 12:12:48 probook kernel: [ cut here

[Bug 100166] Colored terrain/tents in Shadow of Mordor during weather storms

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100166 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 92755] [APITRACE] Shadow of Mordor locks up R600

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92755 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 84663] high cpu usage, poor performance in Borderlands 2 with radeonsi, PRIME

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84663 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 92999] [APITRACE] Shadow of Mordor missing fonts in menu

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92999 Vedran Miletić changed: What|Removed |Added Blocks||77449 Referenced

[Bug 100166] Colored terrain/tents in Shadow of Mordor during weather storms

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100166 --- Comment #1 from Vedran Miletić --- Created attachment 130171 --> https://bugs.freedesktop.org/attachment.cgi?id=130171=edit Colored tent -- You are receiving this mail because: You are the assignee for the

[Bug 100166] Colored terrain/tents in Shadow of Mordor during weather storms

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100166 Bug ID: 100166 Summary: Colored terrain/tents in Shadow of Mordor during weather storms Product: Mesa Version: git Hardware: All OS: All

[Bug 100095] [Regression] Volumetric lighting result in white surface

2017-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100095 Marek Olšák changed: What|Removed |Added Resolution|--- |FIXED