diff options
author | Lionel Landwerlin <[email protected]> | 2019-10-14 21:26:18 +0300 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2020-03-20 00:21:49 +0100 |
commit | 0414dba695e9297cd3833b45a4e510ff877c934b (patch) | |
tree | 68201a5e644b9b4edb110f35bbe8cf7888fd9ed4 /.pick_status.json | |
parent | 29443dad40ad4597a824b69af17c21567e5539bc (diff) |
isl: implement linear tiling row pitch requirement for display
We're missing a requirement for alignment of row pitch for the display
HW. In linear tiling, the row pitch must be a 64bytes aligned.
v2: Use correct formula to align to 64bytes (Chad)
v3: Matching {} (Jason)
Signed-off-by: Lionel Landwerlin <[email protected]>
Cc: <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4243>
(cherry picked from commit 157a3cf3ecb6917c26508c5bf641e1b8c58e6228)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index 88e44701374..12b512a3560 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -94,7 +94,7 @@ "description": "isl: implement linear tiling row pitch requirement for display", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": null }, |