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 running system
- Used a logical AND instead of a bitwise AND operator, when initializing sdma virtual memory when using SDMA queues
Thanks,
Oded
The following changes since commit dcd14dd957f02ef679c61325a2221a0574bdcab3:
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-07-24 14:30:29 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-fixes-2015-08-05
for you to fetch changes up to a63c580a5271b61f12cf91e768120e33792e2907:
drm/amdkfd: fix bug when initializing sdma vm (2015-07-30 09:26:15 +0300)
---------------------------------------------------------------- Oded Gabbay (2): drm/amdgpu: fix bug when amdkfd destroys hqd drm/amdkfd: fix bug when initializing sdma vm
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
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 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 running system
Used a logical AND instead of a bitwise AND operator, when initializing sdma virtual memory when using SDMA queues
Thanks,
Oded
The following changes since commit dcd14dd957f02ef679c61325a2221a0574bdcab3:
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-07-24 14:30:29 +1000)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-fixes-2015-08-05
for you to fetch changes up to a63c580a5271b61f12cf91e768120e33792e2907:
drm/amdkfd: fix bug when initializing sdma vm (2015-07-30 09:26:15 +0300)
Oded Gabbay (2): drm/amdgpu: fix bug when amdkfd destroys hqd drm/amdkfd: fix bug when initializing sdma vm
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter daniel@ffwll.ch 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
On Wed, Aug 05, 2015 at 10:49:57AM +0300, Oded Gabbay wrote:
On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter daniel@ffwll.ch 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.
Oh right totally didn't read the subject correctly. Sorry for the noise everyone. -Daniel
dri-devel@lists.freedesktop.org