Skip to content

Commit

Permalink
linux (RPi): disable CONFIG_DRM_USE_DYNAMIC_DEBUG
Browse files Browse the repository at this point in the history
This doesn't quite work with vc4 yet

Signed-off-by: Matthias Reichl <[email protected]>
  • Loading branch information
HiassofT committed Jan 5, 2023
1 parent ff9118a commit d7b7c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/RPi/devices/RPi/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@ CONFIG_DVB_SP2=m
CONFIG_DRM=y
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_USE_DYNAMIC_DEBUG=y
# CONFIG_DRM_USE_DYNAMIC_DEBUG is not set
CONFIG_DRM_KMS_HELPER=y
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/RPi/devices/RPi2/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3711,7 +3711,7 @@ CONFIG_DVB_SP2=m
CONFIG_DRM=y
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_USE_DYNAMIC_DEBUG=y
# CONFIG_DRM_USE_DYNAMIC_DEBUG is not set
CONFIG_DRM_KMS_HELPER=y
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
Expand Down
2 changes: 1 addition & 1 deletion projects/RPi/devices/RPi4/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4299,7 +4299,7 @@ CONFIG_DVB_SP2=m
CONFIG_DRM=y
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_USE_DYNAMIC_DEBUG=y
# CONFIG_DRM_USE_DYNAMIC_DEBUG is not set
CONFIG_DRM_KMS_HELPER=y
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
Expand Down

0 comments on commit d7b7c6f

Please sign in to comment.