diff options
author | Dave Airlie <airlied@redhat.com> | 2023-10-20 07:07:41 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2023-10-20 07:07:58 +0300 |
commit | d43c76c8208c1c5e83bcf79c3f08974b231188f3 (patch) | |
tree | 039304968e3c24fdcc3ba2f389b72bd2850435c1 /include/uapi | |
parent | d844fd038fff524f1793ffc9edcc8f4709497e65 (diff) | |
parent | 8f5ad367e8b884772945c6c9fb622ac94b7d3e32 (diff) | |
download | linux-d43c76c8208c1c5e83bcf79c3f08974b231188f3.tar.xz |
Merge tag 'drm-misc-fixes-2023-10-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Short summary of fixes pull:
amdgpu:
- Disable AMD_CTX_PRIORITY_UNSET
bridge:
- ti-sn65dsi86: Fix device lifetime
edid:
- Add quirk for BenQ GW2765
ivpu:
- Extend address range for MMU mmap
nouveau:
- DP-connector fixes
- Documentation fixes
panel:
- Move AUX B116XW03 into panel-simple
scheduler:
- Eliminate DRM_SCHED_PRIORITY_UNSET
ttm:
- Fix possible NULL-ptr deref in cleanup
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20231019114605.GA22540@linux-uq9g
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/drm/nouveau_drm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h index eaf9f248619f..0bade1592f34 100644 --- a/include/uapi/drm/nouveau_drm.h +++ b/include/uapi/drm/nouveau_drm.h @@ -45,8 +45,8 @@ extern "C" { #define NOUVEAU_GETPARAM_HAS_BO_USAGE 15 #define NOUVEAU_GETPARAM_HAS_PAGEFLIP 16 -/** - * @NOUVEAU_GETPARAM_EXEC_PUSH_MAX +/* + * NOUVEAU_GETPARAM_EXEC_PUSH_MAX - query max pushes through getparam * * Query the maximum amount of IBs that can be pushed through a single * &drm_nouveau_exec structure and hence a single &DRM_IOCTL_NOUVEAU_EXEC |