summaryrefslogtreecommitdiff
path: root/src/amdgpu_probe.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2017-03-06 18:59:23 +0900
committerMichel Dänzer <michel@daenzer.net>2017-03-07 16:57:51 +0900
commita2c360fa1d33d6a5aa64c396197e119ff77d1379 (patch)
tree3d645cb5374e2a1852fb5291a9a64e5eca23acd6 /src/amdgpu_probe.h
parent947017194d07e32876a43ee0efc45fdc71385748 (diff)
Refactor amdgpu_kernel_close_fd helper
Preparation for the following change. Assign pAMDGPUEnt->fd = -1 instead of 0 when we're not using the file descriptor anymore. Reviewed-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/amdgpu_probe.h')
-rw-r--r--src/amdgpu_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amdgpu_probe.h b/src/amdgpu_probe.h
index 0f43233..9e4a9a4 100644
--- a/src/amdgpu_probe.h
+++ b/src/amdgpu_probe.h
@@ -71,6 +71,8 @@ typedef struct {
char *render_node;
} AMDGPUEntRec, *AMDGPUEntPtr;
+extern void amdgpu_kernel_close_fd(AMDGPUEntPtr pAMDGPUEnt);
+
extern const OptionInfoRec *AMDGPUOptionsWeak(void);
extern Bool AMDGPUPreInit_KMS(ScrnInfoPtr, int);