Hi Dave,
Just a small fix for uninitialized variable. Hoping you could squeeze it into
the merge window's pull request, but -rc2 is perfectly fine as well.
Thanks,
Oded
The following changes since commit 211afd577a186e18d3eece543c6767420d6f6737:
Merge tag 'drm-vc4-next-2016-03-14' of github
Hi Dave,
Just one small fix before 4.3 merge window:
- Use linux/mman.h instead of uapi's mman-common.h inside the driver.
Thanks,
Oded
The following changes since commit 92cffd56b21c825579f3b37bc7803e4c37073076:
drm/nouveau/dispnv04: fix build on powerpc (2015-08-28 20:33:58 +1000)
ar
On Wed, Aug 05, 2015 at 10:49:57AM +0300, Oded Gabbay wrote:
> On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter wrote:
> > Forwarding -fixes pull to Linus since Dave is on vacation for 2 weeks.
> > -Daniel
> >
>
> Daniel,
> This is for 4.3 merge window...
> This is not for 4.2-rcX
> I don't think w
On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter wrote:
> Forwarding -fixes pull to Linus since Dave is on vacation for 2 weeks.
> -Daniel
>
Daniel,
This is for 4.3 merge window...
This is not for 4.2-rcX
I don't think we need to forward this to Linus.
Oded
Hi Dave,
Two small bug fixes for the code you pulled for 4.3:
- Used a SHIFT define instead of a MASK define to check if a bit is turned on
when destroying hqd. Luckily, this is in gfx7 interface file with amdgpu,
which was used only for bring-up purposes of amdgpu, so no real effect on
a
Forwarding -fixes pull to Linus since Dave is on vacation for 2 weeks.
-Daniel
On Wed, Aug 05, 2015 at 10:05:00AM +0300, Oded Gabbay wrote:
> Hi Dave,
>
> Two small bug fixes for the code you pulled for 4.3:
>
> - Used a SHIFT define instead of a MASK define to check if a bit is turned on
> wh
Hi Dave,
A few fixes to the two pull requests you merged for 4.2:
- Make the reset wavefronts action be per process per device instead of
per process, because one device can be stuck but the other one won't be
- Add some missing properties to the CZ device_info structure
- Rename symbols to
Hi Dave,
Two more fixes for 3.20 amdkfd code:
- Fixing accounting of active queues
- Preserving a register internal state
Thanks,
Oded
The following changes since commit e4bf44b3b558742fb7c58b4d34e206c8942f07e6:
drm/modes: Print the mode status in human readable form (2015-02-03 11:
Hi Dave,
Here is a pull request of fixes for 3.20 patches, including the fix you asked
me when you merged the previous pull request.
Thanks,
Oded
The following changes since commit 281d1bbd34b734e4f22b30b6f3b673dda46a7470:
Merge remote-tracking branch 'origin/master' into drm-next (