diff options
| author | Dave Airlie <airlied@redhat.com> | 2026-07-18 08:20:12 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2026-07-18 08:20:41 +1000 |
| commit | 973fd9493ec21f12e760fbbedeb7b0b2317c02f4 (patch) | |
| tree | 59a415cfd250883e7b97b6296a9bbba46aaad6f1 /include | |
| parent | 5554e0599c960a2b320a78ef1429ddb1a1d94aec (diff) | |
| parent | f39283eab44fb7e304677b2aa1d8c38f151b6566 (diff) | |
Merge tag 'amd-drm-fixes-7.2-2026-07-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-7.2-2026-07-17:
amdgpu:
- DCN 4.2 fixes
- NUTMEG fixes
- 8K panel fix
- Backlight fixes
- UserQ fix
- Fix bo->pin leaking in amdgpu_bo_create_reserved()
- VFCT fixes
- devcoredump fixes
- Display fixes
- SMU7 DPM fix
- AC/DC fixes for SMU7 and SI
- Queue reset fix
- PCIe DPM fix
- XHCI/GPU resume ordering fix
- Pageflip timeout fix
amdkfd:
- Fix potential overflow in CWSR size calculation
- DQM error clean up fixes
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patch.msgid.link/20260717215008.998399-1-alexander.deucher@amd.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_utils.h b/include/drm/drm_utils.h index 6a46f755daba..7e077484c5bb 100644 --- a/include/drm/drm_utils.h +++ b/include/drm/drm_utils.h @@ -19,6 +19,7 @@ int drm_get_panel_orientation_quirk(int width, int height); struct drm_panel_backlight_quirk { u16 min_brightness; u32 brightness_mask; + bool force_pwm; }; const struct drm_panel_backlight_quirk * |
