mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 05:10:13 +01:00
commit Abraham vd Merwe fix.
This commit is contained in:
parent
ca820fca87
commit
bdd84e8958
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ static int DRM(_vm_info)(char *buf, char **start, off_t offset, int request,
|
|||
DRM_PROC_PRINT("slot offset size type flags "
|
||||
"address mtrr\n\n");
|
||||
i = 0;
|
||||
list_for_each(list, &dev->maplist->head) {
|
||||
if (dev->maplist != NULL) list_for_each(list, &dev->maplist->head) {
|
||||
r_list = (drm_map_list_t *)list;
|
||||
map = r_list->map;
|
||||
if(!map) continue;
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ static int DRM(_vm_info)(char *buf, char **start, off_t offset, int request,
|
|||
DRM_PROC_PRINT("slot offset size type flags "
|
||||
"address mtrr\n\n");
|
||||
i = 0;
|
||||
list_for_each(list, &dev->maplist->head) {
|
||||
if (dev->maplist != NULL) list_for_each(list, &dev->maplist->head) {
|
||||
r_list = (drm_map_list_t *)list;
|
||||
map = r_list->map;
|
||||
if(!map) continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue