Searched refs:cli_kref_set (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libdrm/nouveau/ |
H A D | pushbuf.c | 212 cli_kref_set(push->client, bo, kref, push); in pushbuf_kref() 418 cli_kref_set(push->client, bo, NULL, NULL); in pushbuf_flush() 449 cli_kref_set(push->client, bo, NULL, NULL); in pushbuf_refn_fail() 621 cli_kref_set(nvpb->base.client, bo, NULL, NULL); in nouveau_pushbuf_del()
|
H A D | private.h | 66 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set() function
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
H A D | nouveau.c | 884 cli_kref_set(struct nouveau_client *client, struct nouveau_bo *bo, in cli_kref_set() function 1238 ret = cli_kref_set(push->client, bo, NULL, NULL); in pushbuf_flush() 1392 ret = cli_kref_set(push->client, bo, kref, push); in pushbuf_kref() 1452 ret = cli_kref_set(push->client, bo, NULL, NULL); in pushbuf_refn_fail() 1622 cli_kref_set(nvpb->base.client, bo, NULL, NULL); in nouveau_pushbuf_del()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 24.1.6.rst | 105 - nouveau: handle realloc failure inside cli_kref_set
|
H A D | 24.2.0.rst | 2752 - nouveau: handle realloc failure inside cli_kref_set
|