Re: [PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check

2017-02-26 Thread Thierry Reding
On Fri, Feb 24, 2017 at 10:51:12AM +0100, Lucas Stach wrote: > +CC Thierry, as the drm_panel maintainer. > > Am Donnerstag, den 23.02.2017, 10:54 -0500 schrieb Sean Paul: > > On Wed, Dec 07, 2016 at 11:48:55AM +0200, Laurent Pinchart wrote: > > > Hello, > > > > > > On Wednesday 07 Dec 2016

Re: [git pull] drm for v4.11 - main pull request

2017-02-26 Thread Thomas Hellstrom
On 02/26/2017 10:51 PM, Daniel Vetter wrote: > On Fri, Feb 24, 2017 at 08:47:23PM +0100, Thomas Hellstrom wrote: >> On 02/24/2017 01:01 AM, Dave Airlie wrote: >>> Hi Linus, >>> >>> This is the main drm pull request for v4.11. >> Dave, >> >> I was sort of expecting the vmwgfx control node removal

Re: [PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup

2017-02-26 Thread Thierry Reding
On Sun, Feb 26, 2017 at 08:38:51PM +0100, Daniel Vetter wrote: > Also became a bit a FAQ recently. > > Cc: John Stultz Cc: Thierry Reding > Signed-off-by: Daniel Vetter > --- > Documentation/gpu/todo.rst | 11

Re: ABI navigator for libdrm

2017-02-26 Thread Andrey Ponomarenko
26.02.2017, 22:15, "Daniel Vetter": > On Sun, Feb 26, 2017 at 10:51 AM, Andrey Ponomarenko: >>  Hello, >> >>  I'd like to present the ABI Navigator project to search for binary symbols >> (functions, global data, etc.) across recent versions of the libdrm and >> other open-source libraries: >>

Re: [PATCH] drm/doc: Fix up some kms function names

2017-02-26 Thread Archit Taneja
On 02/27/2017 03:17 AM, Daniel Vetter wrote: On Sun, Feb 26, 2017 at 07:14:07PM +0530, Archit Taneja wrote: On 2/24/2017 7:11 PM, Eric Engestrom wrote: On Wednesday, 2017-02-22 14:17:41 +0530, Archit Taneja wrote: A couple of the kms functions didn't have the correct/newest names. This

Re: [PATCH] dma-buf/reservation: Wrap ww_mutex_trylock

2017-02-26 Thread Daniel Vetter
On Tue, Feb 21, 2017 at 02:38:07PM +0200, Joonas Lahtinen wrote: > On ti, 2017-02-21 at 09:30 +, Chris Wilson wrote: > > In a similar fashion to reservation_object_lock() and > > reservation_object_unlock(), ww_mutex_trylock is also useful and so is > > worth wrapping for consistency. > > > >

Re: [PATCH v2] drm/color: Document CTM eqations

2017-02-26 Thread Daniel Vetter
On Fri, Feb 17, 2017 at 01:54:52PM +, Brian Starkey wrote: > What's the verdict? We've got [1] which is about to become another > (driver) implementation - better to change before that merges than > after I guess. We could also just switch the internal representation to something more

Re: [PATCH v4 00/23] drm/rockchip: MIPI fixes & improvements

2017-02-26 Thread Mark yao
On 2017年02月24日 20:54, John Keeping wrote: This version is mostly small changes in response to review comments from Sean and Chris, the details are in the individual patches. I decided to drop the final patch which adds support for MIPI read commands because I'm not using that feature now and I

[Bug 99488] [r600g]ImageMagick issues in Gaussian Blur kernel

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 --- Comment #14 from nixscrip...@gmail.com --- Created attachment 129933 --> https://bugs.freedesktop.org/attachment.cgi?id=129933=edit numRegs Assert Extra Debugger Info I also played around in the debugger a bit, which may or may not be

[Bug 99970] DRI3 steam login window is empty

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99970 --- Comment #2 from cosiek...@o2.pl --- Created attachment 129934 --> https://bugs.freedesktop.org/attachment.cgi?id=129934=edit piglit dri3 patched In addition to dri setting I'm also using this in xorg.conf Option

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-02-26 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 12:09:51PM -0800, Manasi Navare wrote: > Hi Daniel, > > We have ACKs on the userspace design from both Adams and Eric. > Is this enough to merge the kernel patches? > > I spoke to Eric briefly about this and he gave me a verbal r-b as well. > He said the userspace patches

Re: [PATCH] drm/ttm: fix use-after-free races in vm fault handling

2017-02-26 Thread Daniel Vetter
On Sun, Feb 19, 2017 at 10:32:43AM +0100, Christian König wrote: > Am 18.02.2017 um 23:50 schrieb Nicolai Hähnle: > > From: Nicolai Hähnle > > > > The vm fault handler relies on the fact that the VMA owns a reference > > to the BO. However, once mmap_sem is released,

Re: [Intel-gfx] [PATCH v3 4/8] drm: Add driver-private objects to atomic state

2017-02-26 Thread Daniel Vetter
On Wed, Feb 22, 2017 at 12:01:12AM +, Pandiyan, Dhinakaran wrote: > On Fri, 2017-02-17 at 15:37 +0530, Archit Taneja wrote: > > > > On 02/16/2017 05:43 AM, Pandiyan, Dhinakaran wrote: > > > On Wed, 2017-02-15 at 16:53 +0530, Archit Taneja wrote: > > >> Comparing this func to > > >>

Re: [PATCH] drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned"

2017-02-26 Thread Daniel Vetter
On Thu, Feb 23, 2017 at 07:39:41AM +, Chris Wilson wrote: > On Thu, Feb 23, 2017 at 12:07:17AM +, Colin King wrote: > > From: Colin Ian King > > > > trivial fix to spelling mistake in pr_err message > > > > Signed-off-by: Colin Ian King

Re: [PATCH] drm/doc: Fix up some kms function names

2017-02-26 Thread Daniel Vetter
On Sun, Feb 26, 2017 at 07:14:07PM +0530, Archit Taneja wrote: > > > On 2/24/2017 7:11 PM, Eric Engestrom wrote: > > On Wednesday, 2017-02-22 14:17:41 +0530, Archit Taneja wrote: > > > A couple of the kms functions didn't have the correct/newest names. > > > This prevented them to be identified

Re: [PATCH v3 2/2] drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC

2017-02-26 Thread Daniel Vetter
On Thu, Feb 23, 2017 at 10:02:26AM +0100, Stefan Lengfeld wrote: > Hi Maxime, Hi Ville, > > On Wed, Feb 22, 2017 at 04:52:33PM -0800, Maxime Ripard wrote: > > Hi Ville, Stefan, > > > > On Tue, Feb 21, 2017 at 12:55:01PM +0200, Ville Syrjälä wrote: > > > On Tue, Feb 21, 2017 at 11:00:59AM +0100,

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

2017-02-26 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 12:46:48AM +0800, kbuild test robot wrote: > drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454:2-3: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > Signed-off-by: Fengguang Wu

Re: [PATCH v2 4/4] drm: handle override edid and firmware EDID at drm_do_get_edid() level

2017-02-26 Thread Daniel Vetter
On Fri, Feb 17, 2017 at 05:20:54PM +0200, Jani Nikula wrote: > Handle debugfs override edid and firmware edid at the low level to > transparently and completely replace the real edid. Previously, we > practically only used the modes from the override EDID, and none of the > other data. This also

Re: [Intel-gfx] [PATCH 8/9] drm/i915: Implement .get_format_info() hook for CCS

2017-02-26 Thread Chad Versace
On Wed 04 Jan 2017, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > SKL+ display engine can scan out certain kinds of compressed surfaces > produced by the render engine. This involved telling the display engine > the location of the color control

Re: [PATCH] drm/vmwgfx: Work around drm removal of control nodes

2017-02-26 Thread Daniel Vetter
On Tue, Feb 21, 2017 at 02:05:26PM -0800, Sinclair Yeh wrote: > Reviewed-by: Sinclair Yeh Applied to drm-msic-next-fixes, I'll send the pull request asap. -Daniel > > > On Tue, Feb 21, 2017 at 05:42:27PM +0700, Thomas Hellstrom wrote: > > vmware tools has a daemon that gets

Re: [PATCH 3/3] drm: handle override edid and firmware EDID at drm_do_get_edid() level

2017-02-26 Thread Daniel Vetter
On Thu, Feb 16, 2017 at 09:14:45PM +0200, Ville Syrjälä wrote: > On Thu, Feb 16, 2017 at 08:59:13PM +0200, Jani Nikula wrote: > > On Thu, 16 Feb 2017, Ville Syrjälä wrote: > > > On Thu, Feb 16, 2017 at 07:54:00PM +0200, Jani Nikula wrote: > > >> On Thu, 16 Feb 2017,

Re: [Intel-gfx] [PATCH v1] drm/i915/bxt: use NULL for GPIO connection ID

2017-02-26 Thread Daniel Vetter
On Tue, Feb 21, 2017 at 06:52:24PM +0200, Andy Shevchenko wrote: > On Tue, 2017-02-21 at 18:26 +0200, Jani Nikula wrote: > > On Tue, 21 Feb 2017, Andy Shevchenko > m> wrote: > > > The commit 213e08ad60ba ("drm/i915/bxt: add bxt dsi gpio element > > > support")

Re: [PATCH] drm: Always prepare null framebuffer in transitional helper

2017-02-26 Thread Daniel Vetter
On Thu, Feb 16, 2017 at 02:44:42PM -0200, Gabriel Krisman Bertazi wrote: > Despite the documentation claim that cleanup_fb will match prior calls > to prepare_fb, in case of NULL framebuffers in the transitional helpers, > the code will skip the call to prepare_fb but not the corresponding >

Re: [PULL] mxsfb fixes

2017-02-26 Thread Daniel Vetter
On Tue, Feb 21, 2017 at 10:38:20AM +0200, Jani Nikula wrote: > On Mon, 20 Feb 2017, Marek Vasut wrote: > > On 02/20/2017 10:05 AM, Dave Airlie wrote: > >> On 20 Feb. 2017 18:29, "Marek Vasut" wrote: > >> > >> On 02/20/2017 03:56 AM, Dave Airlie wrote: > >>> On 19

Re: [patch v2] drm/msm/dsi: free first element on error

2017-02-26 Thread Daniel Vetter
On Thu, Feb 16, 2017 at 02:27:08PM +0200, Jani Nikula wrote: > On Thu, 16 Feb 2017, Rob Clark wrote: > > On Thu, Feb 16, 2017 at 7:00 AM, Dan Carpenter > > wrote: > >> We're off by one here. We free something that wasn't allocated and we > >>

Re: [drm] bea5b158ff BUG: unable to handle kernel NULL pointer dereference at 0000000000000748

2017-02-26 Thread Daniel Vetter
On Sat, Feb 18, 2017 at 01:10:47PM +0800, Fengguang Wu wrote: > Greetings, > > FYI, this debug patch triggers BUG in DRM subsystem. > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > commit bea5b158ff0da9c7246ff391f754f5f38e34577a > Author: Rob Herring

Re: [PATCH 3/3] drm/tinydrm: helpers: Properly fix backlight dependency

2017-02-26 Thread Noralf Trønnes
Den 23.02.2017 14.29, skrev Noralf Trønnes: BACKLIGHT_CLASS_DEVICE was selected in the last version of the tinydrm patchset to fix the backlight dependency, but the ifdef CONFIG_BACKLIGHT_CLASS_DEVICE was forgotten. Fix that. Signed-off-by: Noralf Trønnes --- Please

[Bug 99488] [r600g]ImageMagick issues in Gaussian Blur kernel

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 --- Comment #15 from nixscrip...@gmail.com --- Oh, and I almost forgot: if you attach GDB, hit the assert, and leave that bash script running, it will assume the test is hung after a couple minutes and kill it. To prevent this, you'll have to

Re: [PATCH v2 1/2] of: add devm_ functions for populate and depopulate

2017-02-26 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 10:31:25AM -0600, Rob Herring wrote: > On Fri, Feb 24, 2017 at 10:14 AM, Benjamin Gaignard > wrote: > > Lots of calls to of_platform_populate() are not unbalanced by a call > > to of_platform_depopulate(). This create issues while drivers are

Re: [PATCH 0/8] Refactor DC atomic commit and gamma

2017-02-26 Thread Daniel Vetter
On Tue, Feb 14, 2017 at 05:23:53PM -0500, Harry Wentland wrote: > On 2017-02-14 04:30 PM, Daniel Vetter wrote: > > On Fri, Feb 10, 2017 at 11:26:22AM -0500, Harry Wentland wrote: > > > Resending with CC to dri-devel as per Alex's suggestions. This > > > might be of interest to a wider audience. >

[Bug 99970] DRI3 steam login window is empty

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99970 cosiek...@o2.pl changed: What|Removed |Added Priority|medium |high -- You are receiving this mail

Re: [GIT PULL] drm/rockchip: convert to drm_mm

2017-02-26 Thread Mark yao
On 2017年02月27日 04:45, Daniel Vetter wrote: On Thu, Feb 16, 2017 at 11:02:31AM +0800, Mark yao wrote: Hi Dave After convert to drm_mm, rockchip arm64 platform can works with iommu, like rk3399. it's import patches for rockchip arm64 platform And these patches already have full reviewed, I hope

Re: [PATCH v4] drm/color: Document CTM eqations

2017-02-26 Thread Daniel Vetter
On Tue, Jan 31, 2017 at 05:43:48PM +, Brian Starkey wrote: > Explicitly state the expected CTM equations in the kerneldoc for the CTM > property, and the form of the matrix on struct drm_color_ctm. > > Cc: Ville Syrjälä > Cc: Lionel Landwerlin

Re: [PATCH v4 00/23] drm/rockchip: MIPI fixes & improvements

2017-02-26 Thread Chris Zhong
Hi John I have test this v4 series on my RK3399 board, it works well, thanks. Tested-by: Chris Zhong On 02/24/2017 08:54 PM, John Keeping wrote: This version is mostly small changes in response to review comments from Sean and Chris, the details are in the individual

Re: [PATCH 3/3] drm/tinydrm: helpers: Properly fix backlight dependency

2017-02-26 Thread Daniel Vetter
On Sun, Feb 26, 2017 at 11:44:40PM +0100, Noralf Trønnes wrote: > > Den 23.02.2017 14.29, skrev Noralf Trønnes: > > BACKLIGHT_CLASS_DEVICE was selected in the last version of the > > tinydrm patchset to fix the backlight dependency, but the > > ifdef CONFIG_BACKLIGHT_CLASS_DEVICE was forgotten.

Re: [PATCH] drm: drm_printer: add __printf validation

2017-02-26 Thread Daniel Vetter
On Tue, Feb 21, 2017 at 01:18:03AM -0800, Joe Perches wrote: > On Tue, 2017-02-21 at 11:02 +0200, Jani Nikula wrote: > > On Tue, 21 Feb 2017, Joe Perches wrote: > > > On Tue, 2017-02-21 at 10:26 +0200, Jani Nikula wrote: > > > > You know how this stuff works, please split it up

Re: [Intel-gfx] [PATCH v3 12/12] drm/i915: Listen for PMIC bus access notifications

2017-02-26 Thread Daniel Vetter
On Mon, Feb 20, 2017 at 09:29:10AM +0100, Hans de Goede wrote: > Hi, > > On 16-02-17 20:02, Jani Nikula wrote: > > On Thu, 16 Feb 2017, Ville Syrjälä wrote: > > > On Fri, Feb 10, 2017 at 11:28:02AM +0100, Hans de Goede wrote: > > > > Listen for PMIC bus access

Re: [RFC simple allocator v2 1/2] Create Simple Allocator module

2017-02-26 Thread Daniel Vetter
On Wed, Feb 15, 2017 at 12:15:26PM +, Mark Brown wrote: > On Tue, Feb 14, 2017 at 09:59:55PM +0200, Laurent Pinchart wrote: > > On Tuesday 14 Feb 2017 20:44:44 Daniel Vetter wrote: > > > > ADF was probably the best example in this. KMS also took a while until all > > > the fbdev wheels have

[PATCH 1/2] drm/docs: Record TODO about plane clipping

2017-02-26 Thread Daniel Vetter
It's such a mess that it's become a FAQ :( Cc: Ville Syrjälä Cc: Russell King - ARM Linux Signed-off-by: Daniel Vetter --- Documentation/gpu/todo.rst | 12 1 file changed, 12 insertions(+) diff --git

Re: [git pull] drm for v4.11 - main pull request

2017-02-26 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 08:47:23PM +0100, Thomas Hellstrom wrote: > On 02/24/2017 01:01 AM, Dave Airlie wrote: > > Hi Linus, > > > > This is the main drm pull request for v4.11. > Dave, > > I was sort of expecting the vmwgfx control node removal workaround to be > in here. We're sort of blocked

Re: ABI navigator for libdrm

2017-02-26 Thread Daniel Vetter
On Sun, Feb 26, 2017 at 10:51 AM, Andrey Ponomarenko wrote: > Hello, > > I'd like to present the ABI Navigator project to search for binary symbols > (functions, global data, etc.) across recent versions of the libdrm and other > open-source libraries:

Re: [PATCH] drm: Always prepare null framebuffer in transitional helper

2017-02-26 Thread Daniel Vetter
On Sun, Feb 26, 2017 at 09:57:16PM +0100, Daniel Vetter wrote: > On Thu, Feb 16, 2017 at 02:44:42PM -0200, Gabriel Krisman Bertazi wrote: > > Despite the documentation claim that cleanup_fb will match prior calls > > to prepare_fb, in case of NULL framebuffers in the transitional helpers, > > the

Re: [PATCH v3 1/2] drm/fb-helper: Add multi buffer support for cma fbdev

2017-02-26 Thread Daniel Vetter
On Wed, Feb 22, 2017 at 04:49:01PM -0800, Maxime Ripard wrote: > Hi Stefan, > > On Mon, Feb 20, 2017 at 06:07:10PM +0100, Stefan Lengfeld wrote: > > Hi Maxime, > > > > sorry, I have missed the discussion about the double buffering/virtual > > surface size patch series two weeks ago. My comments

Re: [GIT PULL] drm/rockchip: convert to drm_mm

2017-02-26 Thread Daniel Vetter
On Thu, Feb 16, 2017 at 11:02:31AM +0800, Mark yao wrote: > Hi Dave > > After convert to drm_mm, rockchip arm64 platform can works with iommu, like > rk3399. it's import patches for rockchip arm64 platform > > And these patches already have full reviewed, I hope these patches can be > landed. >  

Re: [Intel-gfx] [PATCH v3 7/8] drm: Connector helper function to release resources

2017-02-26 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 12:52:53AM +, Pandiyan, Dhinakaran wrote: > On Thu, 2017-02-16 at 09:09 +, Lankhorst, Maarten wrote: > > Daniel Vetter schreef op di 14-02-2017 om 20:51 [+0100]: > > > On Mon, Feb 13, 2017 at 10:26 PM, Pandiyan, Dhinakaran > > >

[PATCH] drm: mxsfb: Assure CTRL and CTRL1 values are latched into HW

2017-02-26 Thread Marek Vasut
For reasons unknown, the first write into CTRL and CTRL1 registers is not actually latched into the hardware and the data read back are the reset values. Second write into the same registers has the expected effect though and a readback returns the written values. Add the second write.

Re: [PULL] mxsfb fixes

2017-02-26 Thread Marek Vasut
On 02/21/2017 09:38 AM, Jani Nikula wrote: > On Mon, 20 Feb 2017, Marek Vasut wrote: >> On 02/20/2017 10:05 AM, Dave Airlie wrote: >>> On 20 Feb. 2017 18:29, "Marek Vasut" wrote: >>> >>> On 02/20/2017 03:56 AM, Dave Airlie wrote: On 19 February 2017 at 08:25,

Re: [BUG] hdlcd gets confused about base address

2017-02-26 Thread Daniel Vetter
On Wed, Feb 22, 2017 at 05:42:30PM +0200, Ville Syrjälä wrote: > On Mon, Feb 20, 2017 at 06:59:49PM +, Russell King - ARM Linux wrote: > > On Mon, Feb 20, 2017 at 08:05:58PM +0200, Ville Syrjälä wrote: > > > This stuff should be using the clipped coordinates, not the user > > > coordinates.

Re: [PATCH] drm/via: use get_user_pages_unlocked()

2017-02-26 Thread Daniel Vetter
On Mon, Feb 20, 2017 at 06:46:54PM +, Lorenzo Stoakes wrote: > On 6 January 2017 at 07:09, Lorenzo Stoakes wrote: > > > > Adding Andrew, as this may be another less active corner of the corner, > > thanks! > > Hi all, > > Thought I'd also give this one a gentle nudge

Re: [PULL] mxsfb fixes

2017-02-26 Thread Marek Vasut
-2.6.git tags/mxsfb-fixes-20170226 for you to fetch changes up to d83574b9f0494d8bc4f00704483c6f1d3cd3ce30: drm: mxsfb: Implement drm_panel handling (2017-02-26 13:22:05 +0100) Fabio Estevam (2): drm: mxsfb_crtc: Fix

[PATCH] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-26 Thread Christophe JAILLET
If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the clk already handled. With the current implemenatation, we try to do that on the clk that has triggered the error, which is a no-op, and leave 'msm_host->bus_clks[0]' untouched. Shift by one the index array to free resources

[PATCH v2] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-26 Thread Christophe JAILLET
If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the clk already handled. With the current implemenatation, we try to do that on the clk that has triggered the error, which is a no-op and leave msm_host->bus_clks[0] untouched. Count forward in order to fix it and be more

[PATCH 2/2] drm/doc: Capture TODO for deferred fbdev setup

2017-02-26 Thread Daniel Vetter
Also became a bit a FAQ recently. Cc: John Stultz Signed-off-by: Daniel Vetter --- Documentation/gpu/todo.rst | 11 +++ 1 file changed, 11 insertions(+) diff --git

[Bug 99488] [r600g]ImageMagick issues in Gaussian Blur kernel

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 nixscrip...@gmail.com changed: What|Removed |Added Summary|[r600g]OpenCL driver causes |[r600g]ImageMagick issues

[Bug 99974] Pinned memory is extremely slow on Dolphin

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99974 Bug ID: 99974 Summary: Pinned memory is extremely slow on Dolphin Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

[Bug 99970] DRI3 steam login window is empty

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99970 --- Comment #1 from cosiek...@o2.pl --- Created attachment 129932 --> https://bugs.freedesktop.org/attachment.cgi?id=129932=edit Piglit dri2 patched I'm testing mesa with patch for this bug: https://bugs.freedesktop.org/show_bug.cgi?id=98869

[Bug 37724] r300g with HyperZ/Z compression: occlusion queries are messed up in ut2004 (regression, bisected)

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37724 --- Comment #18 from cosiek...@o2.pl --- Created attachment 129931 --> https://bugs.freedesktop.org/attachment.cgi?id=129931=edit piglit w/o hyperz I'm testing mesa with patch for this bug: https://bugs.freedesktop.org/show_bug.cgi?id=98869

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98869 --- Comment #29 from cosiek...@o2.pl --- https://bugs.freedesktop.org/show_bug.cgi?id=99970 -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98869 --- Comment #28 from cosiek...@o2.pl --- Created attachment 129930 --> https://bugs.freedesktop.org/attachment.cgi?id=129930=edit Piglit dri2 patched This is piglit test with patched mesa. If someone want to take a look and write proper patch

Re: [PATCH v2] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-26 Thread Rob Clark
On Sun, Feb 26, 2017 at 7:10 AM, Christophe JAILLET wrote: > If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the > clk already handled. > > With the current implemenatation, we try to do that on the clk that has > triggered the error, which is a

[Bug 99972] xf86drm.h:40:17: error: drm.h: No such file or directory

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99972 Christian König changed: What|Removed |Added Status|RESOLVED|CLOSED --

Re: [PATCH v2] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-26 Thread walter harms
looks good to me. Reviewed-by: wha...@bfs.de Am 26.02.2017 13:10, schrieb Christophe JAILLET: > If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the > clk already handled. > > With the current implemenatation, we try to do that on the clk that has > triggered the error,

[Bug 99972] xf86drm.h:40:17: error: drm.h: No such file or directory

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99972 Joaquín Montero Salinas changed: What|Removed |Added Resolution|--- |NOTABUG

[Bug 99972] xf86drm.h:40:17: error: drm.h: No such file or directory

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99972 --- Comment #1 from Emil Velikov --- Me again ... There is some contradiction in your statement - "drm.h" doesn't exist. "drm.h" does exist in X :-P But seriously, sounds like want to read-up on pkg-config [1]. In a

Re: [PATCH] drm/doc: Fix up some kms function names

2017-02-26 Thread Archit Taneja
On 2/24/2017 7:11 PM, Eric Engestrom wrote: On Wednesday, 2017-02-22 14:17:41 +0530, Archit Taneja wrote: A couple of the kms functions didn't have the correct/newest names. This prevented them to be identified as refs in the html doc. Signed-off-by: Archit Taneja

[Bug 99972] xf86drm.h:40:17: error: drm.h: No such file or directory

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99972 Bug ID: 99972 Summary: xf86drm.h:40:17: error: drm.h: No such file or directory Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All)

Re: [PATCH] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-26 Thread Rob Clark
On Sun, Feb 26, 2017 at 2:52 AM, Christophe JAILLET wrote: > If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the > clk already handled. > > With the current implemenatation, we try to do that on the clk that has > triggered the error, which is a

Re: [PATCH 0/8] ARM: sun8i: a33: Mali improvements

2017-02-26 Thread Emil Velikov
Hi Maxime, Thanks for the links. On 24 February 2017 at 00:19, Maxime Ripard wrote: > Hi, > > On Fri, Feb 17, 2017 at 08:39:33PM +, Emil Velikov wrote: >> As I feared things have taken a turn for the bitter end :-] >> >> It seems that this is a heated

[Bug 99970] DRI3 steam login window is empty

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99970 Bug ID: 99970 Summary: DRI3 steam login window is empty Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity:

ABI navigator for libdrm

2017-02-26 Thread Andrey Ponomarenko
Hello, I'd like to present the ABI Navigator project to search for binary symbols (functions, global data, etc.) across recent versions of the libdrm and other open-source libraries: https://abi-laboratory.pro/index.php?view=navigator The project allows to find out in which versions of the

Re: [PATCH] drm/msm/dsi: Fix the releasing of resources in error path in 'dsi_bus_clk_enable()'

2017-02-26 Thread walter harms
Am 26.02.2017 08:52, schrieb Christophe JAILLET: > If a 'clk_prepare_enable()' fails, then we need to disable_unprepare the > clk already handled. > > With the current implemenatation, we try to do that on the clk that has > triggered the error, which is a no-op, and leave

[Bug 99136] Blood Effects Total War: Warhammer

2017-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99136 --- Comment #36 from siyia --- need bigger upload limit than 2gb compressed file is 2.3gb. -- You are receiving this mail because: You are the assignee for the bug.___