[PATCH 1/5 v2] drm/i915: use hlist_for_each_entry

2016-01-18 Thread Geliang Tang
Use hlist_for_each_entry() instead of hlist_for_each() to simplify the code. Signed-off-by: Geliang Tang --- Changes in v2: - Keep head = &eb->buckets[handle & eb->and] --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/driv

[PATCH] configure.ac: disable annoying warning -Wmissing-field-initializers

2016-01-18 Thread Marek Olšák
On Mon, Jan 18, 2016 at 5:05 PM, Emil Velikov wrote: > On 18 January 2016 at 17:43, Marek Olšák wrote: >> On Mon, Jan 18, 2016 at 3:45 PM, Emil Velikov >> wrote: >>> On 15 January 2016 at 17:24, Marek Olšák wrote: On Fri, Jan 15, 2016 at 12:12 PM, Emil Velikov >>> gmail.com> wrote: >

[PATCH v4] drm/rockchip: hdmi: add Innosilicon HDMI support

2016-01-18 Thread Yakir Yang
The Innosilicon HDMI is a low power HDMI 1.4 transmitter IP, and it have been integrated on some rockchip CPUs (like RK3036, RK312x). Signed-off-by: Yakir Yang --- Changes in v4: - Modify the commit title "drm/rockchip: hdmi: ..." (Mark) - Correct the "DKMS" to "DPMS" (Mark) - Fix over 80 charact

[PATCH v4 0/1] Introduce Innosilicon HDMI driver on Rockchip platforms

2016-01-18 Thread Yakir Yang
Here are a brief introduction to Innosilicon HDMI IP: - Support HDMI 1.4a, HDCP 1.2 and DVI 1.0 standard compliant transmitter - Support HDMI1.4 a/b 3D function defined in HDMI 1.4 a/b spec - Digital video interface supports a pixel size of 24, 30, 36, 48bits color depth in RGB - S/PDIF out

Porting GCN pre-1.2 parts from radeon to amdgpu kernel driver

2016-01-18 Thread Deucher, Alexander
> -Original Message- > From: Sellers, Graham > Sent: Monday, January 18, 2016 10:38 AM > To: alexandre.f.demers at gmail.com; Deucher, Alexander > Cc: dri-devel > Subject: RE: Porting GCN pre-1.2 parts from radeon to amdgpu kernel driver > > Hi Alexandre, > > Yes, your understanding is co

[Bug 93762] Entire system stutters every so often when running proprietary game Minecraft

2016-01-18 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20160118/190fe16b/attachment.html>

[Intel-gfx] [PATCH] drm/i915: fix itnull.cocci warnings (fwd)

2016-01-18 Thread Julia Lawall
On Mon, 18 Jan 2016, Daniel Vetter wrote: > On Mon, Jan 18, 2016 at 04:49:06PM +0100, Julia Lawall wrote: > > List_for_each entry binds its first argument to an offset from the list > > pointer, so this should not be NULL. > > > > Generated by: scripts/coccinelle/iterators/itnull.cocci > > > >

[Bug 93551] Divinity: Original Sin Enhanced Edition(Native) crash on start

2016-01-18 Thread bugzilla-dae...@freedesktop.org
game isn't using the OpenGL API correctly. -- 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/20160118/cf4899ec/attachment.html>

[Bug 93764] [PATCH] Fix building on musl-libc

2016-01-18 Thread bugzilla-dae...@freedesktop.org
chives/dri-devel/attachments/20160118/99ab414c/attachment.html>

[Bug 93758] mpv + st/va: add motion adaptive deinterlacing v2 = segfault/assert

2016-01-18 Thread bugzilla-dae...@freedesktop.org
hment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/0387c149/attachment.html>

[PATCH RFC 1/2] clk: sunxi: Add sun8i display support

2016-01-18 Thread Maxime Ripard
; > + if (IS_ERR(clk)) { > + pr_err("%s: Couldn't register the clock\n", clk_name); > + goto free_div; > + } > + > + of_clk_add_provider(node, of_clk_src_simple_get, clk); > + > + return; > + > +free_div: > + kfree(div); > +free_gate: > + kfree(gate); > + kfree(mux); > +} > + > +CLK_OF_DECLARE(sun8i_display, "allwinner,sun8i-display-clk", > sun8i_display_setup); As part of my DRM patches, I've added a clk-display clock that can handle that easily. And actually, as part of bringing up the display engine on the A33, I already did it: https://github.com/mripard/linux/commit/92b6843b5ee5b70cb2be3638df31d3eca28a4dba https://github.com/mripard/linux/commit/81e8ea74be5e72124eb584432bb79ff75f90d9ed Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/190d887b/attachment.sig>

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-01-18 Thread Ville Syrjälä
On Mon, Jan 18, 2016 at 06:14:32PM +0100, Daniel Vetter wrote: > On Fri, Jan 15, 2016 at 08:51:06PM +0200, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > drm_plane_helper_check_update() needs to account for the plane rotation > > for correct clipping/scaling calculat

[Bug 93758] mpv + st/va: add motion adaptive deinterlacing v2 = segfault/assert

2016-01-18 Thread bugzilla-dae...@freedesktop.org
ng 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/20160118/285ba496/attachment-0001.html>

[Intel-gfx] [PATCH] drm/i915: fix itnull.cocci warnings (fwd)

2016-01-18 Thread Daniel Vetter
On Mon, Jan 18, 2016 at 05:42:24PM +, Eric Engestrom wrote: > I expect this is the script she mentions: > https://github.com/coccinelle/coccinellery/blob/master/itnull/itnull.cocci > > Julia is one of the authors of Coccinelle, and the author of that script :) I get how these patches get crea

[PATCH v2 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV

2016-01-18 Thread Inki Dae
2016년 01월 18일 08:45에 Krzysztof Kozlowski 이(가) 쓴 글: > On 14.01.2016 19:49, Inki Dae wrote: >> + Rob Herring >> >> 2016년 01월 14일 19:36에 Andrzej Hajda 이(가) 쓴 글: >>> Hi Inki, >>> >>> It seems this patch and 04/10 did not get picked up yet. >>> Could you merge it? >> >>

[PATCH v12 0/18] Add Analogix Core Display Port Driver

2016-01-18 Thread Yakir Yang
Hi Heiko, Sorry for the delay reply ;) On 01/17/2016 10:25 PM, Heiko Stuebner wrote: > Hi Yakir, > > Am Mittwoch, 13. Januar 2016, 15:59:51 schrieb Heiko Stuebner: >> Am Mittwoch, 23. Dezember 2015, 20:25:38 schrieb Yakir Yang: >>> The Samsung Exynos eDP controller and Rockchip RK3288 eDP con

[PATCH v3 1/2] drm: rockchip/hdmi: add Innosilicon HDMI support

2016-01-18 Thread Yakir Yang
Hi Mark, On 01/18/2016 09:21 AM, Mark yao wrote: > Hi Yakir > > I'd like you can change your patch title into "drm/rockchip/hdmi", so > when I search patches use "drm/rockchip" can find your patch. > Okay > and I have some advices mail inline. > > Thanks:-) > > On 2016年01月15日 17:38, Yakir

[Bug 93762] Entire system stutters every so often when running proprietary game Minecraft

2016-01-18 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/e56da725/attachment.html>

[Bug 93762] Entire system stutters every so often when running proprietary game Minecraft

2016-01-18 Thread bugzilla-dae...@freedesktop.org
diately after the stutter occurs. -- 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/20160118/3f477a5e/attachment.html>

[Intel-gfx] [PATCH] drm/i915: fix itnull.cocci warnings (fwd)

2016-01-18 Thread Daniel Vetter
On Mon, Jan 18, 2016 at 04:49:06PM +0100, Julia Lawall wrote: > List_for_each entry binds its first argument to an offset from the list > pointer, so this should not be NULL. > > Generated by: scripts/coccinelle/iterators/itnull.cocci > > Signed-off-by: Fengguang Wu > --- > > Please take the pa

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()

2016-01-18 Thread Daniel Vetter
On Fri, Jan 15, 2016 at 08:51:06PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > drm_plane_helper_check_update() needs to account for the plane rotation > for correct clipping/scaling calculations. Do so. > > There was an earlier attempt [1] to add this into > intel

[Bug 93761] A conditional discard in a fragment shader causes no depth writing at all

2016-01-18 Thread bugzilla-dae...@freedesktop.org
but nothing is drawn. -- 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/20160118/93c8a274/attachment.html>

[PATCH] configure.ac: disable annoying warning -Wmissing-field-initializers

2016-01-18 Thread Emil Velikov
On 18 January 2016 at 17:43, Marek Olšák wrote: > On Mon, Jan 18, 2016 at 3:45 PM, Emil Velikov > wrote: >> On 15 January 2016 at 17:24, Marek Olšák wrote: >>> On Fri, Jan 15, 2016 at 12:12 PM, Emil Velikov >> gmail.com> wrote: On 12 January 2016 at 23:14, Marek Olšák wrote: > F

[PATCH] configure.ac: disable annoying warning -Wmissing-field-initializers

2016-01-18 Thread Jani Nikula
On Mon, 18 Jan 2016, Marek Olšák wrote: > On Mon, Jan 18, 2016 at 3:45 PM, Emil Velikov > wrote: >> On 15 January 2016 at 17:24, Marek Olšák wrote: >>> On Fri, Jan 15, 2016 at 12:12 PM, Emil Velikov >> gmail.com> wrote: On 12 January 2016 at 23:14, Marek Olšák wrote: > From: Mar

[Intel-gfx] [PATCH 1/5 v2] drm/i915: use hlist_for_each_entry

2016-01-18 Thread Daniel Vetter
On Mon, Jan 18, 2016 at 11:54:20PM +0800, Geliang Tang wrote: > Use hlist_for_each_entry() instead of hlist_for_each() to simplify > the code. > > Signed-off-by: Geliang Tang > --- > Changes in v2: > - Keep head = &eb->buckets[handle & eb->and] Queued for -next, thanks for the patch. -Daniel >

[Intel-gfx] [PATCH] drm/i915: fix itnull.cocci warnings (fwd)

2016-01-18 Thread Eric Engestrom
I expect this is the script she mentions: https://github.com/coccinelle/coccinellery/blob/master/itnull/itnull.cocci Julia is one of the authors of Coccinelle, and the author of that script :) On 18/01/16 17:20, Daniel Vetter wrote: > On Mon, Jan 18, 2016 at 04:49:06PM +0100, Julia Lawall wrote:

[PATCH v4] drm/rockchip: hdmi: add Innosilicon HDMI support

2016-01-18 Thread Russell King - ARM Linux
Hi, Some comments below... On Mon, Jan 18, 2016 at 10:42:20PM +0800, Yakir Yang wrote: > +static int inno_hdmi_config_video_avi(struct inno_hdmi *hdmi) > +{ > + char info[HDMI_SIZE_AVI_INFOFRAME] = {0}; > + int avi_color_mode; > + int i; > + > + hdmi_writeb(hdmi, HDMI_CONTROL_PACK

[PATCH] drm/i915: fix itnull.cocci warnings (fwd)

2016-01-18 Thread Julia Lawall
List_for_each entry binds its first argument to an offset from the list pointer, so this should not be NULL. Generated by: scripts/coccinelle/iterators/itnull.cocci Signed-off-by: Fengguang Wu --- Please take the patch only if it's a positive warning. Thanks! intel_display.c |2 +- 1 file

[PATCH] configure.ac: disable annoying warning -Wmissing-field-initializers

2016-01-18 Thread Emil Velikov
On 15 January 2016 at 17:24, Marek Olšák wrote: > On Fri, Jan 15, 2016 at 12:12 PM, Emil Velikov > wrote: >> On 12 January 2016 at 23:14, Marek Olšák wrote: >>> From: Marek Olšák >>> >>> It warns for all "{}" initializers. Well, I want us to use {}. >>> --- >>> configure.ac | 3

[PATCH] configure.ac: disable annoying warning -Wmissing-field-initializers

2016-01-18 Thread Marek Olšák
On Mon, Jan 18, 2016 at 3:45 PM, Emil Velikov wrote: > On 15 January 2016 at 17:24, Marek Olšák wrote: >> On Fri, Jan 15, 2016 at 12:12 PM, Emil Velikov >> wrote: >>> On 12 January 2016 at 23:14, Marek Olšák wrote: From: Marek Olšák It warns for all "{}" initializers. We

[Bug 93760] radeonsi vaapi mpeg2 decode slightly corrupt or asserts.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/c9c7885b/attachment.html>

[Bug 93760] radeonsi vaapi mpeg2 decode slightly corrupt or asserts.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
hes from - https://bugs.freedesktop.org/show_bug.cgi?id=93721 -- 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/20160118/9b0099c2/attachment.html>

[Bug 93758] mpv + st/va: add motion adaptive deinterlacing v2 = segfault/assert

2016-01-18 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/6f5f2203/attachment.html>

[Bug 93758] mpv + st/va: add motion adaptive deinterlacing v2 = segfault/assert

2016-01-18 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: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/804a2b2c/attachment.html>

[Bug 93748] [r600g]OpenCL driver causes ImageMagick to segfault

2016-01-18 Thread bugzilla-dae...@freedesktop.org
g the corresponding __kernel function would suffice too. -- 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/20160118/

linux-next/drivers/gpu/drm/rockchip/dw-mipi-dsi.c:470: poor error checking ?

2016-01-18 Thread David Binderman
Hello there, [linux-next/drivers/gpu/drm/rockchip/dw-mipi-dsi.c:470]: (style) Checking if unsigned variable 'bpp' is less than zero.     bpp = mipi_dsi_pixel_format_to_bpp(dsi->format);     if (bpp < 0) { but   unsigned int bpp, i, pre; Suggest code rework. Regards David Binderman

Porting GCN pre-1.2 parts from radeon to amdgpu kernel driver

2016-01-18 Thread Sellers, Graham
Hi Alexandre, Yes, your understanding is correct. Frankly, Alex or one of the other guys on the open source team would be best positioned to answer your questions as to what would specifically need to be done. However, yes, the gap we have here is in the amdgpu kernel driver. I pretty much onl

linux-4.4 bisected: kwin5 stuck on kde5 loading screen with radeon

2016-01-18 Thread Christian König
> Thread 3 seems to be waiting on some response to radeon's ioctl? That's just the worker thread waiting for something to do. At least for this case you can ignore it. The interesting one is calling DRI2GetBuffersWithFormat and waiting for a reply. For some reason the X server seems to be stuck

linux-4.4 bisected: kwin5 stuck on kde5 loading screen with radeon

2016-01-18 Thread Vlastimil Babka
On 01/18/2016 11:49 AM, Vlastimil Babka wrote: > On 01/16/2016 05:24 AM, Mario Kleiner wrote: >> I think a drm.debug=0x21 setting and grep'ping the syslog for "vblank" >> should probably give useful info around the time of the hang. > > Attached. Captured by having kdm running, switching to consol

Whats missing in my new FB DRM driver... "No connectors reported connected with modes"?

2016-01-18 Thread Carlos Palminha
I'm also getting a message from DRM saying can't find any crtc or sizes...i'm really missing something here. :( -- log -- [drm] Initialized drm 1.1.0 20060810 drm-arcpgu e0017000.pgu: No connectors reported connected with modes [drm] Cannot find any crtc or sizes - going 1024x768 Console: switchi

Whats missing in my new FB DRM driver... "No connectors reported connected with modes"?

2016-01-18 Thread Carlos Palminha
Hi Xinliang, My get_modes seems to be implemented as the rcar driver... Probably still missing some init step? Regards, C.Palminha static int arcpgu_drm_connector_get_modes(struct drm_connector *connector) { struct drm_encoder_slave *slave; const struct drm_encoder_slave_funcs *sfuncs; struct a

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #12 from Ondřej Súkup --- Created attachment 200401 --> https://bugzilla.kernel.org/attachment.cgi?id=200401&action=edit xorg log r9-380 with /etc/X11/xorg.conf.d/10-amdgpu.conf -- You are receiving this mail because: You are w

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #11 from Ondřej Súkup --- Created attachment 200391 --> https://bugzilla.kernel.org/attachment.cgi?id=200391&action=edit xorg.log on r9-380 with Xorg autodetection... -- You are receiving this mail because: You are watching the

[RFC] handling of alpha mode (pre-multiplied/straight) in ARGB modes

2016-01-18 Thread Ville Syrjälä
On Mon, Jan 18, 2016 at 11:14:41AM +0100, Marek Szyprowski wrote: > Hello, > > On 2016-01-13 15:58, Ville Syrjälä wrote: > > On Wed, Jan 13, 2016 at 03:13:35PM +0100, Marek Szyprowski wrote: > >> On 2016-01-11 16:22, Ville Syrjälä wrote: > >>> On Mon, Jan 11, 2016 at 04:07:50PM +0100, Daniel V

[git pull] drm for 4.5-rc1

2016-01-18 Thread Sudip Mukherjee
On Sun, Jan 17, 2016 at 09:35:08PM +, Dave Airlie wrote: > > > Hi Linus, > > This is the main drm pull request for 4.5. I don't think I've missed anything > too > major, I'm mostly back at work now but I'll probably get some sleep in 5 > years time. > > I think it should fix the i915 warn

linux-4.4 bisected: kwin5 stuck on kde5 loading screen with radeon

2016-01-18 Thread Vlastimil Babka
A non-text attachment was scrubbed... Name: dmesg.gz Type: application/gzip Size: 77399 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/1aa30eb5/attachment-0001.bin>

[PATCH] drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputs

2016-01-18 Thread Liu Ying
One of the two local variables old_crtc_state is redundantly defined in the function disable_outputs(). It has only a scope partway through the block for_each_connector_in_state. So, let's remove it and use the one which has the scope within the function disable_outputs(). Signed-off-by: Liu Yin

[PATCH RFC 0/2] Add a display driver to the Allwinner H3

2016-01-18 Thread Maxime Ripard
't look likely to happen soon... Can you open an issue on this on their linux github repo? Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- next part -- A non-text attachment was scrubbe

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-01-18 Thread Russell King - ARM Linux
On Mon, Jan 18, 2016 at 09:52:27AM +, Liviu.Dudau at arm.com wrote: > On Sat, Jan 16, 2016 at 10:17:54PM +0200, Jyri Sarha wrote: > > It just makes me wonder if drm_atomic_helper_connector_dpms() should > > call the legacy callback automatically if DRIVER_ATOMIC is not set or > > at least bail

[RFC] handling of alpha mode (pre-multiplied/straight) in ARGB modes

2016-01-18 Thread Marek Szyprowski
Hello, On 2016-01-13 15:58, Ville Syrjälä wrote: > On Wed, Jan 13, 2016 at 03:13:35PM +0100, Marek Szyprowski wrote: >> On 2016-01-11 16:22, Ville Syrjälä wrote: >>> On Mon, Jan 11, 2016 at 04:07:50PM +0100, Daniel Vetter wrote: On Mon, Jan 11, 2016 at 03:18:44PM +0100, Marek Szyprowski w

[PATCH v2 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV

2016-01-18 Thread Andrzej Hajda
Hi Inki, On 01/18/2016 10:54 AM, Inki Dae wrote: > > 2016년 01월 18일 08:45에 Krzysztof Kozlowski 이(가) 쓴 글: >> On 14.01.2016 19:49, Inki Dae wrote: >>> + Rob Herring >>> >>> 2016년 01월 14일 19:36에 Andrzej Hajda 이(가) 쓴 글: Hi Inki, It seems this patch and 04/

[GIT PULL] fbdev changes for 4.5

2016-01-18 Thread Tomi Valkeinen
s/video-pll.c rename drivers/video/fbdev/omap2/{ => omapfb}/vrfb.c (100%) delete mode 100644 drivers/video/fbdev/sh_mobile_hdmi.c delete mode 100644 include/video/sh_mobile_hdmi.h -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/006e0025/attachment-0001.sig>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/5856b5a1/attachment.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/c712bb13/attachment-0001.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/81f907dd/attachment.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/dd5610f3/attachment.html>

[Bug 93753] Sometimes wrong clk frequency of Display after dpms mode changes.

2016-01-18 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/bce02db9/attachment.html>

[Bug 80678] xrandr scaling / transform does not work with radeon

2016-01-18 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: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/ea2df388/attachment.html>

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #10 from Michel Dänzer --- (In reply to Fred Santos from comment #9) > Yes, the log is quite strange about that, since xf86-video-amdgpu is indeed > installed, but doesn't seem to be found... Maybe 10-amdgpu.conf isn't installed in

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-01-18 Thread liviu.du...@arm.com
On Sat, Jan 16, 2016 at 10:17:54PM +0200, Jyri Sarha wrote: > Choose between atomic or non atomic connector dpms helper. If tda998x > is connected to a drm driver that does not support atomic modeset > calling drm_atomic_helper_connector_dpms() causes a crash when the > connectors atomic state is n

[Bug 80678] xrandr scaling / transform does not work with radeon

2016-01-18 Thread bugzilla-dae...@freedesktop.org
image changes after a transform is set. -- 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/20160118/d29a41fd/attachment.html>

[PATCH 3/3] drm/rockchip: explain why we can't wait_for_vblanks

2016-01-18 Thread Mark yao
On 2016年01月15日 00:26, John Keeping wrote: > On Thu, 14 Jan 2016 15:57:05 +0100, Thierry Reding wrote: > >> On Thu, Jan 14, 2016 at 02:39:42PM +, John Keeping wrote: >>> Signed-off-by: John Keeping >>> --- >>> drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 6 ++ >>> 1 file changed, 6

[PATCH v3 1/2] drm: rockchip/hdmi: add Innosilicon HDMI support

2016-01-18 Thread Mark yao
Hi Yakir I'd like you can change your patch title into "drm/rockchip/hdmi", so when I search patches use "drm/rockchip" can find your patch. and I have some advices mail inline. Thanks:-) On 2016年01月15日 17:38, Yakir Yang wrote: > The Innosilicon HDMI is a low power HDMI 1.4 transmitter >

[PATCH 21/22] drm/vc4: Nuke preclose hook

2016-01-18 Thread Eric Anholt
love the cleanup from this series. Acked-by: Eric Anholt -- 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/20160118/fb0e4433/attachment.sig>

[PATCH] drm/vc4: fix warning in validate printf.

2016-01-18 Thread Dave Airlie
This just fixes a warning on 64-bit builds, drivers/gpu/drm/vc4/vc4_validate.c: In function ‘validate_gl_shader_rec’: drivers/gpu/drm/vc4/vc4_validate.c:864:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wform

[Bug 93737] egl segfault since gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER

2016-01-18 Thread bugzilla-dae...@freedesktop.org
achments/20160118/e5bc6119/attachment.html>

[PATCH v4 3/3] drm: simplify initialization of rotation property

2016-01-18 Thread Marek Szyprowski
This patch simplifies initialization of generic rotation property and aligns the code to match recently introduced function for intializing generic zpos property. It also adds missing documentation. Signed-off-by: Marek Szyprowski --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 10

[PATCH v4 2/3] drm/exynos: use generic code for managing zpos plane property

2016-01-18 Thread Marek Szyprowski
This patch replaces zpos property handling custom code in Exynos DRM driver with calls to generic DRM code. Signed-off-by: Marek Szyprowski --- drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 - drivers/gpu/drm/exynos/exynos_drm_plane.c | 68 --- drivers/gpu/drm/exynos

[PATCH v4 1/3] drm: add generic zpos property

2016-01-18 Thread Marek Szyprowski
This patch adds support for generic plane's zpos property property with well-defined semantics: - added zpos properties to drm core and plane state structures - added helpers for normalizing zpos properties of given set of planes - well defined semantics: planes are sorted by zpos values and then p

[PATCH v4 0/3] drm/exynos: introduce generic zpos property

2016-01-18 Thread Marek Szyprowski
Hello all, This patch series is a continuation of rework of blending support in Exynos DRM driver. Some background can be found here: http://www.spinics.net/lists/dri-devel/msg96969.html Daniel Vetter suggested that zpos property should be made generic, with well-defined semantics. This patchset

[PATCH] drm/rockchip/dsi: fix handling mipi_dsi_pixel_format_to_bpp result

2016-01-18 Thread Mark yao
On 2016年01月14日 16:59, Andrzej Hajda wrote: > The function can return negative value so it should be assigned to signed > variable. > > The problem has been detected using patch > scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci. > > Signed-off-by: Andrzej Hajda > --- > drivers/gpu/

[PATCH v2 09/10] dt-bindings: video: exynos5433-decon: add bindings for DECON-TV

2016-01-18 Thread Krzysztof Kozlowski
On 14.01.2016 19:49, Inki Dae wrote: > + Rob Herring > > 2016년 01월 14일 19:36에 Andrzej Hajda 이(가) 쓴 글: >> Hi Inki, >> >> It seems this patch and 04/10 did not get picked up yet. >> Could you merge it? > > Yes, I can. However, 04/10 is required for acked-by from dt or SoC maintainer

[git pull] drm for 4.5-rc1

2016-01-18 Thread Guenter Roeck
On Mon, Jan 18, 2016 at 12:35:25PM +0530, Sudip Mukherjee wrote: > On Sun, Jan 17, 2016 at 09:35:08PM +, Dave Airlie wrote: > > > > > > Hi Linus, > > > > This is the main drm pull request for 4.5. I don't think I've missed > > anything too > > major, I'm mostly back at work now but I'll pro

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #9 from Fred Santos --- Thanks for your answer. Yes, the log is quite strange about that, since xf86-video-amdgpu is indeed installed, but doesn't seem to be found... (Is there a way to 'force' the use of amdgpu?) Btw, the problem o

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #8 from Michel Dänzer --- Looks like xf86-video-amdgpu wasn't installed correctly, so Xorg can't find it and uses the generic modesetting driver instead. Does the problem persist if you actually use xf86-video-amdgpu (preferably a ne

[PATCH] drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputs

2016-01-18 Thread Daniel Vetter
On Mon, Jan 18, 2016 at 11:36:35AM +0800, Liu Ying wrote: > One of the two local variables old_crtc_state is redundantly defined in the > function disable_outputs(). It has only a scope partway through the block > for_each_connector_in_state. So, let's remove it and use the one which > has the sc

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #7 from Fred Santos --- And here is the output of xrandr (the problem *always* and *constantly* occurs): Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 DP-1 disconnected (normal left inverted right x axis y a

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #6 from Fred Santos --- Created attachment 200361 --> https://bugzilla.kernel.org/attachment.cgi?id=200361&action=edit Log: Xorg.0.log -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 77835] X crash when using xrandr with R9 290X and 7870 for triple head

2016-01-18 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20160118/6dbf30ec/attachment.html>

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

2016-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #5 from Michel Dänzer --- Please attach the Xorg log file and the output of xrandr when the problem occurs. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 93352] GRID Autosport crashes on start of race

2016-01-18 Thread bugzilla-dae...@freedesktop.org
ort. -- 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/20160118/0939f9ce/attachment-0001.html>

[Bug 92858] AMD Radeon GPU Acceleration Disabled Under Kernels 4.2.x and later versions

2016-01-18 Thread bugzilla-dae...@freedesktop.org
D�nzer --- I think WONTFIX is more appropriate then. -- 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/20160118/4e3c9

[Bug 92270] Radeon R7 M260/M265 - *ERROR* amdgpu: ring 0 test failed (scratch(0xC040)=0xCAFEDEAD)

2016-01-18 Thread bugzilla-dae...@freedesktop.org
he assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/288acfda/attachment.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2016-01-18 Thread bugzilla-dae...@freedesktop.org
e bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/a376d2df/attachment.html>

[Bug 93748] [r600g]OpenCL driver causes ImageMagick to segfault

2016-01-18 Thread bugzilla-dae...@freedesktop.org
ment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160118/37c6472f/attachment.html>