aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_functions.c
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2018-11-02 14:25:42 +0100
committerDaniel Vetter <[email protected]>2018-11-06 18:23:31 +0100
commit078b7de41249b989a574339078696663e095cf37 (patch)
tree5baf7e6b2ce9b92baab332f92e4fa1b3410c253e /kernel/trace/trace_functions.c
parenta0c1af46e9d71fdae7df904b91542ce2518382a1 (diff)
drm/file: Uncompact the feature flags
This essentially undoes commit 39868bd7668bd47308b1dfd97c212757caee764f Author: Chris Wilson <[email protected]> Date: Tue Oct 29 08:55:58 2013 +0000 drm: Compact booleans within struct drm_file We do lockless access to these flags everywhere, and it's kinda not a great idea to mix lockless and bitfields. Aside from that gcc isn't generating great code for these. If this ever becomes an issue size-wise, I think we need atomic_t here and atomic bitflag ops. Cc: Chris Wilson <[email protected]> Cc: David Herrmann <[email protected]> Cc: Dave Airlie <[email protected]> Acked-by: Chris Wilson <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'kernel/trace/trace_functions.c')
0 files changed, 0 insertions, 0 deletions