[PULL] drm-intel-next-fixes

2015-04-25 Thread Jani Nikula
Hi Dave, i915 fixes headed for v4.1-rc1. BR, Jani. The following changes since commit 37ef01ab5d24d1d520dc79f6a98099d451c2a901: drm/i915: Dont enable CS_PARSER_ERROR interrupts at all (2015-04-14 17:03:12 +0300) are available in the git repository at: git://anongit.freedesktop.org/drm-in

[Bug 90169] Radeon ARUBA fails to start xorg/Gnome

2015-04-25 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/20150425/9027fae5/attachment.html>

[Bug 90169] Radeon ARUBA fails to start xorg/Gnome

2015-04-25 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/20150425/4172b35f/attachment.html>

[Bug 89784] Complex shader compilation fails (spilling related?)

2015-04-25 Thread bugzilla-dae...@freedesktop.org
ktop.org/archives/dri-devel/attachments/20150425/380fd80d/attachment.html>

[PATCH 00/11] Enable gpu switching on the MacBook Pro

2015-04-25 Thread Lukas Wunner
Hi, On Tue, Apr 21, 2015 at 08:49:35PM +0100, Matthew Garrett wrote: > My testing suggested that changing the DDC lines didn't change auxch, so > this approach doesn't work for eDP. Have you found otherwise? Disassembling the OS X gmux driver (AppleMuxControl 3.6.22) revealed that register 0x7F i

[Bug 89731] System doesn't boot on muxed IntelHD + HD5650

2015-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=89731 --- Comment #5 from Lorenzo S. --- Just for the record, I'm on Acer 4820TG with ATI Mobility Radeon HD5470 and I'm experiencing the same exact issue described in https://bugs.freedesktop.org/show_bug.cgi?id=88927 I've not tried suggested patch be

[PATCH 1/1 linux-next] drm/i915: use ERR_CAST instead of ERR_PTR/PTR_ERR

2015-04-25 Thread Fabian Frederick
Inspired by scripts/coccinelle/api/err_cast.cocci Signed-off-by: Fabian Frederick --- drivers/gpu/drm/i915/intel_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index 897f17d..d52f267 100644 --- a/drive

[Bug 73291] Kernel 3.13.7 boots with hybrid Intel/ATI but to blank graphical screen

2015-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=73291 EmanueL Czirai changed: What|Removed |Added CC||emanueLczirai at cryptoLab.net --- Comme

[Bug 69301] no screen on update from 3.12.0

2015-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=69301 EmanueL Czirai changed: What|Removed |Added CC||emanueLczirai at cryptoLab.net --- Comme

[Bug 90176] [bisected] All 3D applications crash on LLVM git

2015-04-25 Thread bugzilla-dae...@freedesktop.org
g/archives/dri-devel/attachments/20150425/5ca8a0f9/attachment.html>

[PATCH v2 2/2] drm/exynos: cleanup exynos_drm_plane

2015-04-25 Thread Tobias Jakobi
Remove the unused fields of struct exynos_drm_plane. v2: Remove index_color as well, also unused (thanks Joonyoung). Reviewed-by: Gustavo Padovan Signed-off-by: Tobias Jakobi --- drivers/gpu/drm/exynos/exynos_drm_drv.h | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/g

[PATCH v2 1/2] drm/exynos: mixer: cleanup pixelformat handling

2015-04-25 Thread Tobias Jakobi
Move the defines for the pixelformats that the mixer supports out of mixer_graph_buffer() to the top of the source. Then select the mixer pixelformat (pf) in mixer_graph_buffer() based on the plane's pf (and not bpp). Also add handling of RGB565 and XRGB1555 to the switch statement and exit early i

[PATCH 1/2] drm/exynos: mixer: cleanup pixelformat handling

2015-04-25 Thread Tobias Jakobi
Gustavo Padovan wrote: >> How about MXR_FORMAT_XYZ, to stay consistent with the regs-mixer header? > > I'm fine with MXR_FORMAT_XYZ. Other than that: > > Reviewed-by: Gustavo Padovan Thanks, updated version sent! With best wishes, Tobias > > Gustavo > -- > To unsubscribe from this list

[Bug 89731] System doesn't boot on muxed IntelHD + HD5650

2015-04-25 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=89731 --- Comment #6 from Alex Deucher --- Please try the latest patch on: https://bugzilla.kernel.org/show_bug.cgi?id=61891 -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH 1/2] drm/exynos: fb: use drm_format_num_planes to get buffer count

2015-04-25 Thread Tobias Jakobi
The previous code had some special case handling for the buffer count in exynos_drm_format_num_buffers(). This code was incorrect though, since this special case doesn't exist for DRM. It stemmed from the existence of the special NV12M V4L2 format. NV12 is a bi-planar format (separate planes for l

[PATCH 2/2] drm/exynos: mixer: remove buffer count handling in vp_video_buffer()

2015-04-25 Thread Tobias Jakobi
The video processor (VP) supports four formats: NV12, NV21 and its tiled variants. All these formats are bi-planar, so the buffer count in vp_video_buffer() is always 2. While we're at it, also add support for NV21 and properly exit if we're called with an invalid (non-VP) pixelformat. Signed-off

[Bug 90056] Unigine Valley regression since radeon/llvm: Run LLVM's instruction combining pass

2015-04-25 Thread bugzilla-dae...@freedesktop.org
re supposed to be handled, make someone else can take a look? -- 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/20150425/2327fc90/attachment.html>