mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 05:30:13 +01:00
Fix tt fixed size that slipped through in previous commit.
This commit is contained in:
parent
235f6fc650
commit
c97149b45b
1 changed files with 1 additions and 1 deletions
|
|
@ -1562,7 +1562,7 @@ int drm_mm_init_ioctl(DRM_IOCTL_ARGS)
|
|||
if (arg.req.tt_p_size) {
|
||||
ret = drm_mm_init(&bm->tt_manager,
|
||||
arg.req.tt_p_offset,
|
||||
3000 /*arg.req.tt_p_size*/);
|
||||
arg.req.tt_p_size);
|
||||
bm->has_tt = 1;
|
||||
bm->use_tt = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue