aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorMatthew Auld <[email protected]>2024-02-05 15:31:11 +0000
committerMatthew Auld <[email protected]>2024-02-09 10:28:48 +0000
commit63fb531fbfda81bda652546a39333b565aea324d (patch)
tree55fb378c625bc13b579f4086be44f6990bde404c /net/lapb/lapb_subr.c
parent82bd83a0cf7ab1e92bd100fb91081a6855bd3545 (diff)
drm/xe/display: fix i915_gem_object_is_shmem() wrapper
shmem ensures the memory is cleared on allocation, however here we are using TTM, which doesn't natively support shmem (other than for swap), but instead just allocates normal system memory. And we only zero such memory for userspace allocations. In the case of intel_fbdev we are missing the memset_io() since display path incorrectly thinks object is shmem based. Fixes: 44e694958b95 ("drm/xe/display: Implement display support") Signed-off-by: Matthew Auld <[email protected]> Reviewed-by: Suraj Kandpal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions