mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -04:00
Merge drm/drm-next into drm-misc-next
Required backmerge since we will be based on top of v5.11, and there has been a request to backmerge already to upstream some features. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
This commit is contained in:
@@ -300,7 +300,7 @@ end:
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* amdgpu_debugfs_regs_read - Callback for reading MMIO registers
|
||||
*/
|
||||
static ssize_t amdgpu_debugfs_regs_read(struct file *f, char __user *buf,
|
||||
@@ -309,7 +309,7 @@ static ssize_t amdgpu_debugfs_regs_read(struct file *f, char __user *buf,
|
||||
return amdgpu_debugfs_process_reg_op(true, f, buf, size, pos);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* amdgpu_debugfs_regs_write - Callback for writing MMIO registers
|
||||
*/
|
||||
static ssize_t amdgpu_debugfs_regs_write(struct file *f, const char __user *buf,
|
||||
|
||||
Reference in New Issue
Block a user