linux_dsm_epyc7002/drivers/gpu/drm/amd/display/dc
Arnd Bergmann d8eed8263a drm/amdgpu/display: provide ASSERT macros unconditionally
It seems impossible to build this driver without setting either
CONFIG_DEBUG_KERNEL or CONFIG_DEBUG_DRIVER:

drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h: In function 'set_reg_field_value_ex':
drivers/gpu/drm/amd/amdgpu/../display/dc/dm_services.h:132:2: error: implicit declaration of function 'ASSERT'; did you mean 'IS_ERR'? [-Werror=implicit-function-declaration]

This moves the ASSERT() macro and related helpers outside of
the #ifdef to get it to build again.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-11-02 13:42:10 -04:00
..
basics drm/amd/display: add performance trace macro to dc 2017-10-21 16:50:00 -04:00
bios drm/amd/display: Fix warning about overflow 2017-10-21 16:50:26 -04:00
calcs drm/amd/display: add performance trace macro to dc 2017-10-21 16:50:00 -04:00
core drm/amd/display: fix null pointer dereference 2017-11-02 13:00:58 -04:00
dce drm/amd/display: Fix warning about uninitialized variable 2017-10-21 16:50:48 -04:00
dce80 amdgpu/dc: remove pointless return from build_pipe_hw_param 2017-09-29 13:02:41 -04:00
dce100 drm/amd/display: add max_video_width cap to dc 2017-10-21 16:47:41 -04:00
dce110 drm/amd/display: Fix no display on Fiji 2017-10-27 13:13:02 -04:00
dce112 amdgpu/dc: remove pointless return from build_pipe_hw_param 2017-09-29 13:02:41 -04:00
dce120 drm/amd/display: Read resource_straps from registers for DCE12 2017-11-02 13:06:26 -04:00
dcn10 drm/amd/display: Minor update to DML 2017-10-21 16:52:32 -04:00
dml amdgpu/dc: inline dml_round_to_multiple 2017-10-21 16:53:03 -04:00
gpio drm/amd/display: fix ifnullfree.cocci warnings 2017-10-21 16:50:37 -04:00
i2caux amdgpu/dc: remove pointless returns in the i2caux constructor paths. (v2) 2017-09-29 13:02:21 -04:00
inc drm/amd/display: WA for 3 display play video hot plug. 2017-10-21 16:51:25 -04:00
irq amdgpu/dc: fix construct return values on irq service. 2017-09-29 13:02:54 -04:00
virtual drm/amd/display: Move power control from link encoder to hwsequencer 2017-10-21 16:44:08 -04:00
dc_bios_types.h drm/amd/display: Rename firmware_info to dc_firmware_info 2017-09-26 18:15:51 -04:00
dc_ddc_types.h drm/amd/display: Roll core_link into dc_link 2017-09-26 18:15:36 -04:00
dc_dp_types.h drm/amd/display: USB-c DP-HDMI dongle shows garbage on Sony TV 2017-09-26 18:06:35 -04:00
dc_helper.c drm/amd/display: use some sensible time out 2017-09-26 18:16:23 -04:00
dc_hw_types.h drm/amd/display: clean up dcn10 dpp after HW review 2017-10-21 16:46:55 -04:00
dc_types.h drm/amd/display: make FBC configurable option 2017-10-21 16:46:05 -04:00
dc.h drm/amd/display: dal 3.1.07 2017-10-21 16:52:07 -04:00
dm_helpers.h drm/amd/display: Implement HDMI retimer settings for RV AM4 support. 2017-09-26 18:16:45 -04:00
dm_pp_smu.h drm/amd/display: refactor pplib/smu communication 2017-09-26 18:16:46 -04:00
dm_services_types.h drm/amd/display: refactor pplib/smu communication 2017-09-26 18:16:46 -04:00
dm_services.h drm/amd/display: Move OS types to os_types.h 2017-10-21 16:51:49 -04:00
irq_types.h drm/amd/display: Add interrupt entries for VBLANK isr. 2017-09-26 17:11:12 -04:00
Makefile drm/amdgpu/display: Enable DCN in DC 2017-09-26 18:06:51 -04:00
os_types.h drm/amdgpu/display: provide ASSERT macros unconditionally 2017-11-02 13:42:10 -04:00