Lines Matching full:need
31 There is a conversion guide for atomic and all you need is a GPU for a
35 As part of this drivers also need to convert to universal plane (which means
77 ``GFP_NOFAIL`` behind the scenes. All legacy paths need to start allocating
103 Core GEM doesn't have a need for ``struct_mutex`` any more since kernel 4.8,
107 For drivers that need ``struct_mutex`` it should be replaced with a driver-
173 which means drivers need to have a special framebuffer for fbdev. Which prevents
179 emulation. It would need to fully wrap the existing mmap ops, forwarding
182 - In the drm_fbdev_fb_mmap helper, if we need defio, change the
215 We also need a 2nd version of the CMA define that doesn't require the
277 these igt tests need to be fixed: kms_fbcon_fbt@psr and
298 In the end no .c file should need to include ``drmP.h`` anymore.
316 need to make sure that they stop fighting over each another.
319 isn't a full solution for panic paths. We need to make sure that it only
325 even spinlocks (because NMI and hardirq can panic too). We need to either
361 time. Drivers shouldn't need to worry about these technicalities, and fixing
376 function tables in drivers, but before we can remove them we need to make sure
402 converting things over. For modeset tests we also first need a bit of