mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 14:48:03 +02:00
drm: One forgotten rename of 'mask' to 'proposed_flags'.
Due to commit d1187641d6.
This commit is contained in:
parent
30fba69a68
commit
f5e5e5c0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ static struct page *drm_bo_vm_fault(struct vm_area_struct *vma,
|
|||
|
||||
if (!(bo->mem.flags & DRM_BO_FLAG_MAPPABLE)) {
|
||||
unsigned long _end = jiffies + 3*DRM_HZ;
|
||||
uint32_t new_mask = bo->mem.mask |
|
||||
uint32_t new_mask = bo->mem.proposed_flags |
|
||||
DRM_BO_FLAG_MAPPABLE |
|
||||
DRM_BO_FLAG_FORCE_MAPPABLE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue