HomeSort by: relevance | last modified time | path
    Searched defs:ectx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c 1212 atom_exec_context ectx; local in function:amdgpu_atom_execute_table_locked
1225 ectx.ctx = ctx;
1226 ectx.ps_shift = ps / 4;
1227 ectx.start = base;
1228 ectx.ps = params;
1229 ectx.abort = false;
1230 ectx.last_jump = 0;
1232 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1234 ectx.ws = NULL;
1243 if (ectx.abort)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c 1177 atom_exec_context ectx; local in function:atom_execute_table_locked
1190 ectx.ctx = ctx;
1191 ectx.ps_shift = ps / 4;
1192 ectx.start = base;
1193 ectx.ps = params;
1194 ectx.abort = false;
1195 ectx.last_jump = 0;
1197 ectx.ws = kcalloc(4, ws, GFP_KERNEL);
1199 ectx.ws = NULL;
1208 if (ectx.abort)
    [all...]

Completed in 13 milliseconds