[git pull] drm fixes

2015-05-29 Thread Dave Airlie
drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling" Daniel Vetter (1): drm/plane-helper: Adapt cursor hack to transitional helpers Dave Airlie (4): Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixe

Re: [Spice-devel] [PATCH] Do not loop on ERESTARTSYS using interruptible waits

2015-05-27 Thread Dave Airlie
On 19 May 2015 at 19:54, Frediano Ziglio wrote: > This problem happens using KMS surfaces and QXL driver. > To easy reproduce use KDE Plasma (which use surfaces a lot) and assure > you are using KMS surfaces (QXL driver on Fedora/RedHat has a patch to > stop using them). Open some complex applicat

Re: [Spice-devel] [PATCH 11/11] Propagate correctly errors from qxlhw_handle_to_bo

2015-05-27 Thread Dave Airlie
rn the error instead to > be able to propagate the error instead of assuming EINVAL. > > Signed-off-by: Frediano Ziglio Reviewed-by: Dave Airlie > --- > qxl/qxl_ioctl.c | 33 ++--- > 1 file changed, 14 insertions(+), 19 deletions(-) > >

Re: [Spice-devel] [PATCH 10/11] Simplify cleaning qxl processing command

2015-05-27 Thread Dave Airlie
release is safe and make cleaning > process easier. Seems fine, Reviewed-by: Dave Airlie > > Signed-off-by: Frediano Ziglio > --- > qxl/qxl_ioctl.c | 13 +++-- > 1 file changed, 3 insertions(+), 10 deletions(-) > > diff --git a/qxl/qxl_ioctl.c b/qxl/qxl_ioctl.c

Re: [Spice-devel] [PATCH 09/11] Move main reference counter to GEM object instead of TTM ones

2015-05-27 Thread Dave Airlie
re still valid. Uggh, but yes, not sure I like this fix for the problem, but if it works, Reviewed-by: Dave Airlie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.

Re: [Spice-devel] [PATCH 08/11] Remove format string errors

2015-05-27 Thread Dave Airlie
On 27 May 2015 at 20:04, Frediano Ziglio wrote: > Enable format string checks for qxl_io_log and remove resulting warnings > which could lead to memory errors on different platform or just printing > wrong information. > > Signed-off-by: Frediano Ziglio Reviewed-by: Dave Airli

Re: [Spice-devel] [PATCH 07/11] Handle correctly failures in qxl_alloc_relase_reserved

2015-05-27 Thread Dave Airlie
On 27 May 2015 at 20:04, Frediano Ziglio wrote: > Free resources correctly if function fails > > Signed-off-by: Frediano Ziglio Reviewed-by: Dave Airlie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

Re: [Spice-devel] [PATCH 06/11] Fix return for qxl_release_alloc

2015-05-27 Thread Dave Airlie
On 27 May 2015 at 20:04, Frediano Ziglio wrote: > This function return handle to allocated release object which is an int. Reviewed-by: Dave Airlie > > Signed-off-by: Frediano Ziglio > --- > qxl/qxl_release.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) &g

Re: [Spice-devel] [PATCH 05/11] Handle all errors in qxl_surface_evict

2015-05-27 Thread Dave Airlie
t remember it now.. Most likely is something had the bo reserved already and we reentered from somewhere we shouldn't but I think a lot of the horrible code went away. so because I can't justify the hack, Reviewed-by: Dave Airlie Dave. -- To unsubscribe from this list: send the line &q

Re: [Spice-devel] [PATCH 04/11] Avoid double free on error

2015-05-27 Thread Dave Airlie
anup we free destination again. > > Signed-off-by: Frediano Ziglio Reviewed-by: Dave Airlie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Spice-devel] [PATCH 03/11] Fix print statement not using uninitialized variable

2015-05-27 Thread Dave Airlie
On 27 May 2015 at 20:03, Frediano Ziglio wrote: > reloc_info[i] is not still initialized in the print statement. > > Signed-off-by: Frediano Ziglio Reviewed-by: Dave Airlie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [Spice-devel] [PATCH 02/11] Do not leak memory if qxl_release_list_add fails

2015-05-27 Thread Dave Airlie
On 27 May 2015 at 20:03, Frediano Ziglio wrote: > If the function fails reference counter to the object is not decremented > causing leaks. > This is hard to spot as it happens only on very low memory situations. > > Signed-off-by: Frediano Ziglio Looks good, Reviewed-by: Dav

Re: [Spice-devel] [PATCH 01/11] Do not cause spice-server to clean our objects

2015-05-27 Thread Dave Airlie
rns to > black or transparents. Good point, Reviewed-by: Dave Airlie > > Signed-off-by: Frediano Ziglio > --- > qxl/qxl_cmd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/qxl/qxl_cmd.c b/qxl/qxl_cmd.c > index bd5404e..85ed5dc 100644 > --- a/qxl/qxl_cmd.c

Re: [Spice-devel] [PATCH 00/11] Miscellaneous stability patches

2015-05-27 Thread Dave Airlie
> I was using a different repository with only QXL driver. I tested and all > patches apply and compile perfectly even with Linus master branch. Lets only post patches people can apply, it makes it harder to figure out stuff. I'll take a look at the patches, but it would be good to get them resen

Re: block_all_signals() usage in DRM

2015-05-25 Thread Dave Airlie
On 26 May 2015 at 02:50, Oleg Nesterov wrote: > On 05/25, Richard Weinberger wrote: >> >> Is this functionality still in use/needed? > > All I can say it doesn't work. > >> Otherwise we could get rid of block_all_signals() and unpuzzle the signaling >> code a bit. :-) > > Yes. I do not even re

Re: block_all_signals() usage in DRM

2015-05-25 Thread Dave Airlie
On 26 May 2015 at 00:59, Richard Weinberger wrote: > Hi! > > drivers/gpu/drm/drm_lock.c is the only remaining user of block_all_signals(): It's the only user of it, ever. The API was introduced for the drm locking code. No other user will ever exist. Just to clear up the an API exists with one u

Re: [git pull] drm fixes

2015-05-22 Thread Dave Airlie
On 23 May 2015 at 07:34, Linus Torvalds wrote: > On Thu, May 21, 2015 at 8:39 PM, Dave Airlie wrote: >> >> radeon has two displayport fixes, one for a regressions, >> i915 regression flicker fix needed to 4.0 can get fixed. > > Ok, I'm used to fixing up your white

[git pull] drm fixes

2015-05-21 Thread Dave Airlie
(1): drm: msm: Fix build when legacy fbdev support isn't set Dave Airlie (4): Merge branch 'msm-fixes-4.1' of git://people.freedesktop.org/~robclark/linux into drm-fixes Merge branch 'exynos-drm-fixes' of git://git.kernel.org/.../daeinki/drm-exynos i

Re: linux-next: build failure after merge of the drm tree

2015-05-19 Thread Dave Airlie
> >> > drm-next and fix it up there. > >> > >> Yep, against commit 79b066bd76d5 ("drm/amdkfd: Initialize sdma vm when > >> creating sdma queue") which is in v4.1-rc3. > > > > So you could, of course, just merge that commit instead of Linus' > > tree ... > > > > -- > > Cheers, > > Stephen Rothwell

Re: linux-next: build failure after merge of the drm tree

2015-05-19 Thread Dave Airlie
> Hi Dave, > > After merging the drm tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c: In function > 'create_queue_cpsch': > drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:888:2: error: implicit > decl

[git pull] drm fixes

2015-05-14 Thread Dave Airlie
:18 +1000) Alex Deucher (1): drm/radeon: add new bonaire pci id Christian König (1): drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling Dave Airlie (3): drm/radeon: don't do mst probing if MST isn't enabled. Merge branc

[git pull] drm fixes

2015-05-10 Thread Dave Airlie
suspend UVD sessions Dave Airlie (3): Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes Merge

Re: [PATCH] qxl: rewrite framebuffer support

2015-05-06 Thread Dave Airlie
On 5 May 2015 at 21:52, Gerd Hoffmann wrote: > Completely different approach: Instead of encoding each and every > framebuffer update as spice operation simply update the shadow > framebuffer and maintain a dirty rectangle. Also schedule a worker > to push an update for the dirty rectangle as sp

[git pull] drm fixes

2015-05-03 Thread Dave Airlie
n: reset BOs address after clearing it. drm/radeon: check new address before removing old one drm/radeon: fix userptr return value checking (v2) Dave Airlie (3): Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge b

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread Dave Airlie
>>> >>> I've had Enterprise systems where I could hit power on two boxes, and >>> finish >>> the OS install on one before the other has even finished POST and look >>> for >>> the boot media. I did this 5 years ago, before the "let's speed up boot" >>> push started. >>> >>> Admittedly, this wasn't

Re: [GIT PULL] kdbus for 4.1-rc1

2015-04-29 Thread Dave Airlie
On 30 April 2015 at 10:05, David Lang wrote: > On Wed, 29 Apr 2015, Theodore Ts'o wrote: > >> On Wed, Apr 29, 2015 at 12:26:59PM -0400, John Stoffel wrote: >>> >>> If your customers wnat this feature, you're more than welcome to fork >>> the kernel and support it yourself. Oh wait... Redhat does

[git pull] drm intel fixes

2015-04-26 Thread Dave Airlie
Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-04-27 10:35:15 +1000) ---- Dave Airlie (1): Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit

git pull] drm for v4.1-rc1

2015-04-19 Thread Dave Airlie
ext drm/i915: Fix locking in DRRS flush/invalidate hooks drm/i915: Don't cancel DRRS worker synchronously for flush/invalidate drm/i915: Dont enable CS_PARSER_ERROR interrupts at all Dave Airlie (46): Merge tag 'topic/drm-misc-2015-02-25' of git://anongit.freedesktop.org

Re: linux-next: manual merge of the drm tree with the v4l-dvb tree

2015-04-16 Thread Dave Airlie
> Am Mittwoch, den 15.04.2015, 13:33 +1000 schrieb Stephen Rothwell: > > Hi Dave, > > > > Today's linux-next merge of the drm tree got a conflict in > > Documentation/DocBook/media/v4l/subdev-formats.xml between commit > > 7b0fd4568bee ("[media] v4l: Add RBG and RGB 8:8:8 media bus formats on > >

Re: linux-next: build failure after merge of the regulator tree

2015-04-14 Thread Dave Airlie
On 14 April 2015 at 19:40, Mark Brown wrote: > On Tue, Apr 14, 2015 at 11:22:41AM +1000, Stephen Rothwell wrote: >> On Mon, 13 Apr 2015 18:07:06 -0700 Bjorn Andersson >> wrote: > >> > Your patch looks correct and should preferrably be added to the drm >> > tree, or the last patch in my series th

[git pull] drm fixes

2015-04-08 Thread Dave Airlie
5-04-09 06:59:50 +1000) ---- Dave Airlie (1): Merge tag 'drm-intel-fixes-2015-04-08' of git://anongit.freedesktop.org/drm-intel into drm-fixes Deepak S (1): drm/i915/chv: Remove Wait for a previous gfx force-

[git pull] drm fixes

2015-04-02 Thread Dave Airlie
for FIMD/Mixer Dave Airlie (5): Merge branch 'drm-fixes-4.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'topic/drm-fixes-2015-04-02' of git://anongit.freedesktop.org/drm-intel into drm-fixes Merge tag 'drm-intel-fixes-2015-04-0

[git pull] drm intel fixes

2015-03-26 Thread Dave Airlie
fb Daniel Vetter (2): drm: Fixup racy refcounting in plane_force_disable drm/i915: Fixup legacy plane->crtc link for initial fb config Dave Airlie (1): Merge tag 'drm-intel-fixes-2015-03-26' of git://anongit.freedesktop.org/drm-intel into drm-fixes drivers

Re: [git pull] drm urgent fix

2015-03-25 Thread Dave Airlie
On 26 March 2015 at 13:04, Linus Torvalds wrote: > On Wed, Mar 25, 2015 at 3:43 PM, Linus Torvalds > wrote: >> >> I'm going to wait a bit more with this, since clearly things are still >> in flux, and these two commits don't actually fix everything at all. >> >> There's apparently at least one mo

Re: [git pull] drm urgent fix

2015-03-24 Thread Dave Airlie
On 25 March 2015 at 09:48, Linus Torvalds wrote: > drm/i915: Don't try to reference the fb in get_initial_plane_config() > > On Mon, Mar 23, 2015 at 7:11 PM, Dave Airlie wrote: >> >> a few people reported an oops that looks to be fixed in drm-next already, >&g

Re: [PATCH] Add virtio gpu driver.

2015-03-24 Thread Dave Airlie
On 25 March 2015 at 08:50, Daniel Stone wrote: > Hi, > > On 24 March 2015 at 16:07, Gerd Hoffmann wrote: >> +static int virtio_gpu_crtc_page_flip(struct drm_crtc *crtc, >> +struct drm_framebuffer *fb, >> +struct drm_pending_v

Re: [V4.0-rc5 Regression] drm/intel problem

2015-03-23 Thread Dave Airlie
> The display remains dark in V4.0-rc5 except of a small white line > at the top of the screen so I can't see anything. RC4 was good. > The latest good kernel that I know of is at least > 4.0.0-rc4-00199-gb314aca. I'm hoping the fix I just sent Linus is the fix for this, otherwise Daniel and co

[git pull] drm urgent fix

2015-03-23 Thread Dave Airlie
Hi Linus, a few people reported an oops that looks to be fixed in drm-next already, so I've pulled the patch back. Dave. The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-03-23 10:16:13 -0700) a

[git pull] drm fixes

2015-03-20 Thread Dave Airlie
y plane is enabled before reading out the fb state Dan Carpenter (1): drm/exynos: IS_ERR() vs NULL bug Dave Airlie (5): Merge branch 'linux-4.0' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes Merge branch 'exynos-drm-fixes' of git://git.ke

[git pull] drm fixes - slightly urgent

2015-03-15 Thread Dave Airlie
Hi Linus, hope this can make -rc4, an oops snuck in in -rc3 patch, this fixes it. Dave. The following changes since commit 6981e2af36b0d96404b60df29e90068855a81225: Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2015-03-15 10:49:38 -0700) are ava

[git pull] drm fixes

2015-03-14 Thread Dave Airlie
L to sleep mode Colin Ian King (1): drm/vmwgfx: Correctly NULLify dma buffer pointer on failure Daniel Vetter (1): drm/mst: fix recursive sleep warning on qlock Dave Airlie (3): Merge tag 'drm-intel-fixes-2015-03-12' of git://anongit.freedesktop.org/drm-intel into drm

[git pull] drm fixes

2015-03-06 Thread Dave Airlie
ore handling an underrun interrupt Daniel Vetter (1): drm/rockchip: Flip select/depends in Kconfig Dave Airlie (6): Merge tag 'imx-drm-fixes-2015-02-24' of git://git.pengutronix.de/git/pza/linux into drm-fixes Revert "drm/rockchip: Flip select/depends in Kconfig"

Re: [PATCH] vgaarb: Stub vga_set_legacy_decoding()

2015-03-04 Thread Dave Airlie
On 25 February 2015 at 02:16, Alex Williamson wrote: > vga_set_legacy_decoding() is defined in drivers/gpu/vga/vgaarb.c, > which is only compiled with CONFIG_VGA_ARB. A caller would > therefore get an undefined symbol if the VGA arbiter is not > enabled. Acked-by: Dave Airlie >

Re: [Debug 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

2015-03-03 Thread Dave Airlie
reference. This sounds similar to previous issues: > Hi all, > Could anybody help to dump an ACPI table from those failure > systems so we could archive it? Here is the DSDT from my amd rs780 box. Dave. DSDT Description: Binary data

Re: [Debug 0/2] Fix regressions caused by commit 593669c2ac0f

2015-03-02 Thread Dave Airlie
ine with that lost its r8169 and it appears to be working now. So from the regression POV: Tested-by: Dave Airlie Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kerne

[git pull] drm fixes

2015-02-26 Thread Dave Airlie
bjects correctly Dave Airlie (5): Merge tag 'drm/tegra/for-3.20-rc1-fixes' of git://anongit.freedesktop.org/tegra/linux into drm-fixes Merge tag 'drm-amdkfd-fixes-2015-02-23' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

Re: regression in 4.0.0-rc1 with r8169 ethernet

2015-02-25 Thread Dave Airlie
> * v3.19 ignored [io 0x0cf8-0x0cff], but v4.0 includes it. I think > it's wrong to include it because that's the configuration space > address/data registers, so it's consumed by the host bridge and not > produced on the downstream side. > > * v3.19 includes [mem 0x7ff0-0xfebf], but v4.0

Re: live kernel upgrades (was: live kernel patching design)

2015-02-22 Thread Dave Airlie
On 23 February 2015 at 09:01, Andrew Morton wrote: > On Sun, 22 Feb 2015 20:13:28 +0100 (CET) Jiri Kosina wrote: > >> But if you ask the folks who are hungry for live bug patching, they >> wouldn't care. >> >> You mentioned "10 seconds", that's more or less equal to infinity to them. > > 10 secon

Re: Regression bug in drm/i915, Wrong assumption in commit e11aa36 breaks suspend on at least lenovo x61

2015-02-16 Thread Dave Airlie
ccing some ppl. On 17 February 2015 at 08:11, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > After three days of bisect I found the bug for my problem with a broken > suspend on x61p of lenovo. > > The problem is commit e11aa36. It seems to be a wrong assumption that

Re: Video option for a big endian machine?

2015-02-11 Thread Dave Airlie
On 12 February 2015 at 00:44, Alex Deucher wrote: > On Wed, Feb 11, 2015 at 3:53 AM, wrote: >> Hello. >> >> I'm looking for a PCI or AGP video card that would work on a Linux port for >> a big endian architecture (HP PA-RISC). Unfortunately the stock video >> options (ATI FireGL X1 and X3) giv

[git pull] drm fixes

2015-02-04 Thread Dave Airlie
Deucher (2): drm/radeon: don't init gpuvm if accel is disabled (v3) drm/radeon: properly set vm fragment size for TN/RL Christian König (1): drm/radeon: fix PLLs on RS880 and older v2 Dave Airlie (2): Merge branch 'drm-fixes-3.19' of git://people.freedesktop.

Re: [git pull] drm intel and dp mst fix

2015-01-29 Thread Dave Airlie
oops didn't realise I sent an empty mail, ignore and get the next one! On 30 January 2015 at 13:51, Dave Airlie wrote: > > ___ > dri-devel mailing list > dri-de...@lists.freedesktop.org > http://lists.freedesktop.org/mailman/list

[git pull] drm fixes (intel + dp mst)

2015-01-29 Thread Dave Airlie
-01-29' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-01-30 13:32:24 +1000) Bob Paauwe (1): drm/i915: Only fence tiled region of object. Dave Airlie (1): Merge tag 'drm-intel-

[git pull] drm intel and dp mst fix

2015-01-29 Thread Dave Airlie
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] vt_buffer: drop console buffer copying optimisations

2015-01-29 Thread Dave Airlie
On 30 January 2015 at 10:03, Linus Torvalds wrote: > On Thu, Jan 29, 2015 at 3:57 PM, Greg Kroah-Hartman > wrote: >> >> I can take this through the tty tree, but can I put it in linux-next and >> wait for the 3.20 merge window to give people who might notice a >> slow-down a chance to object? > >

[PATCH] vt_buffer: drop console buffer copying optimisations

2015-01-28 Thread Dave Airlie
e the optimisation is worth much today. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1132826 Tested-by: Huawei engineering. Signed-off-by: Dave Airlie --- Linus, this came up a while back I finally got some confirmation that it fixes those servers. include/linux/vt_buffer.h | 4 1 file ch

Re: [git pull] drm fixes

2015-01-27 Thread Dave Airlie
On 28 January 2015 at 04:04, Linus Torvalds wrote: > On Mon, Jan 26, 2015 at 6:06 PM, Dave Airlie wrote: >> >> are available in the git repository at: >> >> git://people.freedesktop.org/~airlied/linux drm-fixes > > No they aren't, actually, because you

[git pull] drm fixes

2015-01-26 Thread Dave Airlie
/~agd5f/linux into drm-fixes (2015-01-27 09:56:13 +1000) Andrew Jackson (1): drm/i2c: tda998x: set the CEC I2C address based on the slave I2C address Ben Goz (1): drm/amdkfd: PQM handle queue creation fault Dave Airlie

Re: linux-next: manual merge of the drm tree with Linus' tree

2015-01-21 Thread Dave Airlie
> Hi Dave, > > Today's linux-next merge of the drm tree got a conflict in > drivers/gpu/drm/radeon/radeon_kfd.c between commit b64b8afcca9d > ("drm/amd: Fixing typos in kfd<->kgd interface") from Linus' tree and > commit a84a9903b588 ("drm/radeon: Implement SDMA interface functions") > from the

Re: [PATCH] drm/rockchip: fix dma_alloc_attrs() error check

2015-01-20 Thread Dave Airlie
On 21 January 2015 at 12:43, Daniel Kurtz wrote: > Mark: did you get a chance to fixup the "Reported-by" line? It's not > a bit deal if you didn't. > > Dave: did you pick up this pull request? Did Mark request properly? I was waiting for the fixed reported-by but it isn't that urgent, I'll get

Re: [GIT PULL] drm: Add Atmel HLCDC driver

2015-01-20 Thread Dave Airlie
Hi Boris, can you update with Thierry's acks and send again, I'll pull it then. Dave. On 17 January 2015 at 01:09, Thierry Reding wrote: > On Fri, Jan 09, 2015 at 04:03:42PM +0100, Boris Brezillon wrote: >> Dave, Thierry, >> >> Here is the pull request for the Atmel HLCDC driver and its >> depe

[git pull] drm fixes

2015-01-20 Thread Dave Airlie
flips drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES Christian König (1): drm/radeon: don't print error on -ERESTARTSYS Dave Airlie (4): Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge

[git pull] drm fixes

2015-01-08 Thread Dave Airlie
77: subclass nouveau_ram drm/nouveau/fb/ram/mcp77: use carveout reg to determine size Bruno Prémont (1): drm/nouveau/nouveau: Do not BUG_ON(!spin_is_locked()) on UP Dan Carpenter (1): drm/radeon: integer underflow in radeon_cp_dispatch_texture() Dave Airlie (5): Merge tag

[git pull] drm fixes

2014-12-23 Thread Dave Airlie
Alexey Skidanov (1): amdkfd: init aperture once per process Chris Wilson (3): drm/i915: Invalidate media caches on gen7 drm/i915: Force the CS stall for invalidate flushes drm/i915: Disable PSMI sleep messages on all rings around context switc

Re: [PATCH 1/3] amdkfd: Don't clear *kfd2kgd on kfd_module_init

2014-12-21 Thread Dave Airlie
> There should be, but when the modules are compiled in, they are loaded > based on > link order only, if they are in the same group, and the groups are > loaded by a > pre-defined order. Is that really still up to date? I've seen effort to change that something l

Re: [git pull] drm for 3.19-rc1

2014-12-15 Thread Dave Airlie
> Having a quiet deprecation warning with the understanding that things > will stay around for *years* is fine. Although it makes me wonder how > much value the deprecation message really adds. I mean, why the hell > print a message, when the only correct thing to do is to just look at > and fix Xo

Re: [git pull] drm for 3.19-rc1

2014-12-15 Thread Dave Airlie
On 16 December 2014 at 11:03, Linus Torvalds wrote: > On Mon, Dec 15, 2014 at 4:48 PM, Dave Airlie wrote: >> >> I'd be inclined to just revert this for now, it is annoying we let >> userspace away with this, but we probably need to find a better >> way to enforce

Re: [git pull] drm for 3.19-rc1

2014-12-15 Thread Dave Airlie
On 16 December 2014 at 10:35, Linus Torvalds wrote: > On Sun, Dec 14, 2014 at 11:17 PM, Dave Airlie wrote: >> >> i915: >> Initial Skylake (SKL) support >> gen3/4 reset work >> start of dri1/ums removal >> infoframe track

[git pull] drm for 3.19-rc1

2014-12-14 Thread Dave Airlie
dle inaccurate time conversion issues drm/dp-mst: Remove branches before dropping the reference drm/i915: Don't complain about stolen conflicts on gen3 Daniele Ceraolo Spurio (1): drm/i915: Add tracepoints to track a vm during its lifetime Dave Airlie (48): Merge tag

drm pull waiting on other trees

2014-12-11 Thread Dave Airlie
Hey Simon, Joerg, I've got merges from you guys in my tree that don't seem to be in Linus's tree yet, I'm a bit concerned as the drm merge is a large one and I'd like to have it in Linus' tree ASAP. The rockchip iommu and bunch of shmobile/rcar changes are what I believe is currently stopping me.

Re: WARNING: /usr/projects/linux/linux/drivers/gpu/drm/i915/intel_pm.c:6585 intel_display_power_put+0x4b/0x116 [i915]()

2014-12-07 Thread Dave Airlie
On 8 December 2014 at 10:34, Theodore Ts'o wrote: > This is an update to a problem which I reported several months ago > (see below). The symptoms have changed a bit since then, but they've > stablized since 3.17 and 3.18-rcX, and while annoying, it's tolerable, > so I've been living with it. > >

Re: [PATCH v15 0/3] Add drm driver for Rockchip Socs

2014-12-04 Thread Dave Airlie
On 5 December 2014 at 05:29, Daniel Kurtz wrote: > On Tue, Dec 2, 2014 at 1:31 AM, Heiko Stübner wrote: >> Hi Mark, >> >> Am Dienstag, 2. Dezember 2014, 17:13:20 schrieb Mark Yao: >>> This a series of patches is a DRM Driver for Rockchip Socs, add support >>> for vop devices. Future patches will

[git pull] drm intel fixes

2014-12-04 Thread Dave Airlie
2-05 11:12:29 +1000) Daniel Vetter (2): drm/i915: More cautious with pch fifo underruns drm/i915: Unlock panel even when LVDS is disabled Dave Airlie (1): Merge tag 'drm-intel-fixes-2014-12-04' of git://ano

[git pull] drm radeon + nouveau fixes

2014-12-02 Thread Dave Airlie
s (2014-12-03 11:03:24 +1000) Ben Skeggs (1): drm/nouveau/fifo/g84-: ack non-stall interrupt before handling it Christian König (1): drm/radeon: sync all BOs involved in a CS v2 Dave Airlie (3): Merge branch '

Re: [GIT PULL] core drm support for Rockchip SoCs v14

2014-12-01 Thread Dave Airlie
On 27 November 2014 at 17:01, Mark yao wrote: > Hi Dave > > this pull request is for rockchip drm v14, based on Joerg's iommu > arm/rockchip branch. > > The following changes since commit 656d7077d8ffd1c2492d4a0a354367ab2e545059: > > dt-bindings: iommu: Add documentation for rockchip iommu (

[git pull] drm fixes

2014-11-30 Thread Dave Airlie
drm/radeon: report disconnected for LVDS/eDP with PX if ddc fails Dave Airlie (2): Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2014-11-27' of git://anongit.freedesktop.org/drm-intel in

Re: [PATCH v14 0/3] Add drm driver for Rockchip Socs

2014-11-26 Thread Dave Airlie
>> >> > Hi Dave > Do you mean that I need send you a branch, based on drm-next, merge with > iommu tree and rockchip drm? Yes, grab drm-next, git pull the arm/rockchip branch from Joerg's tree, put rockchip drm patches on top, send me pull request. I'll validate it then. Dave. -- To unsubscr

Re: [PATCH v14 0/3] Add drm driver for Rockchip Socs

2014-11-26 Thread Dave Airlie
On 26 November 2014 at 17:34, Joerg Roedel wrote: > On Wed, Nov 26, 2014 at 01:37:51AM +0100, Heiko Stübner wrote: >> >> Joerg, is your arm/rockchip branch [0] considered stable? >> >> [0] >> https://git.kernel.org/cgit/linux/kernel/git/joro/iommu.git/log/?h=arm/rockchip >> > > Yes, this branch w

Re: [PATCH v14 0/3] Add drm driver for Rockchip Socs

2014-11-25 Thread Dave Airlie
On 26 November 2014 at 02:38, Heiko Stübner wrote: > Mark, > > Am Donnerstag, 20. November 2014, 09:46:34 schrieb Mark Yao: >> This a series of patches is a DRM Driver for Rockchip Socs, add support >> for vop devices. Future patches will add additional encoders/connectors, >> such as eDP, HDMI. >

[git pull] drm fixes

2014-11-21 Thread Dave Airlie
drm/radeon: disable native backlight control on pre-r6xx asics (v2) drm/radeon: fix endian swapping in vbios fetch for tdp table Daniel Vetter (2): drm/i915: drop WaSetupGtModeTdRowDispatch:snb drm/i915: Kick fbdev before vgacon Dave Airlie (2): Merge tag 'drm-i

[git pull] drm fixes

2014-11-14 Thread Dave Airlie
j->map_and_fenceable across tiling changes Dave Airlie (6): drm/radeon: add locking around atombios scratch space usage Merge branch 'exynos-drm-fixes' of git://git.kernel.org/.../daeinki/drm-exynos into drm-fixes Merge branch 'drm-fixes-3.18' of git://p

Re: [PATCH] virtio_console: move early VQ enablement

2014-11-10 Thread Dave Airlie
On 21 October 2014 03:09, Josh Boyer wrote: > On Mon, Oct 20, 2014 at 10:05 AM, Michael S. Tsirkin wrote: >> On Mon, Oct 20, 2014 at 03:58:49PM +0200, Cornelia Huck wrote: >>> Commit f5866db6 (virtio_console: enable VQs early) tried to make >>> sure that DRIVER_OK was set when virtio_console star

Re: [PATCH v5 00/24] AMDKFD Kernel Driver

2014-11-10 Thread Dave Airlie
>> How does amdkfd interfact with runtime pm on the radeon driver? I'd expect >> some calls to the runtime get/put functions in some places. >> >> Dave. >> > Hi Dave, > Per Jerome's request from the first time he saw the driver, we removed all > the "register bashing" code from amdkfd and moved the

Re: [PATCH v5 00/24] AMDKFD Kernel Driver

2014-11-09 Thread Dave Airlie
On 9 November 2014 04:37, Oded Gabbay wrote: > Hi, > Here is the v5 patch set of amdkfd. > > This version is released several days ahead of the release of AMD's HSA > Runtime > library as Open Source. Coupled with the modification that Thomas Stellard > did for the r600 LLVM back-end, AMD will be

[git pull] drm radeon and i915 fixes

2014-11-09 Thread Dave Airlie
drm/radeon: add missing crtc unlock when setting up the MC Dave Airlie (2): Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2014-11-07' of git://anongit.freedesktop.org/drm-intel into drm-fixes

Re: [GIT PULL] please pull infiniband.git

2014-11-02 Thread Dave Airlie
On 17 October 2014 08:52, Roland Dreier wrote: > Hi Linus, > > Please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git > tags/rdma-for-linus > > > Main set of InfiniBand/RDMA updates for 3.18 mer

[git pull] drm fixes

2014-11-02 Thread Dave Airlie
ialization drm/exynos: propagate plane initialization errors drm/exynos: init kms poll at the end of initialization drm/exynos: enable vblank after DPMS on drm/exynos: correct connector->dpms field before resuming Dan Carpenter (1): drm/radeon: remove some buggy de

Re: [PATCH] drm/cirrus: bind also to qemu-xen-traditional

2014-10-22 Thread Dave Airlie
No idea why I kept missing this, I've applied it to -fixes now. Dave. On 22 October 2014 18:14, Olaf Hering wrote: > Ping? > > On Tue, Aug 26, Olaf Hering wrote: > >> Ping? >> >> On Thu, Jun 12, Olaf Hering wrote: >> >> > Ping? >> > >> > On Fri, Apr 11, Olaf Hering wrote: >> > >> > > qemu as use

[git pull] drm fixes

2014-10-21 Thread Dave Airlie
memory for DMA ring tests drm/radeon: fix vm page table block size calculation Ben Skeggs (2): drm/gt215/gr: fix initialisation on gddr5 boards drm/nouveau: fix regression on agp boards Dave Airlie (3): Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd

Re: vga and 64-bit memcpy's

2014-10-20 Thread Dave Airlie
On 13 September 2014 01:11, Linus Torvalds wrote: > On Fri, Sep 12, 2014 at 3:48 AM, Dave Airlie wrote: >> >> Well I'm not shocked that an SMI GPU is out of spec, just not sure how >> we can workaround it. > > Try just removing the > > #define scr_memcpy

Re: [PATCH v11 0/3] Add drm driver for Rockchip Socs

2014-10-16 Thread Dave Airlie
On 17 October 2014 10:40, Mark yao wrote: > Hi > I think Rockchip drm driver is ready now, can it land? I probably want to wait until -rc1 though I suppose since its a new driver and self contained we might be able to see if Linus is interested in squeezing it in. Can you send me a git pull requ

[git pull] drm tree for 3.18-rc1

2014-10-13 Thread Dave Airlie
Move internal debugfs functions to drm_internal.h drm: Extract drm/doc: Fixup drm_irq kerneldoc includes. drm: Fixup locking for universal cursor planes drm: Improve debug output for drm_wait_one_vblank drm: Drop grab fpriv->fbs_lock in drm_fb_release Revert &qu

[git pull] drm i915 and nouveau fixes

2014-10-02 Thread Dave Airlie
e out to a workqueue drm/nouveau: make sure display hardware is reinitialised on runtime resume Chris Wilson (1): drm/i915: Flush the PTEs after updating them before suspend Dave Airlie (2): Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linu

[git pull] drm fixes

2014-09-24 Thread Dave Airlie
suspend/resume Dave Airlie (2): Merge tag 'drm-intel-fixes-2014-09-24' of git://anongit.freedesktop.org/drm-intel into drm-fixes Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Jani Nikula (1): drm/i915/hdmi: f

[git pull] drm fixes

2014-09-20 Thread Dave Airlie
issues on certain boards Benjamin Gaignard (1): drm: sti: do not iterate over the info frame array Chris Wilson (1): drm/i915: Fix SRC_COPY width on 830/845g Dave Airlie (3): Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Me

Re: [PATCH] drm/vmwgfx: Fix drm.h include

2014-09-16 Thread Dave Airlie
On 16 September 2014 23:43, Josh Boyer wrote: > On Fri, Sep 5, 2014 at 1:19 PM, Josh Boyer wrote: >> The userspace drm.h include doesn't prefix the drm directory. This can lead >> to compile failures as /usr/include/drm/ isn't in the standard gcc include >> paths. Fix it to be , which matches t

Re: [PATCH 0/2] PCI: Ignore hotplug events for dual GPU systems

2014-09-15 Thread Dave Airlie
> Acked-by: Rafael J. Wysocki Acked-by: Dave Airlie > > for both. > > > --- > > > > Bjorn Helgaas (2): > > PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device > > ACPIPHP / radeon / nouveau: Remove acpi_bus_no_h

Re: vga and 64-bit memcpy's

2014-09-12 Thread Dave Airlie
On 12 September 2014 20:26, Alan Cox wrote: > On Fri, 12 Sep 2014 13:57:20 +1000 > Dave Airlie wrote: > >> Got an bug report from someone using a silicon motion video card in >> VGA mode about corruption that they tracked down to 64-bit memory >> operations not being

[git pull] drm fixes

2014-09-11 Thread Dave Airlie
d handling in gem fault handler drm/i915: Fix irq enable tracking in driver load Dave Airlie (3): Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2014-09-10' of git://anongit.freedeskto

Re: [PATCH v5] ASoC: tda998x: Add a codec to the HDMI transmitter

2014-09-11 Thread Dave Airlie
On 10 September 2014 19:29, Jean-Francois Moine wrote: > This patch adds a CODEC function to the NXP TDA998x HDMI transmitter. > > The CODEC handles both I2S and S/PDIF inputs. > It maintains the audio format and rate constraints according > to the HDMI device parameters (EDID) and does dynamic in

<    1   2   3   4   5   6   7   8   9   10   >