mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 10:26:45 +07:00
drm/i915: missing error case in init status page
Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
796265235b
commit
2e6c21ed63
@ -972,6 +972,7 @@ static int init_status_page(struct intel_ring_buffer *ring)
|
|||||||
ring->status_page.gfx_addr = obj->gtt_offset;
|
ring->status_page.gfx_addr = obj->gtt_offset;
|
||||||
ring->status_page.page_addr = kmap(obj->pages[0]);
|
ring->status_page.page_addr = kmap(obj->pages[0]);
|
||||||
if (ring->status_page.page_addr == NULL) {
|
if (ring->status_page.page_addr == NULL) {
|
||||||
|
ret = -ENOMEM;
|
||||||
goto err_unpin;
|
goto err_unpin;
|
||||||
}
|
}
|
||||||
ring->status_page.obj = obj;
|
ring->status_page.obj = obj;
|
||||||
|
Loading…
Reference in New Issue
Block a user