twx-linux/drivers/gpu/drm/amd/display/include
David Francis b8f3439fa5 drm/amd/display: Remove use of division operator for long longs
In fixed31_32.h, in dc_fixpt_shl,'/' was used for division of one long
long int by another long long int.  As there is no inbuilt long long
int division function in c, gcc inserted its own.  However, gcc does not
link the library that contains this function.  To avoid this, use
bitwise operators instead of /

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-05-24 10:07:56 -05:00
..
audio_types.h
bios_parser_interface.h
bios_parser_types.h drm/amd/display: remove dead code 2017-09-26 17:10:34 -04:00
dal_asic_id.h drm/amdgpu/display: fix vega12/20 handling in dal_asic_id.h 2018-05-18 16:08:19 -05:00
dal_types.h drm/amdgpu/display: remove VEGAM config option 2018-05-18 16:08:18 -05:00
ddc_service_types.h drm/amd/display: Clean some unneeded defines from ddc_service_types.h 2017-12-04 16:33:22 -05:00
dpcd_defs.h drm/amd/display: support PHY compliance automation for CP2520 pattern 1/2/3 2017-09-26 17:20:19 -04:00
fixed31_32.h drm/amd/display: Remove use of division operator for long longs 2018-05-24 10:07:56 -05:00
gpio_interface.h
gpio_service_interface.h
gpio_types.h
grph_object_ctrl_defs.h drm/amd/display: Move MAX_TMDS_CLOCK define to header 2018-02-19 14:17:23 -05:00
grph_object_defs.h
grph_object_id.h drm/amd/display: Remove grph_object_id.c and move function to bios_parser 2017-12-14 11:01:07 -05:00
i2caux_interface.h drm/amd/display: Refactor edid read. 2017-09-26 17:22:17 -04:00
irq_service_interface.h
link_service_types.h drm/amd/display: Update Link Training Fallback logic 2018-03-05 15:34:03 -05:00
logger_interface.h drm/amd/display: use macro for logs 2018-05-18 16:08:27 -05:00
logger_types.h drm/amd/display: Make DisplayStats work with just DC DisplayStats minor 2018-05-18 16:08:22 -05:00
set_mode_types.h drm/amd/display: start using linux hdmi header 2017-09-26 17:09:26 -04:00
signal_types.h drm/amd/display: Move MAX_TMDS_CLOCK define to header 2018-02-19 14:17:23 -05:00
vector.h