Messages in this thread |  | | Subject | Re: linux-next: Tree for Sep 20 (amdgpu-2) | | From | Randy Dunlap <> | | Date | Fri, 20 Sep 2019 15:35:56 -0700 |
| |
On 9/20/19 9:36 AM, Mark Brown wrote: > Hi all, > > News: There will likely be no more -next builds until Stephen returns on > the 30th, I *may* do some next week but it's more likely that I won't > and it certainly won't be every day. > > Changes since 20190919: >
on x86_64:
(1) where is function get_wm_urgent() defined? I cannot find it (i.e., grep cannot find it).
../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function ‘calculate_wm_set_for_vlevel’: ../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:964:22: error: SSE register return with SSE disabled wm_set->urgent_ns = get_wm_urgent(dml, pipes, pipe_cnt) * 1000; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(2) drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c needs #include <linux/slab.h> for the kzalloc() and kfree() function calls.
Thanks. -- ~Randy
|  |