Skip to content
Commit 6a8bd08d authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm: add sudo flag to submit ioctl



This flags cause cmdstream to be executed from the ringbuffer (RB)
instead of IB1.  Normally not something you'd ever want to do, but
it is super useful for firmware debugging.

Hidden behind CAP_SYS_RAWIO and a default=n kconfig option which
depends on EXPERT (and has a suitably scary warning), to prevent
it from being used on accident.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 331dc0bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment