From dfc211ed438658e3214be140e968b18f22784409 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 1 Apr 2024 12:53:37 +0100 Subject: [PATCH] docs/isl: stop trying to link to classic drivers code It doesn't exist anymore since cdde031ac2c812472165 ("classic/i965: Remove driver"). Part-of: --- docs/isl/units.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/isl/units.rst b/docs/isl/units.rst index cfa552e9062..87509efab79 100644 --- a/docs/isl/units.rst +++ b/docs/isl/units.rst @@ -30,7 +30,7 @@ rows of samples. For block-compressed images, this meant it had to be a multiple of the block height. On Skylake, it changed to always being in rows of elements so you have to divide the pitch in samples by the compression block height. Since the old surface state code tries to store things in -hardware units, everyone who ever reads :c:expr:`brw_mipmap_tree.qpitch` has +hardware units, everyone who ever reads ``brw_mipmap_tree.qpitch`` has to change their interpretation based on hardware generation and whether or not the surface was block-compressed. In ISL, we have :c:member:`isl_surf.array_pitch_el_rows` which, as the name says, is in rows