[libdrm PATCH 2/2] configure.ac: don't detect disabled options dependencies

2016-01-19 Thread Marcin Ślusarz
On Tue, Jan 19, 2016 at 10:26:16AM +0200, Emil Velikov wrote: > Hi Marcin, > > On 9 January 2016 at 17:05, Marcin Ślusarz > wrote: > > Currently with --disable-amdgpu --disable-valgrind --disable-cairo-tests > > cunit, valgrind and cairo are still detected. > > > Doesn't this patch make 1/2 obs

[PATCH] Fix building on musl-libc

2016-01-19 Thread Kylie McClain
eedesktop.org/archives/dri-devel/attachments/20160119/1fd2fc1e/attachment-0002.bin> -- next part -- A non-text attachment was scrubbed... Name: 0002-tests-Include-poll.h-rather-than-sys-poll.h.patch Type: text/x-patch Size: 1228 bytes Desc: not available URL: <http://li

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Daniel Vetter
On Tue, Jan 19, 2016 at 06:10:40PM -0200, Gustavo Padovan wrote: > 2016-01-19 Daniel Vetter : > > - get_timeline_name and get_driver_name are imo too much indirection, just > > add ->(drv_)name field to each of these. > > I don't think is a good idea to change that now as there are other fence >

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
t was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/9b888025/attachment.html>

[Bug 88861] [efi, i915, vgaswitcheroo, black screen, nouveau] Screen goes black when switching from dedicated nvidia graphics card (nouveau) to integrated

2016-01-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=88861 --- Comment #9 from Lukas Wunner --- Hi Jani, Paul Hordiienko, the reporter of this bug, successfully tested an earlier version (v2) of the patch set, see the Tested-by: tags on these patches: http://lists.freedesktop.org/archives/dri-devel/2015-

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Daniel Vetter
On Tue, Jan 19, 2016 at 03:52:26PM -0200, Gustavo Padovan wrote: > 2016-01-19 John Harrison : > > > On 19/01/2016 15:23, Gustavo Padovan wrote: > > >Hi Daniel, > > > > > >2016-01-19 Daniel Vetter : > > > > > >>On Fri, Jan 15, 2016 at 12:55:10PM -0200, Gustavo Padovan wrote: > > >>>From: Gustavo Pa

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

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

[Bug 93649] [radeonsi] Graphics lockup while playing tf2

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

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Gustavo Padovan
2016-01-19 Daniel Vetter : > On Fri, Jan 15, 2016 at 12:55:10PM -0200, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > This patch series de-stage the sync framework, and in order to accomplish > > that > > a bunch of cleanups/improvements on the sync and fence were made. > > > > The s

[PATCH v12.1 13/17] drm: bridge: analogix/dp: try force hpd after plug in lookup failed

2016-01-19 Thread Yakir Yang
Some edp screen do not have hpd signal, so we can't just return failed when hpd plug in detect failed. This is an hardware property, so we need add a devicetree property "analogix,need-force-hpd" to indicate this sutiation. Signed-off-by: Yakir Yang Acked-by: Rob Herring Tested-by: Javier Marti

[PATCH v12.1 07/17] drm: rockchip: dp: add rockchip platform dp driver

2016-01-19 Thread Yakir Yang
Rockchip have three clocks for dp controller, we leave pclk_edp to analogix_dp driver control, and keep the sclk_edp_24m and sclk_edp in platform driver. Signed-off-by: Yakir Yang Tested-by: Javier Martinez Canillas --- Rebase the whole patches on top of Dave's drm-next branch [0] (Heiko) Chang

[PATCH v12.1 06/17] ARM: dts: exynos/dp: remove some properties that deprecated by analogix_dp driver

2016-01-19 Thread Yakir Yang
After exynos_dp have been split the common IP code into analogix_dp driver, the analogix_dp driver have deprecated some Samsung platform properties which could be dynamically parsed from EDID/MODE/DPCD message, so this is an update for Exynos DTS file for dp-controller. Beside the backward compati

[PATCH v12.1 05/17] dt-bindings: add document for analogix display port driver

2016-01-19 Thread Yakir Yang
Analogix dp driver is split from exynos dp driver, so we just make an copy of exynos_dp.txt, and then simplify exynos_dp.txt Beside update some exynos dtsi file with the latest change according to the devicetree binding documents. Signed-off-by: Yakir Yang Acked-by: Rob Herring --- There is no

[PATCH] drm/amdgpu: Use drm_calloc_large for VM page_tables array

2016-01-19 Thread Michel Dänzer
From: Michel Dänzer It can be big, depending on the VM address space size, which is tunable via the vm_size module parameter. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93721 Signed-off-by: Michel Dänzer --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 7 +++ 1 file changed, 3 in

[PATCH v12.1 01/17] drm: bridge: analogix/dp: split exynos dp driver to bridge directory

2016-01-19 Thread Yakir Yang
Split the dp core driver from exynos directory to bridge directory, and rename the core driver to analogix_dp_*, rename the platform code to exynos_dp. Beside the new analogix_dp driver would export six hooks. "analogix_dp_bind()" and "analogix_dp_unbind()" "analogix_dp_suspned()" and "analogix_dp

[Bug 93292] "Thea: The Awakening" world map textures not rendered (blue background)

2016-01-19 Thread bugzilla-dae...@freedesktop.org
n HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/4ccdda0e/attachment-0001.html>

[Bug 93292] "Thea: The Awakening" world map textures not rendered (blue background)

2016-01-19 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/5221e70b/attachment.html>

[Bug 93292] "Thea: The Awakening" world map textures not rendered (blue background)

2016-01-19 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/793941fa/attachment.html>

[Bug 93292] "Thea: The Awakening" world map textures not rendered (blue background)

2016-01-19 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/20160119/f9e44be8/attachment.html>

PROBLEM: Intel HDMI output busticated on 4.4 (regression)

2016-01-19 Thread Nick Bowler
Hi, Upgrading from 4.3 to 4.4 breaks my HDMI output on my G45 machine. As soon as the intel driver is loaded, the monitor shuts off (standby mode). Inspecting /sys/class/drm/card0-HDMI-A-1/status reports "disconnected". When it is working, this attribute says "connected". There is nothing unus

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

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

[RFC 11/29] dma-buf/fence: move sync_timeline to fence_timeline

2016-01-19 Thread Greg Hackmann
On 01/15/2016 06:55 AM, Gustavo Padovan wrote: > /** > + * fence_timeline_create - create a new fence_timeline > + * @num: [in]amount of contexts to allocate [...] > + */ > +struct fence_timeline *fence_timeline_create(unsigned num, > + struct fenc

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

2016-01-19 Thread Carlos Palminha
when i boot the kernel and connect the HDMI cable after booting i can retrieve 4 modes... :) if i boot linux with the HDMI cable inserted the kernel hangs. Possible relation with HPD? Regards, C.Palminha # modetest -M drm-arcpgu -c Connectors: id encoder status typesize (mm)

[linux-sunxi] [PATCH v2 16/26] drm: Add Allwinner A10 Display Engine support

2016-01-19 Thread Maxime Ripard
/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/e2a63c5c/attachment.sig>

[GIT PULL] VC4 build fix.

2016-01-19 Thread Eric Anholt
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/20160119/8bb7d72b/attachment.sig>

[GIT PULL x/y] SUBJECT HERE

2016-01-19 Thread Eric Anholt
Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/drm-intel into drm-next (2016-01-18 07:02:19 +1000) are available in the git repository at: http://github.com/anholt/linux tags/drm-vc4-fixes-2015-01-19 for you to fetch changes up to 8483d152db61c5baf5452b844ef65

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Gustavo Padovan
2016-01-19 Daniel Vetter : > On Tue, Jan 19, 2016 at 03:52:26PM -0200, Gustavo Padovan wrote: > > 2016-01-19 John Harrison : > > > > > On 19/01/2016 15:23, Gustavo Padovan wrote: > > > >Hi Daniel, > > > > > > > >2016-01-19 Daniel Vetter : > > > > > > > >>On Fri, Jan 15, 2016 at 12:55:10PM -0200,

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread John Harrison
On 19/01/2016 15:23, Gustavo Padovan wrote: > Hi Daniel, > > 2016-01-19 Daniel Vetter : > >> On Fri, Jan 15, 2016 at 12:55:10PM -0200, Gustavo Padovan wrote: >>> From: Gustavo Padovan >>> >>> This patch series de-stage the sync framework, and in order to accomplish >>> that >>> a bunch of cleanup

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

2016-01-19 Thread Carlos Palminha
Hi Xiang, Its returning 0 modes... :( Regards, C.Palminha # modetest -M drm-arcpgu -c Connectors: id encoder status typesize (mm) modes encoders 21 0 disconnectedHDMI-A 0x0 0 20 props: 1 EDID: flags: immutable

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/3c37f188/attachment.html>

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Gustavo Padovan
2016-01-19 John Harrison : > On 19/01/2016 15:23, Gustavo Padovan wrote: > >Hi Daniel, > > > >2016-01-19 Daniel Vetter : > > > >>On Fri, Jan 15, 2016 at 12:55:10PM -0200, Gustavo Padovan wrote: > >>>From: Gustavo Padovan > >>> > >>>This patch series de-stage the sync framework, and in order to ac

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

2016-01-19 Thread Inki Dae
2016년 01월 18일 19:12에 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

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/fc5396ff/attachment.html>

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
ed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/86200512/attachment-0001.html>

[PATCH] drm: Promote drm_mm alignment to u64

2016-01-19 Thread Chris Wilson
In places (e.g. i915.ko), the alignment is exported to userspace as u64 and there now exists hardware for which we can indeed utilize a u64 alignment. As such, we need to keep 64bit integers throughout when handling alignment. Testcase: igt/gem_exec_alignment Signed-off-by: Chris Wilson --- driv

[PATCH] drm/amdgpu: Use drm_calloc_large for VM page_tables array

2016-01-19 Thread Christian König
Am 19.01.2016 um 09:59 schrieb Michel Dänzer: > From: Michel Dänzer > > It can be big, depending on the VM address space size, which is tunable > via the vm_size module parameter. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93721 > Signed-off-by: Michel Dänzer I actually wanted

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

2016-01-19 Thread Christian König
> I think Graham summed it up pretty well :) Indeed, but there is a detail missing. The main problem for moving SI and CIK support from radeon to amdgpu is that we can't break existing userspace. Fortunately amdgpu wasn't designed from scratch, instead it's rather a evaluational successor of ra

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Gustavo Padovan
Hi Daniel, 2016-01-19 Daniel Vetter : > On Fri, Jan 15, 2016 at 12:55:10PM -0200, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > This patch series de-stage the sync framework, and in order to accomplish > > that > > a bunch of cleanups/improvements on the sync and fence were made. >

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

2016-01-19 Thread Michel Dänzer
On 19.01.2016 01:05, Emil Velikov wrote: > > A few of those are already implicit with either Wall or Wextra. Both > of which, imho, are a must have for any serious project. I think -Wextra is generally too noisy for that, but I guess we're now deeply in arguing about taste territory. > But seri

[PATCH] drm/vmwgfx: respect 'nomodeset'

2016-01-19 Thread Rob Clark
On Wed, Oct 15, 2014 at 5:06 PM, Thomas Hellstrom wrote: > On 10/15/2014 10:51 PM, Rob Clark wrote: >> On Wed, Oct 15, 2014 at 4:44 PM, Thomas Hellstrom >> wrote: >>> On 10/15/2014 10:38 PM, Rob Clark wrote: On Wed, Oct 15, 2014 at 4:35 PM, Rob Clark wrote: > On Wed, Oct 15, 2014 at 4

[PATCH] drm/amdgpu: Use drm_calloc_large for VM page_tables array

2016-01-19 Thread Alex Deucher
On Tue, Jan 19, 2016 at 8:03 AM, Christian König wrote: > Am 19.01.2016 um 09:59 schrieb Michel Dänzer: >> >> From: Michel Dänzer >> >> It can be big, depending on the VM address space size, which is tunable >> via the vm_size module parameter. >> >> Bugzilla: https://bugs.freedesktop.org/show

[PATCH v2 1/3] drm/atomic-helper: Export framebuffer_changed()

2016-01-19 Thread Daniel Vetter
On Tue, Jan 19, 2016 at 10:46:58AM +, John Keeping wrote: > The Rockchip driver cannot use drm_atomic_helper_wait_for_vblanks() > because it has hardware counters for neither vblanks nor scanlines. > > In order to simplify re-implementing the functionality for this driver, > export the framebu

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

2016-01-19 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 v5: - Use hdmi_infoframe helper functions to packed the infoframe (Russell) - Remove the unused double wait_for_completion

[RFC 00/29] De-stage android's sync framework

2016-01-19 Thread Daniel Vetter
On Fri, Jan 15, 2016 at 12:55:10PM -0200, Gustavo Padovan wrote: > From: Gustavo Padovan > > This patch series de-stage the sync framework, and in order to accomplish that > a bunch of cleanups/improvements on the sync and fence were made. > > The sync framework contained some abstractions aroun

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

2016-01-19 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

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

2016-01-19 Thread Yakir Yang
Hi Russell, Thanks for your comments :-D On 01/19/2016 01:15 AM, Russell King - ARM Linux wrote: > 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

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

2016-01-19 Thread Xinliang Liu
ors reported connected with modes > >> [drm] Cannot find any crtc or sizes - going 1024x768 > >> Console: switching to colour frame buffer device 128x48 > >> drm-arcpgu e0017000.pgu: fb0: frame buffer device > >> [drm] Initialized drm-arcpgu 1.0.0 20151127 on minor 0 > >> --- boot log snippet --- > >> -- > >> To unsubscribe from this list: send the line "unsubscribe > >> linux-fbdev" in > >> the body of a message to majordomo at vger.kernel.org > >> <mailto:majordomo at vger.kernel.org> > >> More majordomo info at http://vger.kernel.org/majordomo-info.html > >> > >> > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/3a67df07/attachment-0001.html>

[PATCH 2/2] drm: etnaviv: add further minor features and varyings count

2016-01-19 Thread Christian Gmeiner
Hi Russell, 2016-01-19 10:18 GMT+01:00 Russell King : > Export further minor feature bitmasks and the varyings count from > the GPU specifications registers to userspace. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 57 > ++- >

[PATCH 1/2] drm: etnaviv: update common and state_hi xml.h files

2016-01-19 Thread Christian Gmeiner
2016-01-19 10:18 GMT+01:00 Russell King : > Update the common and state_hi xml.h header files from the etnaviv > repository. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/etnaviv/common.xml.h | 48 > -- > drivers/gpu/drm/etnaviv/state_hi.xml.h | 26 +++

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

2016-01-19 Thread John Keeping
Signed-off-by: John Keeping --- v2: - Add more detail of the particular race that could happen if we used drm_atomic_helper_wait_for_vblanks(). drivers/gpu/drm/rockchip/rockchip_drm_fb.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/rockchip/rockchip_

[PATCH v2 2/3] drm/rockchip: don't wait for vblank if fb hasn't changed

2016-01-19 Thread John Keeping
As commented in drm_atomic_helper_wait_for_vblanks(), userspace relies on cursor ioctls being unsynced. Converting the rockchip driver to atomic has significantly impacted cursor performance by making every cursor update wait for vblank. By skipping the vblank sync when the framebuffer has not ch

[PATCH v2 1/3] drm/atomic-helper: Export framebuffer_changed()

2016-01-19 Thread John Keeping
The Rockchip driver cannot use drm_atomic_helper_wait_for_vblanks() because it has hardware counters for neither vblanks nor scanlines. In order to simplify re-implementing the functionality for this driver, export the framebuffer_changed() helper so it can be reused. Signed-off-by: John Keeping

[PATCH v2 0/3] drm/rockchip: fix cursor performance with atomic

2016-01-19 Thread John Keeping
The first two patches are unchanged since v1 but the comment in the third has been expanded following Thierry's comments. John Keeping (3): drm/atomic-helper: Export framebuffer_changed() drm/rockchip: don't wait for vblank if fb hasn't changed drm/rockchip: explain why we can't wait_for_vbl

[libdrm PATCH 2/2] configure.ac: don't detect disabled options dependencies

2016-01-19 Thread Emil Velikov
Hi Marcin, On 9 January 2016 at 17:05, Marcin Ślusarz wrote: > Currently with --disable-amdgpu --disable-valgrind --disable-cairo-tests > cunit, valgrind and cairo are still detected. > Doesn't this patch make 1/2 obsolete ? > Signed-off-by: Marcin Ślusarz Reviewed-by: Emil Velikov > --- >

[PATCH 2/2] drm: etnaviv: add further minor features and varyings count

2016-01-19 Thread Russell King - ARM Linux
On Tue, Jan 19, 2016 at 11:09:57AM +0100, Christian Gmeiner wrote: > Hi Russell, > > 2016-01-19 10:18 GMT+01:00 Russell King : > > + /* > > +* For some cores, two varyings are consumed for position, so the > > +* maximum varying count needs to be reduced by one. > > +

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

2016-01-19 Thread Jean-Francois Moine
On Mon, 18 Jan 2016 11:18:27 +0100 Maxime Ripard wrote: > > Then, the DE2 sources contain only: > > > > All Winner Tech, All Right Reserved. 2014-2015 Copyright (c) > > > > Eventually, there is no copyright/author/history in the HDMI sources. > > That one is nasty though :/ > > It seems t

[PATCH] drm: initialize default rotation value to DRM_ROTATE_0

2016-01-19 Thread Daniel Vetter
On Tue, Jan 19, 2016 at 09:26:48AM +0100, Marek Szyprowski wrote: > When no console framebuffer is enabled, the default plane state is > defined by plane reset function. If driver uses generic helper, then > rotation property is set to zero. This is not a valid value for that > enum. This patch set

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Christian Gmeiner
2016-01-19 9:20 GMT+01:00 Lucas Stach : > Am Dienstag, den 19.01.2016, 08:05 +0100 schrieb Christian Gmeiner: >> The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. >> Userspace still needs to validate the returned values as it can be 0 >> like on the imx6q. >> > We already fix u

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

2016-01-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=108221 --- Comment #13 from Michel Dänzer --- (In reply to Fred Santos from comment #0) > The problem is present only since an update to the kernel 4.3.0-3, the first > versions of 4.3.x were OK for me. Can you find out what changed in 4.3.0-3 compare

[PATCH] drm: initialize default rotation value to DRM_ROTATE_0

2016-01-19 Thread Marek Szyprowski
When no console framebuffer is enabled, the default plane state is defined by plane reset function. If driver uses generic helper, then rotation property is set to zero. This is not a valid value for that enum. This patch sets default rotation value to DRM_ROTATE_0. Signed-off-by: Marek Szyprowski

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Lucas Stach
Am Dienstag, den 19.01.2016, 08:05 +0100 schrieb Christian Gmeiner: > The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. > Userspace still needs to validate the returned values as it can be 0 > like on the imx6q. > We already fix up some of those register values in the kernel i

[PATCH 2/2] drm: etnaviv: add further minor features and varyings count

2016-01-19 Thread Russell King
Export further minor feature bitmasks and the varyings count from the GPU specifications registers to userspace. Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 57 ++- drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 9 ++ include/uapi/drm/etn

[PATCH 1/2] drm: etnaviv: update common and state_hi xml.h files

2016-01-19 Thread Russell King
Update the common and state_hi xml.h header files from the etnaviv repository. Signed-off-by: Russell King --- drivers/gpu/drm/etnaviv/common.xml.h | 48 -- drivers/gpu/drm/etnaviv/state_hi.xml.h | 26 -- 2 files changed, 64 insertions(+), 10 del

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Russell King - ARM Linux
Co-incidentally, I also have a patch series along these same lines created last night, only with all the review points already addressed. I'll send it out momentarily. Not quite fully tested because the VG core causes the kernel to oops when reading /sys/kernel/debug/dri/1/gpu, but tested apart fr

[PATCH 2/2] etnaviv: use stream count from VIVS_HI_CHIP_SPECS_4

2016-01-19 Thread Christian Gmeiner
2016-01-19 8:05 GMT+01:00 Christian Gmeiner : > Freescales v5 kernel driver reads stream count from SPECS_4 register > and if that value is 0 it falls back to the value from CHIP_SPECS. > > Signed-off-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 11 +-- > 1 file c

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Christian Gmeiner
2016-01-19 8:16 GMT+01:00 Ilia Mirkin : > On Tue, Jan 19, 2016 at 2:05 AM, Christian Gmeiner > wrote: >> The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. >> Userspace still needs to validate the returned values as it can be 0 >> like on the imx6q. >> >> Signed-off-by: Christi

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

2016-01-19 Thread Jean-Francois Moine
On Mon, 18 Jan 2016 20:09:04 +0100 Maxime Ripard wrote: > > +static const struct clk_ops clk_sun8i_pll3_fact_ops = { > > + .recalc_rate = sun8i_pll3_recalc_rate, > > + .round_rate = sun8i_pll3_round_rate, > > + .set_rate = sun8i_pll3_set_rate, > > +}; > > We have the clk-factors stuff to h

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
a screenshot of the game window taken just after a freeze occurred. -- 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/20160

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20160119/ddc13b2f/attachment.html>

[PATCH 2/2] etnaviv: use stream count from VIVS_HI_CHIP_SPECS_4

2016-01-19 Thread Christian Gmeiner
Freescales v5 kernel driver reads stream count from SPECS_4 register and if that value is 0 it falls back to the value from CHIP_SPECS. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drive

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Christian Gmeiner
The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. Userspace still needs to validate the returned values as it can be 0 like on the imx6q. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 11 +- drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 3

[Bug 93767] Glitches with soft shadows and MSAA in Knights of the Old Republic 2

2016-01-19 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/20160119/ac52e668/attachment.html>

[Bug 93767] Glitches with soft shadows and MSAA in Knights of the Old Republic 2

2016-01-19 Thread bugzilla-dae...@freedesktop.org
eam/apps/208580/ss_e2043ae5d872d5576fd160acb3aa1169a5d0222c.1920x1080.jpg?t=1451421385 -- 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/20160119/e87ad644/attachment.html>

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
the problems I am getting in OP? Thanks again! -- 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/20160119/71fd6aee/attachment.html>

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
display. -- 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/20160119/3459265a/attachment.html>

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Ilia Mirkin
On Tue, Jan 19, 2016 at 3:11 AM, Christian Gmeiner wrote: > 2016-01-19 8:16 GMT+01:00 Ilia Mirkin : >> On Tue, Jan 19, 2016 at 2:05 AM, Christian Gmeiner >> wrote: >>> The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. >>> Userspace still needs to validate the returned values

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

2016-01-19 Thread bugzilla-dae...@freedesktop.org
/lists.freedesktop.org/archives/dri-devel/attachments/20160119/2f9e6336/attachment.html>

[PATCH 1/2] etnaviv: add gpu param for number of varyings

2016-01-19 Thread Ilia Mirkin
On Tue, Jan 19, 2016 at 2:05 AM, Christian Gmeiner wrote: > The varyings count is stored as part of register VIVS_HI_CHIP_SPECS_3. > Userspace still needs to validate the returned values as it can be 0 > like on the imx6q. > > Signed-off-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etna

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

2016-01-19 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/20160119/cec43906/attachment.html>

[PATCH 1/3] of: Add United Radiant Technology Corporation vendor prefix

2016-01-19 Thread Maciej S. Szmigiero
On 25.11.2015 16:07, Thierry Reding wrote: > On Wed, Oct 07, 2015 at 10:59:53PM +0200, Maciej S. Szmigiero wrote: >> This adds vendor prefix for United Radiant Technology Corporation, >> a provider of liquid crystal display technologies. >> >> Signed-off-by: Maciej Szmigiero >> --- >> Documentati