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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 3235 uint32_t pixel_bytes1 = 0; local in function:r100_bandwidth_update
3254 pixel_bytes1 = fb->format->cpp[0];
3297 temp_ff.full = dfixed_const(pixel_bytes1);
3492 stop_req = mode1->hdisplay * pixel_bytes1 / 16;
3500 temp_ff.full = dfixed_const((16/pixel_bytes1));
radeon_r100.c 3235 uint32_t pixel_bytes1 = 0; local in function:r100_bandwidth_update
3254 pixel_bytes1 = fb->format->cpp[0];
3297 temp_ff.full = dfixed_const(pixel_bytes1);
3492 stop_req = mode1->hdisplay * pixel_bytes1 / 16;
3500 temp_ff.full = dfixed_const((16/pixel_bytes1));

Completed in 28 milliseconds