]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/oa: Allow reading after disabling OA stream
authorAshutosh Dixit <ashutosh.dixit@intel.com>
Fri, 13 Mar 2026 05:36:30 +0000 (22:36 -0700)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Tue, 17 Mar 2026 22:05:29 +0000 (15:05 -0700)
commit4ff57c5e8dbba23b5457be12f9709d5c016da16e
tree93e0e7ad4680c6ed35700bd7bd2739b6158e2cbe
parent1b12096b4bc5177d685ae098fdb90260ffd5db6b
drm/xe/oa: Allow reading after disabling OA stream

Some OA data might be present in the OA buffer when OA stream is
disabled. Allow UMD's to retrieve this data, so that all data till the
point when OA stream is disabled can be retrieved.

v2: Update tail pointer after disable (Umesh)

Fixes: efb315d0a013 ("drm/xe/oa/uapi: Read file_operation")
Cc: stable@vger.kernel.org
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Reviewed-by: Umesh Nerlige Ramappa<umesh.nerlige.ramappa@intel.com>
Link: https://patch.msgid.link/20260313053630.3176100-1-ashutosh.dixit@intel.com
drivers/gpu/drm/xe/xe_oa.c