summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2025-05-19 00:18:42 +0300
committerDave Airlie <airlied@redhat.com>2025-05-19 00:18:46 +0300
commit5dca4335ba3316b5433b85f2325311ae144cf68a (patch)
tree2c3cf73b5b3333a0c95c8db2148c673955fdc8db /include
parent7cf346fcf99815a29b2c18409e617f9cf2c40a6d (diff)
parent6cc6e08d4542473d79ea83d9123d9d35e9c01c92 (diff)
downloadlinux-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.h5
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);