aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-02 08:49:22 +0100
committerpk33 <pk33@pk33.space>2024-11-02 08:49:22 +0100
commitdd5240ff7a87e85bca15b294236220ac0576055f (patch)
tree81c69e803bbfe8e8a8ba1e14f6c83bad1934f3b3 /src
parent965ab9d57300ab1b9101e2522256a4c32d90bb50 (diff)
downloadengine33-dd5240ff7a87e85bca15b294236220ac0576055f.tar.gz
touchup
Diffstat (limited to 'src')
-rw-r--r--src/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.c b/src/display.c
index 69c7bb2..901a570 100644
--- a/src/display.c
+++ b/src/display.c
@@ -420,7 +420,7 @@ static Size _get_drm_resources( Size fd )
drmData.drmRes.encoder_id_ptr = (__u64)drmData.drmRes_encs;
/* Second call writes drm resource data using the given pointers */
- if( ioctl( fd, (int)DRM_IOCTL_MODE_GETRESOURCES, &drmData.drmRes ) == -1 ) {
+ if( e33_ioctl( fd, (int)DRM_IOCTL_MODE_GETRESOURCES, &drmData.drmRes ) == -1 ) {
logw( "Failed to get drm resources" );
return E33_EXIT_FAILURE;
}