| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_sprite.c | 791 int contrast, brightness, sh_scale, sh_sin, sh_cos; local in function:vlv_update_clrc 803 sh_scale = DIV_ROUND_CLOSEST(128 << 7, 240 - 128); 804 sh_sin = SIN_0 * sh_scale; 805 sh_cos = COS_0 * sh_scale; 810 sh_scale = 1 << 7; 811 sh_sin = SIN_0 * sh_scale; 812 sh_cos = COS_0 * sh_scale;
|
| intel_sprite.c | 791 int contrast, brightness, sh_scale, sh_sin, sh_cos; local in function:vlv_update_clrc 803 sh_scale = DIV_ROUND_CLOSEST(128 << 7, 240 - 128); 804 sh_sin = SIN_0 * sh_scale; 805 sh_cos = COS_0 * sh_scale; 810 sh_scale = 1 << 7; 811 sh_sin = SIN_0 * sh_scale; 812 sh_cos = COS_0 * sh_scale;
|