diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atom.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/atom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/atom.c b/drivers/gpu/drm/amd/amdgpu/atom.c index a0346a90d805..331bd059d2ec 100644 --- a/drivers/gpu/drm/amd/amdgpu/atom.c +++ b/drivers/gpu/drm/amd/amdgpu/atom.c | |||
@@ -1022,7 +1022,8 @@ static void atom_op_xor(atom_exec_context *ctx, int *ptr, int arg) | |||
1022 | 1022 | ||
1023 | static void atom_op_debug(atom_exec_context *ctx, int *ptr, int arg) | 1023 | static void atom_op_debug(atom_exec_context *ctx, int *ptr, int arg) |
1024 | { | 1024 | { |
1025 | printk(KERN_INFO "unimplemented!\n"); | 1025 | uint8_t val = U8((*ptr)++); |
1026 | SDEBUG("DEBUG output: 0x%02X\n", val); | ||
1026 | } | 1027 | } |
1027 | 1028 | ||
1028 | static struct { | 1029 | static struct { |