VirtIO-GPU 3D OpenGL Hardware Acceleration for VMs

2016-02-14 Thread David Airlie
- Original Message - > From: "Saket Sinha" > To: dri-devel at lists.freedesktop.org, kvm at vger.kernel.org, qemu-devel at > nongnu.org > Cc: "Dave Airlie" > Sent: Monday, 15 February, 2016 12:34:18 PM > Subject: VirtIO-GPU 3D OpenGL Hardware Acceleration for VMs > > Hi, > > It seems

[PATCH 00/29] Enabling new DAL display driver for amdgpu on Carrizo and Tonga

2016-02-14 Thread Daniel Stone
Hi Harry, On 13 February 2016 at 00:05, Wentland, Harry wrote: > The goal with DAL is to provide a unified, full featured display stack to > service all of our Linux offerings. This driver will have to support our full > feature set beyond what's supported by amdgpu, e.g. > - synchronzied tim

[git pull] drm i915 display fixes

2016-02-14 Thread Dave Airlie
Hi Linus, Jani sent a bunch of i915 display fixes as my weekend started, but hopefully you can fit them in. Thanks, Dave. The following changes since commit c92a428f408b23215d1a27f652742094bfc50577: Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2

[Bug 93663] Stuck on screen blanking/dmps/monitor turned off/on

2016-02-14 Thread bugzilla-dae...@freedesktop.org
- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/01969633/attachment.html>

[PATCH 6/6] drm/nouveau/display: Enable vblank irqs after display engine is on again.

2016-02-14 Thread Daniel Vetter
On Fri, Feb 12, 2016 at 08:30:32PM +0100, Mario Kleiner wrote: > In the display resume path, move the calls to drm_vblank_on() > after the point when the display engine is running again. > > Since changes were made to drm_update_vblank_count() in Linux 4.4+ > to emulate hw vblank counters via vbla

[PATCH 01/17] drm/virtio: removed optional dummy encoder mode_fixup function.

2016-02-14 Thread Daniel Vetter
On Fri, Feb 12, 2016 at 01:50:53PM +, Carlos Palminha wrote: Sob-line from you is missing on all patches, I can't merge them. Also please copypaste a default blurb to all patches that this is only recently no longer needed. And dunno what happened to your patch series, the threading is somehow

[Intel-gfx] [PATCH v10 3/4] drm/i915: Set aux.dev to the drm_connector device, instead of drm_device.

2016-02-14 Thread Daniel Vetter
On Fri, Feb 12, 2016 at 10:28:28PM +0200, Imre Deak wrote: > On Thu, 2016-01-21 at 15:10 -0800, Rafael Antognolli wrote: > > So far, the i915 driver and some other drivers set it to the > > drm_device, > > which doesn't allow one to know which DP a given aux channel is > > related > > to. Changing

[PATCH 00/29] Enabling new DAL display driver for amdgpu on Carrizo and Tonga

2016-02-14 Thread Daniel Vetter
top-level post since I can't reply to the diagram directly. So from very cursor reading-around in the code I think you have a few mismatches in how you map drm concepts to dal structures: - cursor is just a drm_plane - step 0 of atomic support is universale plane support, and you didn't do that in

[PATCH 00/29] Enabling new DAL display driver for amdgpu on Carrizo and Tonga

2016-02-14 Thread Daniel Vetter
On Sun, Feb 14, 2016 at 2:32 PM, Rob Clark wrote: > On Fri, Feb 12, 2016 at 7:05 PM, Wentland, Harry > wrote: >> The current amdgpu display stack grew somewhat organically and as such is >> not well suited to handling all of the hardware dependencies involved >> especially in areas like audio.

[PATCH 00/29] Enabling new DAL display driver for amdgpu on Carrizo and Tonga

2016-02-14 Thread Daniel Vetter
On Sun, Feb 14, 2016 at 12:22 PM, Jerome Glisse wrote: >> There's still a bunch of legacy stuff in these patches that's on our list of >> things to refactor. Some of that is >> - dc/adapter >> - dc/asic_capability >> - dc/audio >> - dc/bios >> - dc/gpio >> >> We should be able to cut the size of

[PATCH 0/3] Deferr load of radeon/amdgpu until amdkfd is loaded

2016-02-14 Thread Daniel Vetter
On Sun, Feb 14, 2016 at 11:16:52AM +0200, Oded Gabbay wrote: > Following Daniel's request, I spent some time removing the hard requirement > that radeon and amdgpu will always appear _after_ amdkfd in the drm Makefile. > > This was done by modifing radeon/amdgpu to defer their loading if they det

[Bug 71789] [r300g] Visuals not found in (default) depth = 24

2016-02-14 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/e119a8af/attachment.html>

[PATCH v5 10/12] drm/i915: Defer probe if gmux is present but its driver isn't

2016-02-14 Thread Daniel Vetter
On Sun, Feb 14, 2016 at 1:10 PM, Lukas Wunner wrote: > /** > + * vga_switcheroo_client_probe_defer() - whether to defer probing a given GPU > + * @pdev: pci device of GPU > + * > + * Determine whether any prerequisites are not fulfilled to probe a given > GPU. I'd phrase this as "Determine whet

[PATCH v5 10/12] drm/i915: Defer probe if gmux is present but its driver isn't

2016-02-14 Thread Lukas Wunner
Hi, On Tue, Feb 09, 2016 at 10:04:01AM +0100, Daniel Vetter wrote: > On Mon, Jan 11, 2016 at 08:09:20PM +0100, Lukas Wunner wrote: [...] > > @@ -967,6 +970,15 @@ static int i915_pci_probe(struct pci_dev *pdev, const > > struct pci_device_id *ent) > > if (PCI_FUNC(pdev->devfn)) > >

[Bug 94147] Sometimes Xorg freezes after dpms off

2016-02-14 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: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/4ebd0999/attachment-0001.html>

[PATCH 00/29] Enabling new DAL display driver for amdgpu on Carrizo and Tonga

2016-02-14 Thread Jerome Glisse
On Sat, Feb 13, 2016 at 12:05:48AM +, Wentland, Harry wrote: > Hi Dave, Daniel, others, [...] > There's still a bunch of legacy stuff in these patches that's on our list of > things to refactor. Some of that is > - dc/adapter > - dc/asic_capability > - dc/audio > - dc/bios > - dc/gpio > >

[Bug 70779] OpenCL hangs with big kernels

2016-02-14 Thread bugzilla-dae...@freedesktop.org
blematic? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/fd35e91c/attachment.html>

[PATCH 3/3] drm/amdgpu: Return -EPROBE_DEFER when amdkfd not loaded

2016-02-14 Thread Oded Gabbay
amdgpu must load only after amdkfd's loading has been completed. If that is not enforced, then amdgpu's call into amdkfd's functions will cause a kernel BUG. When amdgpu and amdkfd are built as kernel modules, that rule is enforced by the kernel's modules loading mechanism. When amdgpu and amdkfd

[PATCH 2/3] drm/radeon: Return -EPROBE_DEFER when amdkfd not loaded

2016-02-14 Thread Oded Gabbay
radeon must load only after amdkfd's loading has been completed. If that is not enforced, then radeon's call into amdkfd's functions will cause a kernel BUG. When radeon and amdkfd are built as kernel modules, that rule is enforced by the kernel's modules loading mechanism. When radeon and amdkfd

[PATCH 1/3] drm/amdkfd: Track when module's init is complete

2016-02-14 Thread Oded Gabbay
Current dependencies between amdkfd and radeon/amdgpu force the loading of amdkfd _before_ radeon and/or amdgpu are loaded. When all these kernel drivers are built as modules, this ordering is enforced by the kernel built-in mechanism of loading dependent modules. However, there is no such mechani

[PATCH 0/3] Deferr load of radeon/amdgpu until amdkfd is loaded

2016-02-14 Thread Oded Gabbay
Following Daniel's request, I spent some time removing the hard requirement that radeon and amdgpu will always appear _after_ amdkfd in the drm Makefile. This was done by modifing radeon/amdgpu to defer their loading if they detect that amdkfd is not loaded yet, in case the drivers are built ins

[PATCH 00/29] Enabling new DAL display driver for amdgpu on Carrizo and Tonga

2016-02-14 Thread Rob Clark
On Fri, Feb 12, 2016 at 7:05 PM, Wentland, Harry wrote: > > The current amdgpu display stack grew somewhat organically and as such is not > well suited to handling all of the hardware dependencies involved especially > in areas like audio. The drm abstractions used by the old code map less and

[Bug 70779] OpenCL hangs with big kernels

2016-02-14 Thread bugzilla-dae...@freedesktop.org
ump somewhere). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/3555864a/attachment.html>

[Bug 94133] relatevly low performance rv740

2016-02-14 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/ab4de8a2/attachment.html>

[Bug 91110] Textures missing iff character in specific areas in dolphin running Xenoblades Chronicles

2016-02-14 Thread bugzilla-dae...@freedesktop.org
e assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/ca3f6547/attachment-0001.html>

[Bug 90426] [tahiti xt] fog seems broken

2016-02-14 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20160214/8707f76e/attachment.html>

[Bug 68085] Xorg crash in do_winsys_init

2016-02-14 Thread bugzilla-dae...@freedesktop.org
nts/20160214/19b8c772/attachment.html>

[Bug 79756] [Radeon] Resizing Steam windows freezes Xorg

2016-02-14 Thread bugzilla-dae...@freedesktop.org
xorg-server 1.15 is not supported any more, can this issue be closed? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160

[Bug 70779] OpenCL hangs with big kernels

2016-02-14 Thread bugzilla-dae...@freedesktop.org
have an example of such a kernel? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160214/56d65cdb/attachment.html>

[Bug 93594] Flickering Shadows in The Talos Principle

2016-02-14 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160214/7cb11b13/attachment.html>

[Bug 94133] relatevly low performance rv740

2016-02-14 Thread bugzilla-dae...@freedesktop.org
reedesktop.org/archives/dri-devel/attachments/20160214/1f8a8e8b/attachment.html>