diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-05-19 00:18:42 +0300 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-05-19 00:18:46 +0300 |
| commit | 5dca4335ba3316b5433b85f2325311ae144cf68a (patch) | |
| tree | 2c3cf73b5b3333a0c95c8db2148c673955fdc8db /include | |
| parent | 7cf346fcf99815a29b2c18409e617f9cf2c40a6d (diff) | |
| parent | 6cc6e08d4542473d79ea83d9123d9d35e9c01c92 (diff) | |
| download | linux-5dca4335ba3316b5433b85f2325311ae144cf68a.tar.xz | |
Merge tag 'topic/drm-next-nouveau-r570-2025-05-19-1' of https://gitlab.freedesktop.org/drm/kernel into drm-next
drm/nouveau: r570 and hopper/blackwell support
This series implements support for booting GSP-RM firmware version
570.144, and adds support for GH100, GB10x, and GB20x GPUs.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/display/drm_dp_helper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h index 7b19192c7031..e4ca35143ff9 100644 --- a/include/drm/display/drm_dp_helper.h +++ b/include/drm/display/drm_dp_helper.h @@ -518,6 +518,11 @@ struct drm_dp_aux { * @powered_down: If true then the remote endpoint is powered down. */ bool powered_down; + + /** + * @no_zero_sized: If the hw can't use zero sized transfers (NVIDIA) + */ + bool no_zero_sized; }; int drm_dp_dpcd_probe(struct drm_dp_aux *aux, unsigned int offset); |
