[PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-21 Thread Inki Dae
Hi Daniel, 2015-11-21 22:40 GMT+09:00 Daniel Stone : > Hi Inki, > > On 21 November 2015 at 09:38, Inki Dae wrote: >> 2015-11-21 1:44 GMT+09:00 Javier Martinez Canillas > osg.samsung.com>: >>> On 11/20/2015 08:13 AM, Inki Dae wrote: The boot log says, [5.754493] vdd_ldo9: supplied

[GIT PULL] drm/rockchip: fixes

2015-11-21 Thread Heiko Stuebner
Hi Mark, Am Mittwoch, 11. November 2015, 08:56:51 schrieb Mark yao: > Here are some fixes for drm/rockchip: > drm/rockchip can't work now, we need the patch > Revert "drm/rockchip: Convert the probe function to the > generic drm_of_component_probe()" > and

[PATCH v2] drm/mm: rewrite drm_mm_for_each_hole

2015-11-21 Thread Geliang Tang
When backwards is 0, __drm_mm_for_each_hole is same as drm_mm_for_each_hole. So I rewrite drm_mm_for_each_hole by using __drm_mm_for_each_hole. Signed-off-by: Geliang Tang --- Changes in v2: - fix make htmldocs warning --- include/drm/drm_mm.h | 23 +-- 1 file changed, 9

[RFC PATCH v1 2/2] dt-bindings: add document for Innosilicon HDMI on Rockchip platform

2015-11-21 Thread Heiko Stuebner
Hi Yakir, Am Mittwoch, 11. November 2015, 15:47:32 schrieb Yakir Yang: > Signed-off-by: Yakir Yang > --- > .../display/rockchip/inno_hdmi-rockchip.txt| 50 > ++ > 1 file changed, 50 insertions(+) > create mode 100644 >

[PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-21 Thread Inki Dae
2015-11-21 1:23 GMT+09:00 Javier Martinez Canillas : > Hello Inki, > > On 11/20/2015 07:59 AM, Inki Dae wrote: >> Hi Javier, >> >> 2015년 11월 20일 00:51에 Javier Martinez Canillas 이(가) 쓴 글: >>> On 11/19/2015 11:55 AM, Javier Martinez Canillas wrote: >> > > This series

[PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-21 Thread Inki Dae
Hi Javier, 2015-11-21 1:44 GMT+09:00 Javier Martinez Canillas : > Hello Inki, > > On 11/20/2015 08:13 AM, Inki Dae wrote: >> >> >> 2015년 11월 20일 19:59에 Inki Dae 이(가) 쓴 글: >>> Hi Javier, >>> >>> 2015년 11월 20일 00:51에 Javier Martinez Canillas 이(가) 쓴 글: On

[Bug 108261] New: [regression] [bisected] radeon HDMI audio broken for HD 5450 (cedar)

2015-11-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108261 Bug ID: 108261 Summary: [regression] [bisected] radeon HDMI audio broken for HD 5450 (cedar) Product: Drivers Version: 2.5 Kernel Version: 4.0 and later Hardware: All

[PATCH] drm/mm: rewrite drm_mm_for_each_hole

2015-11-21 Thread kbuild test robot
Hi Geliang, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.4-rc1 next-20151120] url: https://github.com/0day-ci/linux/commits/Geliang-Tang/drm-mm-rewrite-drm_mm_for_each_hole/20151121-171903 base: git://people.freedesktop.org/~airlied/linux.git drm-next reproduce

[PATCH] drm/mm: rewrite drm_mm_for_each_hole

2015-11-21 Thread Geliang Tang
When backwards is 0, __drm_mm_for_each_hole is same as drm_mm_for_each_hole. So I rewrite drm_mm_for_each_hole by using __drm_mm_for_each_hole. Signed-off-by: Geliang Tang --- include/drm/drm_mm.h | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

[PATCH 3/3] drm/panel: Add Panasonic VVX10F034N00 MIPI DSI panel

2015-11-21 Thread Bjorn Andersson
On Fri, Oct 30, 2015 at 5:38 PM, wrote: Ping? > From: Werner Johansson > > This adds support for the Panasonic panel found in some Xperia Z2 > tablets. > > Signed-off-by: Werner Johansson > Signed-off-by: Bjorn Andersson > --- > drivers/gpu/drm/panel/Kconfig | 10 + >

[PATCH 1/3] drm/dsi: Add support for Turn on/Shutdown peripheral packets

2015-11-21 Thread Bjorn Andersson
On Fri, Oct 30, 2015 at 5:38 PM, wrote: Ping? > From: Werner Johansson > > The MIPI_DSI_TURN_ON_PERIPHERAL and MIPI_DSI_SHUTDOWN_PERIPHERAL > packets are required for some panels, one example being the > Panasonic VVX10F034N00 panel. > > Signed-off-by: Werner Johansson > Signed-off-by: Bjorn

[Bug 92977] Display artifacts when using MST

2015-11-21 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151121/a36eae37/attachment.html>

[PATCH] drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt

2015-11-21 Thread Christian König
On 21.11.2015 15:49, Daniel Stone wrote: > Hi, > > On 21 November 2015 at 14:22, Christian König > wrote: >> On 20.11.2015 16:52, cpaul at redhat.com wrote: >>> This is somewhat rare on most cards (depending on what angle you plug >>> the DVI connector in), but on some cards it happens

[PATCH] drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt

2015-11-21 Thread Christian König
On 20.11.2015 16:52, cpaul at redhat.com wrote: > From: Stephen Chandler Paul > > HPD signals on DVI ports can be fired off before the pins required for > DDC probing actually make contact, due to the pins for HPD making > contact first. This results in a HPD signal being asserted but DDC >

[PATCH] drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt

2015-11-21 Thread Daniel Stone
Hi, On 21 November 2015 at 14:22, Christian König wrote: > On 20.11.2015 16:52, cpaul at redhat.com wrote: >> This is somewhat rare on most cards (depending on what angle you plug >> the DVI connector in), but on some cards it happens constantly. The >> Radeon R5 on the machine used for

[PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-21 Thread Daniel Stone
Hi Inki, On 21 November 2015 at 09:38, Inki Dae wrote: > 2015-11-21 1:44 GMT+09:00 Javier Martinez Canillas osg.samsung.com>: >> On 11/20/2015 08:13 AM, Inki Dae wrote: >>> The boot log says, >>> [5.754493] vdd_ldo9: supplied by vdd_2v >>> [5.765510] of_graph_get_next_endpoint(): no

[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

2015-11-21 Thread bugzilla-dae...@freedesktop.org
to the PKGBUILD in order to apply the patch during the build process. -- 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/20151121/a8208

[patch] drm/vmwgfx: fix a warning message

2015-11-21 Thread Dan Carpenter
The WARN_ON() macro only takes a condition argument, it doesn't take a message. I have converted this to WARN() instead. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c b/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c index a8baf5f..b6a0806 100644 ---

[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-21 Thread Ernst Sjöstrand
/dri-devel >> > > > > ___ > dri-devel mailing listdri-devel at > lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/dri-devel > > > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151121/345bac3a/attachment-0001.html>

[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

2015-11-21 Thread bugzilla-dae...@freedesktop.org
l/attachments/20151121/9f523be3/attachment.html>

[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-21 Thread Christian König
-devel at lists.freedesktop.org> > http://lists.freedesktop.org/mailman/listinfo/dri-devel > > > > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151121/9eeb67e7/attachment.html>

[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-21 Thread Ernst Sjöstrand
t; dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151121/50a9e151/attachment.html>

[Bug 86351] HDMI audio garbled output on Radeon R9 280X

2015-11-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=86351 Tilman Sauerbeck changed: What|Removed |Added CC||tilman at code-monkey.de --- Comment

[Bug 108221] New: amdgpu: mouse cursor flickers + black boxes

2015-11-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 Bug ID: 108221 Summary: amdgpu: mouse cursor flickers + black boxes Product: Drivers Version: 2.5 Kernel Version: 4.3.0-7 Hardware: All OS: Linux Tree:

[Bug 92974] Fiji Nano long boot up and long X startup with amdgpu-powerplay enabled

2015-11-21 Thread bugzilla-dae...@freedesktop.org
art X to a normal display. Or I can use KDM or SDDM to auto-login for me. -- 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/20151121/b560fc46/attachment.html>