[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #47 from Marek Olšák --- The log is truncated for some reason. Can you apply this to make it shorter? diff --git a/src/gallium/drivers/radeonsi/si_debug.c b/src/gallium/drivers/radeonsi/si_debug.c index 5e80469cee1..325e1e3ed01

Re: [PATCH 10/14] drm/msm/dpu: move hw resource tracking to crtc state

2018-08-31 Thread Jeykumar Sankaran
On 2018-08-31 07:56, Sean Paul wrote: On Tue, Aug 28, 2018 at 05:39:59PM -0700, Jeykumar Sankaran wrote: Prep changes for state based resource management. Moves all the hw block tracking for the crtc to the state object. Changes in v4... Signed-off-by: Jeykumar Sankaran ---

[PATCH 2/2] vgaarb: Keep adding VGA device in queue

2018-08-31 Thread Aaron Ma
If failed to find the deivice owning the boot framebuffer, try to use the first VGA device instead of the last one. Usually the 1st device is integrated GPU who owns the boot framebuffer. Signed-off-by: Aaron Ma --- drivers/gpu/vga/vgaarb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 1/2] vgaarb: Add support for 64-bit frame buffer address

2018-08-31 Thread Aaron Ma
EFI GOP uses 64-bit frame buffer address when some BIOS disabled CSM support. vgaarb only stores lfb_base, this will lead boot framebuffer to wrong device. Add ext_lfb_base support to use 64-bit fb address. Signed-off-by: Aaron Ma --- drivers/gpu/vga/vgaarb.c | 19 +-- 1 file

[PATCH 3/3] drm: rcar-du: Update framebuffer pitch and alignment limits for Gen3

2018-08-31 Thread Kieran Bingham
From: Laurent Pinchart The framebuffer pitch and alignment constraints reflect the limitations of the Gen2 DU hardware. On Gen3, the DU has no memory interface and thus doesn't impose any constraint. The limitations come instead from the VSP that has a limit of 65535 bytes for the pitch and no

[PATCH 1/3] drm: rcar-du: Update Gen3 output limitations

2018-08-31 Thread Kieran Bingham
The R-Car Gen3 DU utilises the VSP1 hardware for memory access. The limits on the RPF and WPF in this pipeline are 8190x8190. Update the supported maximum sizes accordingly. Signed-off-by: Kieran Bingham --- drivers/gpu/drm/rcar-du/rcar_du_kms.c | 14 -- 1 file changed, 12

[PATCH 0/3] drm: rcar-du: Update DU support

2018-08-31 Thread Kieran Bingham
3 patches to remove current limitations in the DU. Image formats that the hardware is capable of were not listed in the driver, and are added by Koji Masuoka. Frame sizes on Gen3 platforms were artificially limited to the Gen2 framesizes, and so this has been lifted to support larger displays

[PATCH 2/3] drm: rcar-du: Add pixel format support

2018-08-31 Thread Kieran Bingham
From: Koji Matsuoka This patch supports pixel format of RGB332, ARGB, XRGB, BGR888, RGB888, BGRA, BGRX and YVYU. VYUY pixel format is not supported by H/W specification. Signed-off-by: Koji Matsuoka Signed-off-by: Kieran Bingham --- This patch does not remove existing

[Bug 107689] System freezes on shutdown. [drm:gfx_v8_0_hw_fini [amdgpu]] *ERROR* KCQ disabled failed (scratch(0xC040)=0xCAFEDEAD)

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107689 --- Comment #7 from john-s...@gmx.net --- What I have done: - Applied the patches - Pressed the power on button for suspend - Pressed the power on button again for resume - Copy and paste the dmesg log How critical are these errors?

Re: [PATCH 05/14] drm/msm/dpu: enable master-slave encoders explicitly

2018-08-31 Thread Jeykumar Sankaran
On 2018-08-30 09:24, Sean Paul wrote: On Tue, Aug 28, 2018 at 05:39:54PM -0700, Jeykumar Sankaran wrote: Identify slave-master encoders during initialization and enable the encoders explicitly as the current logic has redundant and ambiguous loops. Please include a "Changes in vX" section so

Re: [PATCH 05/14] drm/msm/dpu: enable master-slave encoders explicitly

2018-08-31 Thread Sean Paul
On Fri, Aug 31, 2018 at 12:16:46PM -0700, Jeykumar Sankaran wrote: > On 2018-08-30 09:24, Sean Paul wrote: > > On Tue, Aug 28, 2018 at 05:39:54PM -0700, Jeykumar Sankaran wrote: > > > Identify slave-master encoders during initialization and enable > > > the encoders explicitly as the current logic

[Bug 107045] [4.18rc2] RX470 dGPU on hybrid laptop freezes screen after use

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107045 --- Comment #22 from taij...@posteo.de --- OK, after some further testing, here is some more information on my issue: 1) It turns out that the crashing/hanging behaviour ONLY happens when I'm logged into a graphical session (GNOME in my case).

[Bug 107045] [4.18rc2] RX470 dGPU on hybrid laptop freezes screen after use

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107045 --- Comment #23 from taij...@posteo.de --- Oh, and before I forget - GNOME bug is here: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/53 -- You are receiving this mail because: You are the assignee for the

Re: [PATCH 10/14] drm/msm/dpu: move hw resource tracking to crtc state

2018-08-31 Thread Sean Paul
On Fri, Aug 31, 2018 at 12:22:04PM -0700, Jeykumar Sankaran wrote: > On 2018-08-31 07:56, Sean Paul wrote: > > On Tue, Aug 28, 2018 at 05:39:59PM -0700, Jeykumar Sankaran wrote: > > > Prep changes for state based resource management. > > > > > > Moves all the hw block tracking for the crtc to the

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-08-31 Thread Daniel Stone
Hi Eric, On Fri, 31 Aug 2018 at 15:22, Eric Engestrom wrote: > +- LIBPCIACCESS_VERSION=libpciaccess-0.10 && > + wget --no-check-certificate > https://xorg.freedesktop.org/releases/individual/lib/$LIBPCIACCESS_VERSION.tar.bz2 > && Why are you using --no-check-certificate?! Cheers,

Re: [PATCH libdrm] libdrm: Allow dynamic drm majors on linux

2018-08-31 Thread Thomas Hellstrom
On 08/31/2018 05:27 PM, Emil Velikov wrote: On 31 August 2018 at 15:38, Michel Dänzer wrote: [ Adding the amd-gfx list ] On 2018-08-31 3:05 p.m., Thomas Hellstrom wrote: On 08/31/2018 02:30 PM, Emil Velikov wrote: On 31 August 2018 at 12:54, Thomas Hellstrom wrote: To determine whether a

Re: [PATCH] drm: Describe pixel_blend_mode in drm_plane_state

2018-08-31 Thread Sean Paul
On Fri, Aug 31, 2018 at 05:24:46PM +0200, Maarten Lankhorst wrote: > Op 31-08-18 om 17:09 schreef Sean Paul: > > From: Sean Paul > > > > Adds docs for pixel_blend_mode in drm_plane_state. Fixes the warning > > found by kbuild test robot: > > > > htmldocs: include/drm/drm_plane.h:189: warning:

Re: [PATCH 12/14] drm/msm/dpu: remove topology name

2018-08-31 Thread Sean Paul
On Tue, Aug 28, 2018 at 05:40:01PM -0700, Jeykumar Sankaran wrote: > Strip down the support for topology enums. It > can be replaced with simple hw count checks. > Changes in v4: ... > Signed-off-by: Jeykumar Sankaran > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c| 3 -- >

[Bug 93829] [Wine] Lockup with MotoGP 2

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93829 --- Comment #3 from Clément Guérin --- I will try with my R9 Fury. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop.org

[Bug 100995] System hang using OpenGL 4+ features

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100995 Paul changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 107572] Unrecoverable GPU hang with IP block:gfx_v8_0 is hung

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107572 --- Comment #19 from Andrew Cook --- Tried again using the debug kernel in fedora Couldn't reproduce the unigen crash Obduction crashed in the same way, nothing new in dmesg Kernel: 4.17.19-200.fc28.x86_64+debug -- You are receiving this

Re: [PATCH] Documentation/fb/vesafb.txt: "inverse" option corrections

2018-08-31 Thread Jonathan Corbet
On Thu, 16 Aug 2018 21:12:07 -0700 Randy Dunlap wrote: > From: Randy Dunlap > > Spell the vesafb "inverse" option correctly and tell what it does. > Applied, thanks. This is the first nontrivial change to this file since 2005... jon ___ dri-devel

Re: [PATCH 0/2] drm/nouveau: Use more standard logging styles

2018-08-31 Thread Lyude Paul
For the whole series: Reviewed-by: Lyude Paul Nice catch! On Thu, 2018-08-30 at 11:36 -0700, Joe Perches wrote: > Reduces object size ~4kb > > Joe Perches (2): > drm/nouveau: Add new logging function nv_cli_printk > drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_ > macros >

Re: [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization

2018-08-31 Thread Lyude Paul
On Fri, 2018-08-31 at 10:53 +0200, Daniel Vetter wrote: > On Mon, Aug 27, 2018 at 08:36:24PM -0400, Lyude Paul wrote: > > Currently all debugfs related initialization for the DRM core happens in > > drm_debugfs_init(), which is called when registering the minor device. > > While this works fine

[Bug 200645] 4.18-rc regression bisected to e03fd3f30: amdgpu polaris11/rx460 only activates on one output/monitor of two

2018-08-31 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200645 Duncan (1i5t5.dun...@cox.net) changed: What|Removed |Added Kernel Version|4.18-rc1-4.18-rc6+ |4.18-rc1-4.19-rc1 ---

[Bug 107694] [wine] RAGE: texture problems

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107694 --- Comment #2 from Sven Arvidsson --- Created attachment 141396 --> https://bugs.freedesktop.org/attachment.cgi?id=141396=edit rendering on i965/skylake Can't say that I agree. Attached is a screenshot from the same place in the game, with

[PATCH v3] of/platform: initialise AMBA default DMA masks

2018-08-31 Thread Linus Walleij
This addresses a v4.19-rc1 regression in the PL111 DRM driver in drivers/gpu/pl111/* The driver uses the CMA KMS helpers and will thus at some point call down to dma_alloc_attrs() to allocate a chunk of contigous DMA memory for the framebuffer. It appears that in v4.18, it was OK that this (and

[Bug 98977] Regression on X-Plane on mesa-git

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98977 Timothy Arceri changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 80690] Suddenly X halts

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80690 Timothy Arceri changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 82455] [SPARC] Failed to allocate virtual address for buffer

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82455 Timothy Arceri changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 97003] [d3dadapter+radeonsi] Dragon's Dogma: video memory leak with precompiled shaders

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97003 Timothy Arceri changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Bug 93199] IGT: Couldn't map MMIO region

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93199 Jani Nikula changed: What|Removed |Added Resolution|--- |NOTOURBUG Status|NEEDINFO

[Bug 93199] IGT: Couldn't map MMIO region

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93199 Jani Nikula changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

Re: [Intel-gfx] [PATCH v7 2/2] drm/i915: Adding YUV444 packed format(DRM_FORMAT_XYUV) support.

2018-08-31 Thread Lisovskiy, Stanislav
On Thu, 2018-08-30 at 11:15 -0700, Dhinakaran Pandiyan wrote: > On Thu, 2018-08-30 at 13:57 +0100, Lisovskiy, Stanislav wrote: > > On Wed, 2018-08-29 at 12:16 -0700, Dhinakaran Pandiyan wrote: > > > > > > On Wed, 2018-08-29 at 21:10 +0300, Ville Syrjälä wrote: > > > > On Wed, Aug 29, 2018 at

Re: [PATCH libdrm v2 4/5] intel: make gen9 use generic gen macro

2018-08-31 Thread Chris Wilson
Quoting Lucas De Marchi (2018-08-29 01:35:31) > The 2 PCI IDs that are used for the command line overrid mechanism > were left defined. The rest can be gone and then we just use the kernel > defines. > > Signed-off-by: Lucas De Marchi > --- > intel/intel_chipset.c | 5 ++ >

Re: [ANNOUNCE] libdrm 2.4.94

2018-08-31 Thread Daniel Vetter
On Fri, Aug 24, 2018 at 06:37:35PM +0200, Michel Dänzer wrote: > On 2018-08-24 6:27 p.m., Kristian Høgsberg wrote: > > > > I don't know what all is pending for libdrm, but I know that we've > > agreed on a very low bar for when to release libdrm: > > > >"The release criteria for libdrm is

Re: [PATCH] drm/vkms: Fix race condition around accessing frame number

2018-08-31 Thread Daniel Vetter
On Fri, Aug 24, 2018 at 02:16:34AM +0300, Haneen Mohammed wrote: > crtc_state is accessed by both vblank_handle() and the ordered > work_struct handle vkms_crc_work_handle() to retrieve and or update > the frame number for computed CRC. > > Since work_struct can fail, add frame_end to account for

[Bug 68085] Xorg crash in do_winsys_init

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68085 Timothy Arceri changed: What|Removed |Added Resolution|WORKSFORME |WONTFIX -- You are receiving this

[Bug 68085] Xorg crash in do_winsys_init

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68085 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PATCH v2.1 06/23] v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY

2018-08-31 Thread Sakari Ailus
The CSI-2 bus may use either D-PHY or C-PHY. Make this visible in media bus enum. Signed-off-by: Sakari Ailus Tested-by: Steve Longerbeam --- since v2: - drivers/gpu/ipu-v3/ipu-csi.c got changed, requiring changes here. drivers/gpu/ipu-v3/ipu-csi.c | 6 +++---

[PATCH 2/2] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()

2018-08-31 Thread Dan Carpenter
The "index + count" addition can overflow. Both come directly from the user. This bug leads to an information leak. Signed-off-by: Dan Carpenter --- Btw, commit 250c6c49e3b6 ("fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in sbusfb_ioctl_helper().") doesn't do anything so far

[PATCH 1/2] fbdev: sbuslib: use checked version of put_user()

2018-08-31 Thread Dan Carpenter
I'm not sure why the code assumes that only the first put_user() needs an access_ok() check. I have made all the put_user() and get_user() calls checked. Signed-off-by: Dan Carpenter diff --git a/drivers/video/fbdev/sbuslib.c b/drivers/video/fbdev/sbuslib.c index a436d44f1b7f..90c51330969c

Re: [PATCH v2 4/5] drm: Add support for handling linear tile formats

2018-08-31 Thread Daniel Vetter
On Thu, Aug 23, 2018 at 06:43:40PM +0100, Alexandru-Cosmin Gheorghe wrote: > On Wed, Aug 22, 2018 at 10:18:51PM +0200, Daniel Vetter wrote: > > On Tue, Aug 21, 2018 at 07:30:03PM +0100, Alexandru Gheorghe wrote: > > > The previous patch added tile_w and tile_h, which represent the > > > horizontal

Re: [PATCH libdrm v2 4/5] intel: make gen9 use generic gen macro

2018-08-31 Thread Chris Wilson
Quoting Lucas De Marchi (2018-08-29 17:01:11) > On Wed, Aug 29, 2018 at 11:32:35AM +0100, Chris Wilson wrote: > > Quoting Lucas De Marchi (2018-08-29 01:35:31) > > > The 2 PCI IDs that are used for the command line overrid mechanism > > > were left defined. > > > > What makes them so special? Why

Re: [PATCH v7] Add udmabuf misc device

2018-08-31 Thread Daniel Vetter
On Mon, Aug 27, 2018 at 11:34:44AM +0200, Gerd Hoffmann wrote: > A driver to let userspace turn memfd regions into dma-bufs. > > Use case: Allows qemu create dmabufs for the vga framebuffer or > virtio-gpu ressources. Then they can be passed around to display > those guest things on the host.

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92039 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 100995] System hang using OpenGL 4+ features

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100995 Timothy Arceri changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Timothy

[PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()

2018-08-31 Thread Michał Mirosław
Interpret (otherwise-invalid) NULL apertures argument to mean all-memory range. This will allow to remove several duplicates of this code from drivers in following patches. Signed-off-by: Michał Mirosław [for v1] Acked-by: Bartlomiej Zolnierkiewicz --- v2: added kerneldoc to corresponding DRM

[PATCH v2 08/12] drm/radeon: use simpler remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Signed-off-by: Michał Mirosław Acked-by: Alex Deucher Acked-by: Daniel Vetter --- drivers/gpu/drm/radeon/radeon_drv.c | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index

[PATCH v2 05/12] drm/bochs: use simpler remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Signed-off-by: Michał Mirosław Acked-by: Daniel Vetter --- drivers/gpu/drm/bochs/bochs_drv.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/gpu/drm/bochs/bochs_drv.c b/drivers/gpu/drm/bochs/bochs_drv.c index 7b20318483e4..c61b40c72b62 100644 ---

Re: [PATCH V3] drm: handle error values properly

2018-08-31 Thread Nicholas Mc Guire
On Wed, Jul 18, 2018 at 11:14:04AM +0200, Nicholas Mc Guire wrote: > drm_legacy_ctxbitmap_next() returns idr_alloc() which can return > -ENOMEM, -EINVAL or -ENOSPC none of which are -1. since drm_context_t > is an unsigned int an intermediate variable is used to handle the > error cases, and then

[PATCH v2 09/12] drm/virtio: use simpler remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Signed-off-by: Michał Mirosław Acked-by: Daniel Vetter --- drivers/gpu/drm/virtio/virtgpu_drm_bus.c | 24 +++- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_drm_bus.c b/drivers/gpu/drm/virtio/virtgpu_drm_bus.c index

[PATCH v2 04/12] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Signed-off-by: Michał Mirosław Acked-by: Alex Deucher Acked-by: Daniel Vetter --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 24 +--- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Re: [PATCH 0/2] staging: vboxvideo: Add page-flip support

2018-08-31 Thread Steve Longerbeam
Hi all, On 08/07/2018 02:57 PM, Steve Longerbeam wrote: On 08/06/2018 01:34 AM, Daniel Vetter wrote: On Fri, Jul 20, 2018 at 10:17:29AM -0700, Steve Longerbeam wrote: Adds crtc page-flip support by passing the new requested framebuffer to vbox_crtc_do_set_base(). There is no attempt to

[PATCH v2 12/12] drm/tegra: kick out simplefb

2018-08-31 Thread Michał Mirosław
Kick out firmware fb when loading Tegra driver. Signed-off-by: Michał Mirosław Acked-by: Daniel Vetter --- drivers/gpu/drm/tegra/drm.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c index 7afe2f635f74..b51ec138fed2 100644 ---

[PATCH v2 07/12] drm/mgag200: use simpler remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Remove duplicated call, while at it. Signed-off-by: Michał Mirosław Acked-by: Daniel Vetter --- drivers/gpu/drm/mgag200/mgag200_drv.c | 21 + drivers/gpu/drm/mgag200/mgag200_main.c | 9 - 2 files changed, 1 insertion(+), 29 deletions(-) diff --git

[PATCH v2 01/12] fbdev: show fbdev number for debugging

2018-08-31 Thread Michał Mirosław
Signed-off-by: Michał Mirosław Acked-by: Bartlomiej Zolnierkiewicz Acked-by: Daniel Vetter --- drivers/video/fbdev/core/fbmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c index

[PATCH v2 11/12] drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)

2018-08-31 Thread Michał Mirosław
Use remove_conflicting_framebuffers(NULL) instead of duplicating it. Signed-off-by: Michał Mirosław Acked-by: Maxime Ripard Acked-by: Daniel Vetter --- drivers/gpu/drm/sun4i/sun4i_drv.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git

[PATCH v2 06/12] drm/cirrus: use simpler remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Signed-off-by: Michał Mirosław Acked-by: Daniel Vetter --- drivers/gpu/drm/cirrus/cirrus_drv.c | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c index 69c4e352dd78..85ed8657c862

[PATCH v2 03/12] fbdev: add remove_conflicting_pci_framebuffers()

2018-08-31 Thread Michał Mirosław
Almost all PCI drivers using remove_conflicting_framebuffers() wrap it with the same code. Signed-off-by: Michał Mirosław [for v1] Acked-by: Bartlomiej Zolnierkiewicz --- v2: add kerneldoc for DRM helper --- drivers/video/fbdev/core/fbmem.c | 22 ++

[PATCH v2 00/12] remove_conflicting_framebuffers() cleanup

2018-08-31 Thread Michał Mirosław
This series cleans up duplicated code for replacing firmware FB driver with proper DRI driver and adds handover support to Tegra driver. This is a sligtly updated version of a series sent on 24 Nov 2017. v2: - rebased on current drm-next - dropped staging/sm750fb changes - added kernel docs

[PATCH v2 10/12] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)

2018-08-31 Thread Michał Mirosław
Use remove_conflicting_framebuffers(NULL) instead of open-coding it. Signed-off-by: Michał Mirosław Acked-by: Eric Anholt Acked-by: Daniel Vetter --- drivers/gpu/drm/vc4/vc4_drv.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git

Re: [PATCH v2 4/5] drm: Add support for handling linear tile formats

2018-08-31 Thread Daniel Vetter
On Thu, Aug 23, 2018 at 06:19:31PM +0100, Alexandru-Cosmin Gheorghe wrote: > On Thu, Aug 23, 2018 at 05:30:36PM +0300, Ville Syrjälä wrote: > > On Wed, Aug 22, 2018 at 09:48:29PM +0200, Daniel Vetter wrote: > > > On Wed, Aug 22, 2018 at 4:05 PM, Alexandru-Cosmin Gheorghe > > > wrote: > > > > On

[PATCH v2] of/platform: initialise AMBA default DMA masks

2018-08-31 Thread Linus Walleij
This addresses a v4.19-rc1 regression in the PL111 DRM driver in drivers/gpu/pl111/* The driver uses the CMA KMS helpers and will thus at some point call down to dma_alloc_attrs() to allocate a chunk of contigous DMA memory for the framebuffer. It appears that in v4.18, it was OK that this (and

[Bug 105379] The Witcher: Enhanced Edition under Wine fails to launch

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105379 Timothy Arceri changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Timothy

[Bug 88925] GPU lockup in XCOM with R270X

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88925 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80419 --- Comment #152 from Timothy Arceri --- *** Bug 88925 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing

Re: [PATCH v6] Add udmabuf misc device

2018-08-31 Thread Gerd Hoffmann
Hi, > > qemu can use memfd to allocate guest ram. Now, with the help of > > udmabuf, qemu can create a *host* dma-buf for the *guest* graphics > > buffer. > > Guess each physical address in the iovec in > VIRTIO_GPU_CMD_RESOURCE_ATTACH_BACKING can be passed as the offset in the >

Re: [RFC PATCH v2 1/3] drm/fourcc: Add 'bpp' field for formats with non-integer bytes-per-pixel

2018-08-31 Thread Daniel Vetter
On Thu, Aug 23, 2018 at 04:23:41PM +0100, Brian Starkey wrote: > Some formats have a non-integer number of bytes per pixel, which can't > be handled with the existing 'cpp' field in drm_format_info. To handle > these formats, add a 'bpp' field, which is only used if cpp[0] == 0. > > This updates

Re: [PATCH libdrm v2 1/5] intel: add generic functions to check PCI ID

2018-08-31 Thread Chris Wilson
Quoting Lucas De Marchi (2018-08-29 01:35:28) > +static const struct pci_device { > + uint16_t device; > + uint16_t gen; > +} pciids[] = { Add a comment here as well for the ordering requirement. /* Keep ids sorted by gen; latest gen first */ We're unlikely to notice a comment in

Re: [PATCH (repost) 5/5] drm/amdgpu: add DisplayPort CEC-Tunneling-over-AUX support

2018-08-31 Thread Hans Verkuil
On 08/24/2018 04:59 PM, Alex Deucher wrote: > On Fri, Aug 24, 2018 at 3:20 AM Hans Verkuil wrote: >> >> On 08/23/2018 08:38 PM, Harry Wentland wrote: >>> On 2018-08-17 10:11 AM, Hans Verkuil wrote: From: Hans Verkuil Add DisplayPort CEC-Tunneling-over-AUX support to amdgpu.

Re: Question on 640x480 @ 72fps

2018-08-31 Thread Ville Syrjälä
On Thu, Aug 30, 2018 at 07:32:58PM -0700, abhin...@codeaurora.org wrote: > Hello > > During one of our internal tests, we ran into an issue where the > calculated refresh rate for the mode using the drm_mode_vrefresh() API > doesnt > match the theoretical value due to rounding. > > 552{

Re: [Intel-gfx] [PATCH v7 2/2] drm/i915: Adding YUV444 packed format(DRM_FORMAT_XYUV) support.

2018-08-31 Thread Ville Syrjälä
On Fri, Aug 31, 2018 at 07:24:48AM +, Lisovskiy, Stanislav wrote: > On Thu, 2018-08-30 at 11:15 -0700, Dhinakaran Pandiyan wrote: > > On Thu, 2018-08-30 at 13:57 +0100, Lisovskiy, Stanislav wrote: > > > On Wed, 2018-08-29 at 12:16 -0700, Dhinakaran Pandiyan wrote: > > > > > > > > On Wed,

[Bug 92248] [KBL/SKL/BYT/BXT/GLK] igt/kms_plane_scaling fail

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92248 Lakshmi changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[Bug 92248] [KBL/SKL/BYT/BXT/GLK] igt/kms_plane_scaling fail

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92248 Lakshmi changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

[Bug 98981] [IVB] igt/gem_exec_suspend/basic-s3 hangs when used with intel-ci/fast-feedback.testlist

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98981 Lakshmi changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

[Bug 98981] [IVB] igt/gem_exec_suspend/basic-s3 hangs when used with intel-ci/fast-feedback.testlist

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98981 Lakshmi changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

Re: [PATCH v2 4/5] drm: Add support for handling linear tile formats

2018-08-31 Thread Ville Syrjälä
On Fri, Aug 31, 2018 at 10:14:14AM +0200, Daniel Vetter wrote: > On Thu, Aug 23, 2018 at 06:43:40PM +0100, Alexandru-Cosmin Gheorghe wrote: > > On Wed, Aug 22, 2018 at 10:18:51PM +0200, Daniel Vetter wrote: > > > On Tue, Aug 21, 2018 at 07:30:03PM +0100, Alexandru Gheorghe wrote: > > > > The

[PATCH v5 2/2] drm/mali-dp: Implement plane alpha and pixel blend on malidp

2018-08-31 Thread Lowry Li
Checks the pixel blending mode and plane alpha value when do the plane_check. Mali DP supports blending the current plane with the background either based on the pixel alpha blending mode or by using the layer's alpha value, but not both at the same time. If both case, plane_check will return

[PATCH libdrm] libdrm: Allow dynamic drm majors on linux

2018-08-31 Thread Thomas Hellstrom
To determine whether a device node is a drm device node or not, the code currently compares the node's major number to the static drm major device number. This breaks the standalone vmwgfx driver on XWayland dri clients, https://cgit.freedesktop.org/mesa/vmwgfx and any future attempt to introduce

Re: [PATCH libdrm] libdrm: Allow dynamic drm majors on linux

2018-08-31 Thread Eric Engestrom
On Friday, 2018-08-31 13:54:19 +0200, Thomas Hellstrom wrote: > To determine whether a device node is a drm device node or not, the code > currently compares the node's major number to the static drm major device > number. > > This breaks the standalone vmwgfx driver on XWayland dri clients, >

Re: [PATCH v4 2/2] drm/panel: Add device_link from panel device to drm device

2018-08-31 Thread Linus Walleij
On Thu, Aug 30, 2018 at 4:41 PM Andrzej Hajda wrote: > [Me] > > This happens because the connector struct device is the > > same as the bridge struct device, I suppose. > > I guess it is rather because the code tries to make circular dependency: > 1. panel depends on dsi-host because it is

[Bug 105733] Amdgpu randomly hangs and only ssh works. Mouse cursor moves sometimes but does nothing. Keyboard stops working.

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105733 --- Comment #35 from markusr...@gmail.com --- It might be that kernel option apci=ht ( also apci=off ) solve the problem. It is taking more time to waiting the possible problem appearance. At least it worth of testing. But this is not maybe the

Re: [PATCH v2 00/12] remove_conflicting_framebuffers() cleanup

2018-08-31 Thread Daniel Vetter
On Thu, Aug 30, 2018 at 11:00:01PM +0200, Michał Mirosław wrote: > This series cleans up duplicated code for replacing firmware FB > driver with proper DRI driver and adds handover support to > Tegra driver. > > This is a sligtly updated version of a series sent on 24 Nov 2017. > > v2: > -

Re: [PATCH v2 00/12] remove_conflicting_framebuffers() cleanup

2018-08-31 Thread Chris Wilson
Quoting Daniel Vetter (2018-08-31 10:04:39) > On Thu, Aug 30, 2018 at 11:00:01PM +0200, Michał Mirosław wrote: > > This series cleans up duplicated code for replacing firmware FB > > driver with proper DRI driver and adds handover support to > > Tegra driver. > > > > This is a sligtly updated

Re: [PATCH v2] of/platform: initialise AMBA default DMA masks

2018-08-31 Thread Russell King - ARM Linux
On Fri, Aug 31, 2018 at 10:26:14AM +0200, Linus Walleij wrote: > This addresses a v4.19-rc1 regression in the PL111 DRM driver > in drivers/gpu/pl111/* > > The driver uses the CMA KMS helpers and will thus at some > point call down to dma_alloc_attrs() to allocate a chunk > of contigous DMA

Re: [PATCH v4 2/2] drm/panel: Add device_link from panel device to drm device

2018-08-31 Thread Andrzej Hajda
On 31.08.2018 10:56, Linus Walleij wrote: > On Thu, Aug 30, 2018 at 4:41 PM Andrzej Hajda wrote: >> [Me] >>> This happens because the connector struct device is the >>> same as the bridge struct device, I suppose. >> I guess it is rather because the code tries to make circular dependency: >> 1.

Re: [PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()

2018-08-31 Thread Daniel Vetter
On Thu, Aug 30, 2018 at 11:00:05PM +0200, Michał Mirosław wrote: > Interpret (otherwise-invalid) NULL apertures argument to mean all-memory > range. This will allow to remove several duplicates of this code from > drivers in following patches. > > Signed-off-by: Michał Mirosław > [for v1] >

Re: [PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()

2018-08-31 Thread Daniel Vetter
On Fri, Aug 31, 2018 at 10:56:56AM +0200, Daniel Vetter wrote: > On Thu, Aug 30, 2018 at 11:00:05PM +0200, Michał Mirosław wrote: > > Interpret (otherwise-invalid) NULL apertures argument to mean all-memory > > range. This will allow to remove several duplicates of this code from > > drivers in

[Bug 105379] The Witcher: Enhanced Edition under Wine fails to launch

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105379 Timothy Arceri changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 93829] [Wine] Lockup with MotoGP 2

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93829 Timothy Arceri changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Timothy

[Bug 105333] [gallium-nine] missing geometry after commit ac: replace ac_build_kill with ac_build_kill_if_false

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105333 Timothy Arceri changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Bug 107693] [wine] Wolfenstein: The Old Blood - can't find GL_EXT_framebuffer_object

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107693 --- Comment #3 from Sven Arvidsson --- AFAIK none of the id Tech 5/6 actually uses any legacy stuff. The compatibility context is only used for initial probing by the GLEW library. -- You are receiving this mail because: You are the assignee

Re: [PATCH 1/4] drm/debugfs: Add support for dynamic debugfs initialization

2018-08-31 Thread Daniel Vetter
On Mon, Aug 27, 2018 at 08:36:24PM -0400, Lyude Paul wrote: > Currently all debugfs related initialization for the DRM core happens in > drm_debugfs_init(), which is called when registering the minor device. > While this works fine for features such as atomic modesetting and GEM, > this doesn't

Re: [PATCH] dt-bindings: Fix typo in compatible description.

2018-08-31 Thread Rob Herring
On Wed, Aug 22, 2018 at 03:43:48PM +0200, Jan Tuerk wrote: > This fixes the error in the compatible documentation for the EDT > etm0700[g].. panels which have accidentally documented as etm0700[8]0.. This needs a more specific subject. > > Signed-off-by: Jan Tuerk > --- >

Re: [PATCH libdrm] libdrm: Allow dynamic drm majors on linux

2018-08-31 Thread Emil Velikov
Hi Thomas, On 31 August 2018 at 12:54, Thomas Hellstrom wrote: > To determine whether a device node is a drm device node or not, the code > currently compares the node's major number to the static drm major device > number. > > This breaks the standalone vmwgfx driver on XWayland dri clients, >

[Bug 96620] build failure in igt_fb.c due to missing inttypes.h

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96620 Lakshmi changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 96620] build failure in igt_fb.c due to missing inttypes.h

2018-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=96620 Lakshmi changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail

Re: Question on 640x480 @ 72fps

2018-08-31 Thread Sean Paul
On Thu, Aug 30, 2018 at 07:32:58PM -0700, abhin...@codeaurora.org wrote: > Hello > > During one of our internal tests, we ran into an issue where the calculated > refresh rate for the mode using the drm_mode_vrefresh() API doesnt > match the theoretical value due to rounding. > > 552{

Re: [PATCH libdrm] libdrm: Allow dynamic drm majors on linux

2018-08-31 Thread Thomas Hellstrom
Hi, Emil On 08/31/2018 02:30 PM, Emil Velikov wrote: Hi Thomas, On 31 August 2018 at 12:54, Thomas Hellstrom wrote: To determine whether a device node is a drm device node or not, the code currently compares the node's major number to the static drm major device number. This breaks the

  1   2   >