OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usage_bytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atomfirmware.c
81
int
usage_bytes
= 0;
local in function:amdgpu_atomfirmware_allocate_fb_scratch
101
usage_bytes
= 0;
103
usage_bytes
= le16_to_cpu(firmware_usage->used_by_driver_in_kb) << 10;
107
if (
usage_bytes
== 0)
108
usage_bytes
= 20 * 1024;
110
ctx->scratch = kzalloc(
usage_bytes
, GFP_KERNEL);
113
ctx->scratch_size_bytes =
usage_bytes
;
amdgpu_atombios.c
1777
int
usage_bytes
= 0;
local in function:amdgpu_atombios_allocate_fb_scratch
1800
usage_bytes
= 0;
1802
usage_bytes
= le16_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb) * 1024;
1806
if (
usage_bytes
== 0)
1807
usage_bytes
= 20 * 1024;
1809
ctx->scratch = kzalloc(
usage_bytes
, GFP_KERNEL);
1812
ctx->scratch_size_bytes =
usage_bytes
;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c
1417
int
usage_bytes
= 0;
local in function:atom_allocate_fb_scratch
1427
usage_bytes
= le16_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb) * 1024;
1430
if (
usage_bytes
== 0)
1431
usage_bytes
= 20 * 1024;
1433
ctx->scratch = kzalloc(
usage_bytes
, GFP_KERNEL);
1436
ctx->scratch_size_bytes =
usage_bytes
;
Completed in 15 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025