commit | 3d02b7fee9c3ece1746f5b06c4143b511383fc6b | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Fri Apr 15 02:47:49 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 04 20:23:15 2016 -0400 |
tree | 8a15635277e2b10b6bd5c282107d975a39b74e76 | |
parent | b76af4a41927994e130500659866efbd992deb9d [diff] |
drm/radeon: Allow setting shader registers using DMA/COPY packet3 on SI. Mesa uses a COPY_DATA packet to copy the grid size for indirect dispatches into COMPUTE_USER_DATA_*. Setting those registers with a SET_SH_REG packet is allowed, not allowing them with other packets seems like an oversight. v2: Clarify commit message. Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>