forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit585c6ed
drm/xen-front: Pass dumb buffer data offset to the backend
While importing a dmabuf it is possible that the data of the bufferis put with offset which is indicated by the SGT offset.Respect the offset value and forward it to the backend.Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>Acked-by: Noralf Trønnes <noralf@tronnes.org>Signed-off-by: Juergen Gross <jgross@suse.com>1 parent6f92337 commit585c6ed
File tree
3 files changed
+7
-4
lines changed- drivers/gpu/drm/xen
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
408 | 410 | | |
409 | 411 | | |
410 | 412 | | |
411 | | - | |
| 413 | + | |
412 | 414 | | |
413 | 415 | | |
414 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
0 commit comments
Comments
(0)