From: Oded Gabbay <oded.gabbay@amd.com>
To: airlied@gmail.com
Cc: dri-devel@lists.freedesktop.org
Subject: [PULL] drm-amdkfd-fixes
Date: Mon, 2 Feb 2015 10:11:28 +0200 [thread overview]
Message-ID: <20150202081128.GA14952@amd.com> (raw)
Hi Dave,
Final pull request for 3.19.
Three small fixes that came up during last week, nothing scary:
- Accidently incremented a counter instead of decrementing it (copy-paste error)
- Module parameter of max num of queues must be at least 1 and not 0
- Don't do BUG() as a result from wrong user input
Thanks,
Oded
The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:
Linux 3.19-rc7 (2015-02-01 20:07:21 -0800)
are available in the git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-fixes-2015-02-02
for you to fetch changes up to b9dce23ddc949faa8ba138f8a0811e177c991bf1:
drm/amdkfd: Don't create BUG due to incorrect user parameter (2015-02-02 09:45:24 +0200)
----------------------------------------------------------------
Oded Gabbay (3):
drm/amdkfd: Fix bug in accounting of queues
drm/amdkfd: max num of queues can't be 0
drm/amdkfd: Don't create BUG due to incorrect user parameter
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_module.c | 4 ++--
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 6 +++++-
3 files changed, 8 insertions(+), 4 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2015-02-02 8:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-02 8:11 Oded Gabbay [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-09 11:52 [PULL] drm-amdkfd-fixes Oded Gabbay
2016-06-03 5:58 Oded Gabbay
2016-01-28 13:03 Oded Gabbay
2015-07-09 10:30 Oded Gabbay
2015-06-16 12:45 Oded Gabbay
2015-06-03 18:58 Oded Gabbay
2015-05-07 15:38 Oded Gabbay
2015-03-19 8:22 Oded Gabbay
2015-02-23 8:58 Oded Gabbay
2015-01-26 10:44 Oded Gabbay
2015-01-13 8:03 Oded Gabbay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150202081128.GA14952@amd.com \
--to=oded.gabbay@amd.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.