[git pull] drm fixes for 4.16-rc5

2018-03-08 Thread Dave Airlie
Hi Linus, There are a small set of sun4i and i915 fixes: sun4i: divide by zero, clock and LVDS fixes i915: 1 fix for perf and a 1 race fix However amdgpu is a bit more than we are normally comfortable with at this point, however it does fix a lot of display issues with the new DC code which

Re: [git pull] drm fixes for 4.16-rc4

2018-03-01 Thread Dave Airlie
just adding missing ccs. Dave. On 2 March 2018 at 09:20, Dave Airlie wrote: > Hi Linus, > > Pretty much run of the mill drm fixes. > > amdgpu - power management fixes and some display fixes, one ppc 32-bit dma > fix. > i915 - 2 display fixes, 3 gem fixes > sun4i - display

[git pull] drm fixes for v4.16-rc3

2018-02-22 Thread Dave Airlie
Hi Linus, A bunch of fixes for rc3, Exynos fixes for using monotonic timestamps, register definitions and removal of unused file ipu-v3 - minor changes, make some register arrays const+static, fix some leaks meson: fix for vsync atomic: fix for memory leak EDID parser: add quirks for some more

[git pull] drm fixes for 4.16-rc2

2018-02-15 Thread Dave Airlie
Hi Linus, One nouveau regression fix, one AMD quirk and a full set of i915 fixes. The i915 fixes are mostly for things caught by their CI system, main ones being DSI panel fixes and GEM fixes. Pretty quiet overall. Dave. The following changes since commit

[git pull] drm fixes for final (second pull)

2018-01-26 Thread Dave Airlie
Hi Linus, A fairly urgent nouveau regression fix for broken irqs across suspend/resume came in, this was broken but a patch in 4.15 has made it much more obviously broken and now s/r fails a lot more often. The patch removes freeing the irq across s/r which never should have been done anyways.

[git pull] drm fixes for 4.15 final

2018-01-18 Thread Dave Airlie
Hi Linus, This is a set of drm regression fixes that I'd like to get into 4.15 final, but I understand if it's too much too late, and am happy to drop these into -next and make people chase the stable monkey. The i915 change fixes a display corruption problem introduced in 4.15, the nouveau

[git pull] drm fixes for v4.15-rc8

2018-01-11 Thread Dave Airlie
Hey Linus, Hopefully the final set of fixes, Nouveau regression fix, Tegra regression fix, vmwgfx crasher + freed data leak i915 KASAN use after free fix, whitelist register to avoid hang fix, GVT fixes vc4 irq/pm fix Dave. The following changes since commit

[git pull] drm fixes for 4.15-rc7

2018-01-04 Thread Dave Airlie
Hey Linus, Just collecting some fixes to finish my hoildays :-). A few fixes for i915 (one documentation build fix), one ttm fix, one AMD display fix, one omapdrm fix, and a set of armada fixes from Russell. All seem pretty small, you can now return to your latest security news site. Dave.

Re: [git pull] drm fixes for 4.15-rc6

2018-01-04 Thread Jani Nikula
On Fri, 29 Dec 2017, Jani Nikula wrote: > On Thu, 28 Dec 2017, Randy Dunlap wrote: >> It would be good to get this documentation build error patch >> merged into 4.15. Daniel Vetter says that he merged (applied) it. >> >> [PATCH]

Re: [git pull] drm fixes for 4.15-rc6

2017-12-29 Thread Jani Nikula
On Thu, 28 Dec 2017, Randy Dunlap wrote: > It would be good to get this documentation build error patch > merged into 4.15. Daniel Vetter says that he merged (applied) it. > > [PATCH] documentation/gpu/i915: fix docs build error after file rename >

Re: [git pull] drm fixes for 4.15-rc6

2017-12-29 Thread Randy Dunlap
On 12/28/2017 07:18 PM, Dave Airlie wrote: > Hi Linus, > > Just dequeuing some fixes, I'm on holidays next week again, but I > think things should be fine. > > Dave. Hi, It would be good to get this documentation build error patch merged into 4.15. Daniel Vetter says that he merged (applied)

[git pull] drm fixes for 4.15-rc6

2017-12-28 Thread Dave Airlie
Hi Linus, Just dequeuing some fixes, I'm on holidays next week again, but I think things should be fine. Dave. The following changes since commit 464e1d5f23cca236b930ef068c328a64cab78fb1: Linux 4.15-rc5 (2017-12-23 20:47:16 -0800) are available in the git repository at:

[git pull] drm fixes for Xmas (4.15-rc5)

2017-12-21 Thread Dave Airlie
Hi Linus, I've got most of two weeks worth of fixes here due to being on holidays last week. The main things are: Core: Syncobj fd reference count fix Leasing ioctl misuse fix nouveau regression fixes further amdgpu DC fixes sun4i regression fixes I'm not sure I'll see many fixes over next

Re: [git pull] drm fixes for v4.15-rc3

2017-12-11 Thread Philippe Ombredanne
Linus, On Fri, Dec 8, 2017 at 10:16 PM, Linus Torvalds wrote: > On Thu, Dec 7, 2017 at 5:20 PM, Dave Airlie wrote: >> >> This pull is a bit larger than I'd like but a large bunch of it is >> license fixes, AMD wanted to fix the licenses for a

Re: [git pull] drm fixes for v4.15-rc3

2017-12-08 Thread Linus Torvalds
On Thu, Dec 7, 2017 at 5:20 PM, Dave Airlie wrote: > > This pull is a bit larger than I'd like but a large bunch of it is > license fixes, AMD wanted to fix the licenses for a bunch of files > that were missing them, Oh Christ, couldn't they have just added the one-liner SPDX

[git pull] drm fixes for v4.15-rc3

2017-12-07 Thread Dave Airlie
Hi Linus, FYI, I'm on holidays for next week, it's normally a time of the dev cycle where anything urgent happens so things should tick along nicely. I'll have some email access but no serious hw. This pull is a bit larger than I'd like but a large bunch of it is license fixes, AMD wanted to fix

[git pull] drm fixes for 4.15-rc2

2017-11-30 Thread Dave Airlie
Hi Linus, This is a collection of fixes and some cleanups that seemed fine for rc2. core: Atomic helper regression fix. Deferred fbdev fallout regression fix. amdgpu: New display code (dc) dpms, suspend/resume and smatch fixes, along with some others Some regression fixes for amdkfd/radeon. Fix

[git pull] drm fixes for v4.14-rc8

2017-11-02 Thread Dave Airlie
Hi Linus, One nouveau regression fix, Some amdgpu fixes for stable to fix hangs on some harvested Polaris GPUs A set of KASAN and regression fixes for i915, their CI system seems to be working pretty well now. Dave. The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984:

[git pull] drm fixes for v4.14-rc7

2017-10-27 Thread Dave Airlie
Hi Linus, Two amd fixes, one i915 core and a few i915 GVT fixes, things seem fairly quiet. Dave. The following changes since commit bb176f67090ca54869fc1262c913aa69d2ede070: Linux 4.14-rc6 (2017-10-23 06:49:47 -0400) are available in the git repository at:

[git pull] drm fixes for v4.14-rc6

2017-10-20 Thread Dave Airlie
Hi Linus, Standard fixes pull for rc6. One regression fix for amdgpu, a bunch of nouveau fixes that I'd missed a pull req for from Ben last week, some exynos regression fixes, and a few fixes for i915. Dave. The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9: Linux

[git pull] drm fixes for v4.14-rc5

2017-10-13 Thread Dave Airlie
Hi Linus, Couple of the arm people seem to wake up so this has imx and msm fixes, along with a bunch of i915 stable bounds fixes and an amdgpu regression fix. All seems pretty okay for now. Dave. The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4

[git pull] drm fixes for 4.14-rc4

2017-10-05 Thread Dave Airlie
Hi Linus, Some i915 fixes from last two weeks (as they were on a strange base and I just waited for rc3), also a single sun4i hdmi fix. Dave. The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git

[git pull] drm fixes

2017-09-29 Thread Dave Airlie
Hi Linus, Regular fixes pull, some amdkfd, amdgpu, etnaviv, sun4i, qxl, tegra fixes. I've got an outstanding pull for i915 but it wasn't on an rc2 base so I wanted to ship these out first, I might get to it before rc3 or I might not. Dave. The following changes since commit

[git pull] drm fixes for v4.14-rc2

2017-09-21 Thread Dave Airlie
Hi Linus, I've ended up on unplanned + planned leave this week, but there were some fixes I decided to dequeue, some amdkfd bits missed the next pull but they are pretty trivial, so I included them. I'm not sure I'll see much else for rc2, lots of people are at XDC. Dave. The following changes

[git pull] drm fixes for 4.13 final

2017-08-30 Thread Dave Airlie
Hey Linus, Two fixes in the queue for 4.13 final, hopefully that is it. Dave. The following changes since commit cc4a41fe5541a73019a864883297bd5043aa6d98: Linux 4.13-rc7 (2017-08-27 17:20:40 -0700) are available in the git repository at: git://people.freedesktop.org/~airlied/linux

[git pull] drm fixes for 4.13-rc7

2017-08-24 Thread Dave Airlie
Hi Linus, Fixes for rc7, nothing too crazy, some core, i915, and sunxi fixes, Intel CI has been responsible for some of these fixes being required. Dave. The following changes since commit 14ccee78fc82f5512908f4424f541549a5705b89: Linux 4.13-rc6 (2017-08-20 14:13:52 -0700) are available in

[git pull] drm fixes for 4.13-rc6

2017-08-17 Thread Dave Airlie
Hi Linus, Seems to be slowing down nicely, just one amdgpu fix, and a bunch of i915 fixes. Dave. The following changes since commit ef954844c7ace62f773f4f23e28d2d915adc419f: Linux 4.13-rc5 (2017-08-13 16:01:32 -0700) are available in the git repository at:

[git pull] drm fixes for v4.13-rc5

2017-08-10 Thread Dave Airlie
Hi Linus, Nothing too earth shattering here, it just seems like lots of little things all over the place, msm has probably the larger amount of changes, but they all seem fine, otherwise, some rockchip, i915, etnaviv and exynos fixes, along with one nouveau regression fix for some older GPUs.

[git pull] drm fixes for v4.13-rc3

2017-07-27 Thread Dave Airlie
Hi Linus, This is the fixes for 4.13-rc3, as expected people woke up this week, i915 didn't do an -rc2 pull so got a bumper -rc3 pull, and Ben resurfaced on nouveau and fixed a bunch of major crashers seen on Fedora 26, and there are a few vmwgfx fixes as well. Otherwise exynos had some

[git pull] drm fixes for 4.13-rc2

2017-07-20 Thread Dave Airlie
Hi Linus, A bunch of fixes for rc2, two imx regressions, vc4 fix, dma-buf fix, some displayport mst fixes, and an amdkfd fix. Nothing too crazy, I assume we just haven't see much rc1 testing yet. Dave. The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux

[git pull] drm fixes (and mediatek) for 4.13-rc1

2017-07-12 Thread Dave Airlie
Hi Linus, Some fixes tree came in since the main pull request for rc1, primarily i915 and drm-misc and one amd fix. The drm core vblank regression fix is probably the most important thing. I've also added the mediatek feature pull, it wasn't that big and didn't look like it would have any impact

Re: [git pull] drm fixes for 4.12-rc8

2017-07-07 Thread Linus Torvalds
On Wed, Jun 28, 2017 at 12:18 AM, Dave Airlie wrote: > > I've got next locked down, so whenever you open the merge > window and I get back I'll send it to you. Just checking in on this part.. I think the drm stuff it the major missing piece for 4.13 now. Linus

Re: [git pull] drm fixes for 4.12-rc8

2017-06-28 Thread Linus Torvalds
On Wed, Jun 28, 2017 at 12:18 AM, Dave Airlie wrote: > > git://people.freedesktop.org/~airlied/linux drm-fixes-for-v4.12-rc8 That tag does not exist. However: > for you to fetch changes up to 9ff1beb1d19ffe2b26bf9cd2d33e6073d4f4b5fe: That commit 9ff1beb1d19f _is_ the head

[git pull] drm fixes for 4.12-rc8

2017-06-28 Thread Dave Airlie
Hi Linus, This is the final set of fixes for -rc8, just a few i915 and one vmwgfx ones. I'm off on holidays for a week, so if anything shows up for fixes I've asked Daniel or Sean Paul to herd it in the right direction. I've got next locked down, so whenever you open the merge window and I get

[git pull] drm fixes for v4.12-rc7

2017-06-22 Thread Dave Airlie
Hi Linus, A varied bunch of fixes, one for an API regression with connectors, otherwise amdgpu and i915 have a bunch of varied fixes, the shrinker ones being the most important. Dave. The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19

[git pull] drm fixes for 4.12-rc6

2017-06-15 Thread Dave Airlie
Hi Linus, This is the main fixes pull for 4.12-rc6, all pretty normal for this stage, nothing really stands out. The mxsfb one is probably the largest and it's for a black screen boot problem. Dave. The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452: Linux 4.12-rc5

[git pull] drm fixes for 4.12-rc5

2017-06-08 Thread Dave Airlie
Hi Linus, Bit more spread out fixes this time, fixes for 7 drivers + a couple of core fixes. i915 and vmwgfx are the main ones. The vmwgfx ones fix a bunch of regressions in their atomic rework, and a few fixes destined for stable. i915 has some 4.12 regressions and older things that need to be

[git pull] drm fixes for v4.12-rc4

2017-05-31 Thread Dave Airlie
oops forgot subject. On 1 June 2017 at 12:26, Dave Airlie wrote: > Hi Linus, > > This is the main set of fixes for rc4, one amdgpu fix, some exynos > regression fixes, some msm fixes and some i915 and GVT fixes. > > I've got a second regression fix for some DP chips that might

[git pull] drm fixes for v4.12-rc3

2017-05-25 Thread Dave Airlie
Hi Linus, Not a whole lot happening here, a set of amdgpu fixes and one core deadlock fix, and some misc drivers fixes. Dave. The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) are available in the git repository at:

[git pull] drm fixes for 4.12-rc2

2017-05-19 Thread Dave Airlie
Hi Linus, Just some drm fixes for 4.12-rc2, mostly nouveau and i915, fairly quiet as usual for rc2. Dave. The following changes since commit 8b4822de59d5d9919b9b045183a36c673ce20b73: Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md (2017-05-18 12:04:41 -0700)

[git pull] drm fixes for v4.12-rc1

2017-05-14 Thread Dave Airlie
Hi Linus, Some fixes that it would be good to have in rc1. It contains the i915 quiet fix that you reported. It also has an amdgpu fixes pull, with lots of ongoing work on Vega10 which is new in this kernel and is preliminary support so may have a fair bit of movement. Otherwise a few

Re: [git pull] drm fixes for v4.12-rc1

2017-05-14 Thread Linus Torvalds
On Thu, May 11, 2017 at 11:00 PM, Dave Airlie wrote: > > It also has an amdgpu fixes pull, with lots of ongoing work on Vega10 > which is new in this kernel and is preliminary support so may have a > fair bit of movement. Note: I will *not* be taking these kinds of pull

Re: [git pull] drm fixes for v4.12-rc1

2017-05-12 Thread Linus Torvalds
On May 12, 2017 12:30 PM, "Dave Airlie" wrote: > > Dave, time to update your scripts and address book.. wierd gmail failed me. I think gmail is sometimes too smart for its own good. It takes the other recipients into account when auto-completing the recipients list, so even

Re: [git pull] drm fixes for v4.12-rc1

2017-05-12 Thread Dave Airlie
On 13 May 2017 at 04:56, Linus Torvalds wrote: > .. and here's the email repeated for the new dri-devel list, since > apparently Dave sent the pull request to the old no-longer-working one > that just sends annoying bounces. > > Dave, time to update your scripts and

Re: [git pull] drm fixes for v4.12-rc1

2017-05-12 Thread Linus Torvalds
.. and here's the email repeated for the new dri-devel list, since apparently Dave sent the pull request to the old no-longer-working one that just sends annoying bounces. Dave, time to update your scripts and address book.. Linus On Fri, May 12, 2017 at 11:54 AM, Linus Torvalds

[git pull] drm fixes for 4.11 rc7

2017-04-12 Thread Dave Airlie
Hi Linus, I was away the end of last week, so some of these would have been in rc6, and it's Easter from tomorrow, so I decided I better dequeue what I have now. The nouveau changes, just add a hw enable for GP107 display (like a pci id addition really), and fix a couple of regressions. i915 has

[git pull] drm fixes for v4.11-rc6

2017-04-03 Thread Dave Airlie
Hi Linus, I'm going to be away for the latter part of this week, and early next week, so I probably won't get to dequeue any more fixes before -rc6, if anyone has any urgent fixes they can get Daniel's help and maybe send them to you direct, I don't know of anything that is that urgent, hopefully

[git pull] drm fixes for v4.11-rc5

2017-03-31 Thread Dave Airlie
Seems to be quietening down, which means someone will make a liar of me for rc6. Just one vc4, one etnvaiv, one radeon, and a few i915 GVT fixes, and one i915 normal fixes. Dave. The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8: Linux 4.11-rc4 (2017-03-26 14:15:16

[git pull] drm fixes for 4.11-rc4.

2017-03-23 Thread Dave Airlie
Hi Linus, This is the fixes pull request for rc4. It contains one core drm/fbdev regression fix. A set of i915 fixes including a few GVT related fixes, along with some reset fixes. One new PCI id for amdgpu, and some minor workaround regression fixes. A set of exynos fixes, dropping support for

[git pull] drm fixes for v4.10-rc3.

2017-03-16 Thread Dave Airlie
Hi Linus, Bunch of fixes across the drivers, in a St Patrick's day pull request. (please turn terminal colors to green on black or black on green for full effect). On the arm side, tilcdc, omap and malidp got fixes, while amd has some powermanagement fixes, and intel has a set of fixes across

[git pull] drm fixes for 4.11-rc2

2017-03-09 Thread Dave Airlie
Hi Linus, These are the drm fixes I've collected for rc2. Mostly i915 GVT only fixes, along with a single EDID fix, some mxsfb fixes and a few minor amd fixes. Thanks, Dave. The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: Linux 4.11-rc1 (2017-03-05 12:59:56

[git pull] drm fixes for v4.11-rc1

2017-02-28 Thread Dave Airlie
This is a selection of fixes for recent bugs, the vmwgfx one is important to avoid a regression, and compat ioctl one is pretty urgent for stable. Otherwise nothing too much. I've got a separate pull req for some AST hw IBM need to enable. Dave. The following changes since commit

[git pull] drm fixes for v4.10-final

2017-02-16 Thread Dave Airlie
Hi Linus, Just two last minute fixes, one for DP MST oopses and one for a radeon regression. Dave. The following changes since commit 7089db84e356562f8ba737c29e472cc42d530dbc: Linux 4.10-rc8 (2017-02-12 13:03:20 -0800) are available in the git repository at:

[git pull] drm fixes for final v4.10

2017-02-09 Thread Dave Airlie
Hi Linus, This should be the final set of drm fixes for 4.10, one vmwgfx boot fix, one vc4 fix, and a few i915 fixes. Hopefully haven't missed anything. Dave. The following changes since commit d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c: Linux 4.10-rc7 (2017-02-05 15:10:58 -0800) are

[git pull] drm fixes for 4.10-rc7

2017-02-02 Thread Dave Airlie
Hi Linus, Another fixes pull for v4.10, it's a bit big due to the backport of the VMA fixes for i915 that should fix the oops on shutdown problems that you've worked around. There are also two drm core connector registration fixes, a bunch of nouveau regression fixes and two AMD fixes. Dave.

[git pull] drm fixes for 4.10-rc6

2017-01-26 Thread Dave Airlie
Hi Linus, This is the main request for rc6, since really the one earlier was the rc5 one :-) The main thing are the nouveau specific race fixes for the connector locking bug we fixed in -next and reverted here as it has quite large prereqs. These two fixes should solve the problem at that level

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-26 Thread Dave Airlie
On 26 Jan. 2017 19:42, "Daniel Vetter" wrote: On Thu, Jan 26, 2017 at 05:33:57AM +0100, Lukas Wunner wrote: > On Wed, Jan 25, 2017 at 01:54:32PM +0100, Daniel Vetter wrote: > > On Wed, Jan 25, 2017 at 06:10:57PM +0900, Michel Dänzer wrote: > > > On 25/01/17 05:33 PM, Markus

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-26 Thread Daniel Vetter
On Thu, Jan 26, 2017 at 05:33:57AM +0100, Lukas Wunner wrote: > On Wed, Jan 25, 2017 at 01:54:32PM +0100, Daniel Vetter wrote: > > On Wed, Jan 25, 2017 at 06:10:57PM +0900, Michel Dänzer wrote: > > > On 25/01/17 05:33 PM, Markus Trippelsdorf wrote: > > > > On 2017.01.23 at 09:38 +1000, Dave Airlie

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-25 Thread Lukas Wunner
On Wed, Jan 25, 2017 at 01:54:32PM +0100, Daniel Vetter wrote: > On Wed, Jan 25, 2017 at 06:10:57PM +0900, Michel Dänzer wrote: > > On 25/01/17 05:33 PM, Markus Trippelsdorf wrote: > > > On 2017.01.23 at 09:38 +1000, Dave Airlie wrote: > > >>

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-25 Thread Daniel Vetter
On Wed, Jan 25, 2017 at 06:10:57PM +0900, Michel Dänzer wrote: > On 25/01/17 05:33 PM, Markus Trippelsdorf wrote: > > On 2017.01.23 at 09:38 +1000, Dave Airlie wrote: > >> > >> Alex Deucher (8): > >> drm/radeon/si: load special

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-25 Thread Michel Dänzer
On 25/01/17 05:33 PM, Markus Trippelsdorf wrote: > On 2017.01.23 at 09:38 +1000, Dave Airlie wrote: >> >> Alex Deucher (8): >> drm/radeon/si: load special ucode for certain MC configs >> drm/amdgpu/si: load special ucode

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-25 Thread Markus Trippelsdorf
On 2017.01.23 at 09:38 +1000, Dave Airlie wrote: > > Alex Deucher (8): > drm/radeon/si: load special ucode for certain MC configs > drm/amdgpu/si: load special ucode for certain MC configs > drm/amdgpu: drop oland

Re: [git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-23 Thread Daniel Vetter
On Mon, Jan 23, 2017 at 09:38:48AM +1000, Dave Airlie wrote: > Hi Linus, > > Okay holidays and LCA kinda caught up with me, I thought I'd get some > of this dequeued last week, but Hobart was > sunny and warm and not all gloomy and rainy as usual. > > This is a bit large, but not too much

[git pull] drm fixes for 4.10-rc6 (just missed rc5 tagging :-)

2017-01-22 Thread Dave Airlie
Hi Linus, Okay holidays and LCA kinda caught up with me, I thought I'd get some of this dequeued last week, but Hobart was sunny and warm and not all gloomy and rainy as usual. This is a bit large, but not too much considering it's two weeks stuff from AMD and Intel. core: one locking fix that

[git pull] drm fixes for v4.10-rc4

2017-01-09 Thread Dave Airlie
Hi Linus, Just back online for a couple of days, gathered up the remaining fixes pull requests, fixes for a few ARM platforms (msm, tilcdc, meson), and one core atomic fix. The AMD pull has some new hardware support (Polaris12) in it, but this is pretty limited to just hw enablement and shouldn't

[git pull] drm fixes for 4.10-rc1

2016-12-23 Thread Daniel Vetter
On Fri, Dec 23, 2016 at 2:59 AM, Dave Airlie wrote: > Hi Linus, > > Some fixes came in while I was out, mostly intel and amdgpu ones, > with one ast fix. If you can land them before -rc1 it would be good > but I don't mind if they don't. This should also shut up the

[git pull] drm fixes for 4.10-rc1

2016-12-23 Thread Dave Airlie
Hi Linus, Some fixes came in while I was out, mostly intel and amdgpu ones, with one ast fix. If you can land them before -rc1 it would be good but I don't mind if they don't. Dave. The following changes since commit 50f6584e4c626b8fa39edb66f33fec27bab3996c: Merge tag

[git pull] drm fixes for v.4.9

2016-12-04 Thread Dave Airlie
Hi Linus, I awoke this morning to realise I hadn't sent my -fixes pull, I then discovered the office where my build and sign tags machine had a power cut, and since nobody will be in until tomorrow I can't restart my desktop. So this tag is unsigned due to that and the realisation I don't keep my

[git pull] drm fixes for v4.9-rc7

2016-11-25 Thread Dave Airlie
Hi Linus, Seems to be quietening down nicely, a few mediatek, one exynos and one hdlcd fix, along with 2 amd fixes. Dave. The following changes since commit 9c763584b7c8911106bb77af7e648bef09af9d80: Linux 4.9-rc6 (2016-11-20 13:52:19 -0800) are available in the git repository at:

[git pull] drm fixes for rc6 (brown paper bag edition)

2016-11-18 Thread Dave Airlie
Hi, So some i915 fixes came in which I thought they might so I'm sending those along with two reverts for two patches to the mediatek driver that didn't seem to build so well, I've fixed up my -fixes ARM build and .config so I could see it, but yes brown paper bag time. Apologies, Dave. The

[git pull] drm fixes for 4.9-rc6

2016-11-17 Thread Dave Airlie
Hi Linus, There seems to be an uptick in the ARM drivers sending things for fixes which is good, so I've decided to dequeue a bit early, more stuff may arrive before the weekend. This contains mediatek, arcpgu, sunxi, fsl-dcu display controller fixes along with 3 amdgpu fixes, one for a fencing

[git pull] drm fixes for 4.9-rc5

2016-11-11 Thread Dave Airlie
Hi Linus, amdgpu/radeon have a number of power management regressions and fixes along with some better error checking, imx has a single regression fix, udl has a single kmalloc instead of stack for usb control msg fix msm has some fixes for modesetting bugs and regressions, i915 has a one fix for

[git pull] drm fixes for 4.9-rc4

2016-11-08 Thread Daniel Vetter
On Fri, Nov 04, 2016 at 05:58:55PM -0400, Theodore Ts'o wrote: > On Fri, Nov 04, 2016 at 01:38:25PM -0700, Linus Torvalds wrote: > > On Wed, Nov 2, 2016 at 5:31 PM, Dave Airlie wrote: > > > > > > There are a set of fixes for an oops we've been seeing around MST > > > display unplug, > > > > Side

[git pull] drm fixes for 4.9-rc4

2016-11-04 Thread Theodore Ts'o
On Fri, Nov 04, 2016 at 01:38:25PM -0700, Linus Torvalds wrote: > On Wed, Nov 2, 2016 at 5:31 PM, Dave Airlie wrote: > > > > There are a set of fixes for an oops we've been seeing around MST > > display unplug, > > Side note: I heard from a couple of people at the KS that said that > they had

[git pull] drm fixes for 4.9-rc4

2016-11-04 Thread Linus Torvalds
On Wed, Nov 2, 2016 at 5:31 PM, Dave Airlie wrote: > > There are a set of fixes for an oops we've been seeing around MST > display unplug, Side note: I heard from a couple of people at the KS that said that they had had problems with suspend/resume after plugging in to a 4k display (but _only_ a

[git pull] drm fixes for 4.9-rc4

2016-11-03 Thread Dave Airlie
Hi Linus, Hope kernel summit is going well, this is a bit larger than I'd like, but I had some stuff I meant to send for -rc3 but was waiting for the PAT regression fix to land. So this is really fixes for rc3 and rc4 in one go. There are a set of fixes for an oops we've been seeing around MST

[git pull] drm fixes for 4.9-rc2 (part 2)

2016-10-21 Thread Dave Airlie
Hi Linus, Second part of the fixes for rc2, main one being some vmwgfx fixes, also some armada, etnaviv and fsl-dcu fixes. There is a pretty large regression in -rc1 that affects radeon/amdgpu/nouveau and possibly other ttm using drivers with real VRAM on PAT systems, this was due to a change in

[git pull] drm fixes for 4.9-rc2

2016-10-17 Thread Dave Airlie
Hi Linus, Just had a couple of amdgpu fixes and one core fix I wanted to get out early to fix some regressions. I'm sure I'll have more stuff this week for -rc2. Signed tags should be working again. Dave. The following changes since commit 69405d3da98b48633b78a49403e4f9cdb7c6a0f5: Merge

[git pull] drm fixes for 4.8 final

2016-09-30 Thread Dave Airlie
Hi Linus, One big regression fix for udl, along with two amdgpu fixes and two nouveau fixes. All seems pretty safe and useful. Dave. The following changes since commit 08895a8b6b06ed2323cd97a36ee40a116b3db8ed: Linux 4.8-rc8 (2016-09-25 18:47:13 -0700) are available in the git repository

[git pull] drm fixes for 4.8

2016-09-19 Thread Jani Nikula
On Mon, 19 Sep 2016, Jani Nikula wrote: > On Mon, 19 Sep 2016, Dave Airlie wrote: >> Hi Linus, >> >> One important drm 32/64 ABI fix came in so I'll dequeue what I have, the >> rest is >> just exynos runtime pm fixes, but the net removal of code seems like a >> win to me. >> >> I'm going to be

[git pull] drm fixes for 4.8

2016-09-19 Thread Jani Nikula
On Mon, 19 Sep 2016, Dave Airlie wrote: > Hi Linus, > > One important drm 32/64 ABI fix came in so I'll dequeue what I have, the rest > is > just exynos runtime pm fixes, but the net removal of code seems like a > win to me. > > I'm going to be sporadic this week due to school holidays, so if

[git pull] drm fixes for 4.8-rc6

2016-09-17 Thread Dave Airlie
Hi Linus, Two sets of i915 fixes, one set of vc4 crasher fixes, and a couple of atmel fixes. Nothing too out there at this stage, though I think some people are holidaying so it's been quiet enough. I've sent this from my gmail address to see if I can avoid the spam folders. Dave. The

[git pull] drm fixes for 4.8-rc6

2016-09-16 Thread Linus Torvalds
On Fri, Sep 16, 2016 at 3:15 PM, Dave Airlie wrote: > > I've sent this from my gmail address to see if I can avoid > the spam folders. You were successful. Thanks, Linus

[git pull] drm fixes for rc5

2016-09-02 Thread Linus Torvalds
On Thu, Sep 1, 2016 at 10:59 PM, Dave Airlie wrote: > > I've tried using a signed tag, let's see if works. Worked fine. But your email was once again marked as spam. Google hates you, and your email habits. Linus

[git pull] drm fixes for rc5

2016-09-02 Thread Dave Airlie
Hi Linus, This is a drm fixes pull for 4.8-rc5. Contains fixes for imx, amdgpu, vc4, msm and one nouveau ACPI fix. I've tried using a signed tag, let's see if works. Dave. The following changes since commit 3eab887a55424fc2c27553b7bfe32330df83f7b8: Linux 4.8-rc4 (2016-08-28 15:04:33 -0700)

[git pull] drm fixes for rc4 or 5

2016-08-29 Thread Dave Airlie
On 29 August 2016 at 07:35, Linus Torvalds wrote: > On Sun, Aug 28, 2016 at 2:31 PM, Linus Torvalds > wrote: >> >> Anyway, the real problem was that this was in my spam-box. Which I've >> learnt to check religiously, so I noticed almost immediately. > > Btw, on a totally unrelated issue: you

[git pull] drm fixes for rc4 or 5

2016-08-28 Thread Dave Airlie
Hi, I probably missed -rc4 by minutes, but maybe pointless GPL enforcement debates are distracting you enough! Anyways, a bunch of fixes covering i915, amdgpu, one tegra and some core DRM ones. Nothing too strange at this point. Dave. The following changes since commit

[git pull] drm fixes for rc4 or 5

2016-08-28 Thread Linus Torvalds
On Sun, Aug 28, 2016 at 2:31 PM, Linus Torvalds wrote: > > Anyway, the real problem was that this was in my spam-box. Which I've > learnt to check religiously, so I noticed almost immediately. Btw, on a totally unrelated issue: you make thes pull points tags (good), but they are just plain

[git pull] drm fixes for rc4 or 5

2016-08-28 Thread Linus Torvalds
On Sun, Aug 28, 2016 at 2:00 PM, Dave Airlie wrote: > > I probably missed -rc4 by minutes, but maybe pointless GPL enforcement > debates are distracting you enough! Hey, they must be good for _something_. Anyway, the real problem was that this was in my spam-box. Which I've learnt to check

[git pull] drm fixes - part two

2016-08-19 Thread Dave Airlie
Hey, Daniel pointed out I'd missed some i915 fixes, and I also found a single etnaviv fix I missed. So here they are, Thanks, Dave. The following changes since commit 91d62d9f30206be6f7749a0e6f7fa58c6d70c702: Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into

[git pull] drm fixes

2016-08-18 Thread Daniel Vetter
On Thu, Aug 18, 2016 at 4:58 AM, Dave Airlie wrote: > > Hi Linus, > > Pretty quiet so far, a few amdgpu/radeon fixup for pcie pm changes, > and a couple of amdgpu fixes, along with some build fixes, and printk fix. It's missing the intel fixes pile from earlier this week, already pinged Dave

[git pull] drm fixes

2016-08-18 Thread Dave Airlie
Hi Linus, Pretty quiet so far, a few amdgpu/radeon fixup for pcie pm changes, and a couple of amdgpu fixes, along with some build fixes, and printk fix. Dave. The following changes since commit 4b9eaf33d83d91430b7ca45d0ebf8241da489c92: Merge branch 'akpm' (patches from Andrew) (2016-08-11

[git pull] drm fixes

2016-08-09 Thread Dave Airlie
Hi Linus, I thought I should dequeue this, some of these could have made -rc1 if I'd had less illness. This contains a bunch of amdgpu fixes, and some i915 regression fixes. It also contains some fixes for an older regression with some EDID changes and some 6bpc panels. Then there are the

[git pull] drm fixes

2016-07-19 Thread Dave Airlie
Hi Linus, Two i915 regression fixes. Intel have submitted some Kabylake fixes I'll send separately, since this is the first kernel with kabylake support and they don't go much outside that area I think they should be fine. Dave. The following changes since commit

[git pull] drm fixes

2016-07-15 Thread Dave Airlie
Hi Linus, These are just some i915 and amdgpu fixes that shows up, the amdgpu ones are polaris fixes, and i915 is one major regression fix. I've got some vmwgfx fixes that might be a bit large for this time, but I'll send them on in a separate pull so it can be decided. DAve. The following

[git pull] drm fixes

2016-07-08 Thread Dave Airlie
Hi Linus, One nouveau fix, and a few AMD Polaris fixes and some Allwinner fixes. I've got some vmware fixes that I might send separate over the weekend, they fix some black screens, but I'm still debating them. Dave. The following changes since commit

[git pull] drm fixes

2016-06-24 Thread Dave Airlie
Hi Linus, This is the drm fixes tree for 4.7-rc5. It's a bit larger than normal, due to fixes for production AMD Polaris GPUs. We only merged support for these in 4.7-rc1 so it would be good if we got all the fixes into final. The changes don't hit any other hardware. Other than the amdgpu

[git pull] drm fixes for rc4

2016-06-16 Thread Dave Airlie
Hi Linus, Main drm fixes pull for rc4, one regression fix in the connector refcounting, and an MST fix. There rest is nouveau, amdkfd, i915, etnaviv, and radeon/amdgpu fixes, mostly regression or black screen fixes. Dave. The following changes since commit

[git pull] drm fixes for v4.7-rc3

2016-06-10 Thread Dave Airlie
Hi Linus, This weeks instalment of fixes: amdgpu: Lots of memory leak and firmware leak fixes. nouveau: Collection of display fixes, KASAN fixes. vc4: vblank/pageflipping fixes fsl-dcu: Regmap cache fix omap: Unused variable warning fix. Nothing too surprising so far. Dave. The following

[git pull] drm fixes for rc2

2016-06-04 Thread Dave Airlie
Hi Linus, A bunch of ARM drivers got into the fixes vibe this time around, so this contains a bunch of fixes for imx, atmel hlcdc, arm hdlcd (only so many combos of hlcd), mediatek and omap drm. Other than that there is one mgag200 fix and a few core drm regression fixes. Dave. The following

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