Re: 5.11-rc1 TTM list corruption

2021-01-06 Thread Alex Deucher
On Wed, Jan 6, 2021 at 11:54 AM David Woodhouse wrote: > > On Tue, 2021-01-05 at 16:40 +0100, Christian König wrote: > > Am 05.01.21 um 13:20 schrieb Huang Rui: > > > On Tue, Jan 05, 2021 at 07:43:51PM +0800, Borislav Petkov wrote: > > > > On Tue, Jan 05, 2021 at 07:08:52PM +0800, Huang Rui wrote:

[pull] amdgpu drm-fixes-5.11

2021-01-06 Thread Alex Deucher
regression fix - Drop DCN support for aarch64 - Misc other fixes ---- Alex Deucher (2): drm/amdgpu/display: drop DCN support for aarch64 Revert "drm/amd/display: Fix memory leaks in S3 resume" Arnd Bergmann (1): d

Re: [PATCH 2/3] drm: uapi: Use SPDX in DRM drivers uAPI headers

2021-01-07 Thread Alex Deucher
On Wed, Dec 16, 2020 at 10:30 AM Greg Kroah-Hartman wrote: > > On Wed, Dec 16, 2020 at 02:52:25PM +, Deucher, Alexander wrote: > > [AMD Public Use] > > > > > -Original Message- > > > From: Laurent Pinchart > > > Sent: Tuesday, December 15, 2020 9:15 PM > > > To: Koenig, Christian > >

Re: [PATCH 0/3] Revert "drm/amd/display: Expose new CRC window property" and changes associated with this commit

2021-01-07 Thread Alex Deucher
xander Deucher > Cc: Harry Wentland > Cc: Roman Li > Cc: Bindu R > Cc: Daniel Vetter Series is: Acked-by: Alex Deucher > > 1. https://www.spinics.net/lists/dri-devel/msg283767.html > > Thanks > > Rodrigo Siqueira (3): > Revert "drm/amd/display: Fi

Re: [PATCH] MAINTAINERS: update radeon/amdgpu/amdkfd git trees

2021-01-08 Thread Alex Deucher
On Tue, Jan 5, 2021 at 3:15 PM Alex Deucher wrote: > > FDO is out of space, so move to gitlab. > > Signed-off-by: Alex Deucher Ping? Any objections? Alex > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTA

Re: [PATCH 04/40] drm/amd/amdgpu/amdgpu_ih: Update 'amdgpu_ih_decode_iv_helper()'s function header

2021-01-08 Thread Alex Deucher
rm/amd/amdgpu/amdgpu_ih.c:220: warning: Function parameter or > member 'entry' not described in 'amdgpu_ih_decode_iv_helper' > > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Felix Kuehling > Cc: am

Re: [PATCH 05/40] drm/amd/amdgpu/vega20_ih: Add missing descriptions for 'ih' and fix spelling error

2021-01-08 Thread Alex Deucher
rm/amd/amdgpu/vega20_ih.c:421: warning: Function parameter or > member 'ih' not described in 'vega20_ih_irq_rearm' > drivers/gpu/drm/amd/amdgpu/vega20_ih.c:447: warning: Function parameter or > member 'ih' not described in 'vega20_ih_set_rptr' >

Re: [PATCH 06/40] drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0: Provide description of 'call_back_func'

2021-01-08 Thread Alex Deucher
'get_powerplay_table_entry_v1_0' > > Cc: Evan Quan > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jo

Re: [PATCH 07/40] drm/amd/pm/powerplay/hwmgr/ppatomctrl: Fix documentation for 'mpll_param'

2021-01-08 Thread Alex Deucher
9: warning: > Function parameter or member 'mpll_param' not described in > 'atomctrl_get_memory_pll_dividers_vi' > drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:339: warning: > Excess function parameter 'dividers' description in >

Re: [PATCH 08/40] drm/amd/pm/powerplay/hwmgr/vega12_hwmgr: Fix legacy function header formatting

2021-01-08 Thread Alex Deucher
On Fri, Jan 8, 2021 at 3:15 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:728: > warning: Function parameter or member 'hwmgr' not described in > 'vega12_init_smc_tab

Re: [PATCH 09/40] drm/amd/pm/powerplay/hwmgr/vega20_hwmgr: Fix legacy function header formatting

2021-01-08 Thread Alex Deucher
On Fri, Jan 8, 2021 at 3:15 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:781: > warning: Function parameter or member 'hwmgr' not described in > 'vega20_init_smc_tab

Re: [PATCH 10/40] drm/amd/pm/powerplay/hwmgr/smu7_hwmgr: Fix formatting and spelling issues

2021-01-08 Thread Alex Deucher
08: warning: > Excess function parameter 'usMaxFanRpm' description in > 'smu7_set_max_fan_rpm_output' > > Cc: Evan Quan > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.o

Re: [PATCH 11/40] drm/amd/pm/powerplay/hwmgr/hwmgr: Move prototype into shared header

2021-01-08 Thread Alex Deucher
On Fri, Jan 8, 2021 at 3:15 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:5474:5: > warning: no previous prototype for ‘vega10_hwmgr_init’ [-Wmissing-prototypes] > > Cc: Evan Qua

Re: [PATCH 12/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Fix a bunch of kernel-doc formatting issues

2021-01-08 Thread Alex Deucher
; drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1750: > warning: Cannot understand * @brief Populates single SMC GFXCLK structure > using the provided clock. > drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1811: > warning: Cannot understand * @brief Popu

Re: [PATCH 13/40] drm/amd/display/dc/basics/conversion: Demote obvious kernel-doc abuse

2021-01-08 Thread Alex Deucher
7;buffer_size' not described in > 'convert_float_matrix' > drivers/gpu/drm/amd/amdgpu/../display/dc/basics/conversion.c:86: warning: > Excess function parameter 'param' description in 'convert_float_matrix' > > Cc: Harry Wentland >

Re: [PATCH 14/40] drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs: Demote non-kernel-doc comment blocks

2021-01-08 Thread Alex Deucher
Function parameter or member 'm' not described in > 'dmub_fw_state_show' > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:743: > warning: Function parameter or member 'data' not described in > 'dmub_fw_state_show' >

Re: [PATCH 15/40] drm/amd/display/dc/bios/command_table_helper: Fix kernel-doc formatting

2021-01-08 Thread Alex Deucher
;t' not described in > 'dal_cmd_table_helper_transmitter_bp_to_atom' > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@

Re: [PATCH 16/40] drm/amd/display/dc/bios/command_table_helper2: Fix legacy formatting problems

2021-01-08 Thread Alex Deucher
;t' not described in > 'dal_cmd_table_helper_transmitter_bp_to_atom2' > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org >

Re: [PATCH 17/40] drm/amd/display/dc/bios/bios_parser: Make local functions static

2021-01-08 Thread Alex Deucher
missing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:2692:16: > warning: no previous prototype for ‘get_bracket_layout_record’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König"

Re: [PATCH 18/40] drm/amd/display/dc/bios/bios_parser: Fix a whole bunch of legacy doc formatting

2021-01-08 Thread Alex Deucher
id' not described in > 'get_ss_entry_number_from_internal_ss_info_tbl_V3_1' > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:1783: warning: > Function parameter or member 'dcb' not described in > 'bios_parser_get_gpio_pin_info

Re: [PATCH 19/40] drm/amd/display/dc/bios/command_table: Remove unused variable

2021-01-08 Thread Alex Deucher
_table.c: In function > ‘adjust_display_pll_v2’: > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table.c:1459:35: > warning: variable ‘params’ set but not used [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian Kön

Re: [PATCH 21/40] drm/amd/display/dc/calcs/dce_calcs: Remove unused variables 'v_filter_init_mode' and 'sclk_lvl'

2021-01-08 Thread Alex Deucher
t used [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones

Re: [PATCH 22/40] drm/amd/display/dc/bios/bios_parser2: Fix some formatting issues and missing parameter docs

2021-01-08 Thread Alex Deucher
rser_get_spread_spectrum_info' > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser2.c:1210: warning: > Function parameter or member 'dcb' not described in > 'bios_parser_set_scratch_critical_state' > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bi

Re: [PATCH 23/40] drm/amd/display/dc/dce/dce_audio: Make function invoked by reference static

2021-01-08 Thread Alex Deucher
entland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: Charlene Liu > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied

Re: [PATCH 24/40] drm/amd/display/dc/dce/dce_stream_encoder: Remove unused variable 'regval'

2021-01-08 Thread Alex Deucher
tream_encoder.c:70:11: > warning: variable ‘regval’ set but not used [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: George Shen > Cc: Eric Bern

Re: [PATCH 25/40] drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference static

2021-01-08 Thread Alex Deucher
arning: no previous prototype for ‘dce60_link_encoder_dp_set_phy_pattern’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: amd-...@lists.freedesktop.org &

Re: [PATCH 26/40] drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy function headers

2021-01-08 Thread Alex Deucher
ember 'clk_src' not described in > 'dce110_get_pix_clk_dividers_helper' > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_clock_source.c:478: > warning: Function parameter or member 'pll_settings' not described in > 'dce110_get_pix_clk_dividers_helper&#

Re: [PATCH 27/40] drm/amd/pm/powerplay/hwmgr/vega10_hwmgr: Fix worthy function headers, demote barely documented one

2021-01-08 Thread Alex Deucher
arning: Function parameter or member 'current_mem_soc_vind' not described in > 'vega10_populate_single_memory_level' > drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2871: > warning: Function parameter or member 'bitmap' not described in

Re: [PATCH 28/40] drm/amd/display/dc/dce/dce_transform: Remove 3 unused/legacy variables

2021-01-08 Thread Alex Deucher
gt; warning: variable ‘expan_mode’ set but not used [-Wunused-but-set-variable] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_transform.c:1040:6: > warning: variable ‘pixel_depth’ set but not used [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex D

Re: [PATCH 29/40] drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load_iram'

2021-01-08 Thread Alex Deucher
; drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_dmcu.c:31: > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Krunoslav Kovac > Cc: amd-...@lists.freedesktop.org > Cc: dri-dev

Re: [PATCH 30/40] drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file it's used in

2021-01-08 Thread Alex Deucher
defined but not used [-Wunused-const-variable=] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop

Re: [PATCH 31/40] drm/amd/display/dc/dce/dce_opp: Make local functions and ones invoked by reference static

2021-01-08 Thread Alex Deucher
_pixel_encoding’ > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_opp.c:681:6: warning: no > previous prototype for ‘dce60_opp_program_fmt’ [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König"

Re: [PATCH 32/40] drm/amd/display/dc/dce/dce_aux: Remove unused function 'get_engine_type'

2021-01-08 Thread Alex Deucher
On Fri, Jan 8, 2021 at 3:16 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_aux.c:391:25: warning: no > previous prototype for ‘get_engine_type’ [-Wmissing-prototypes] > > Cc: Harry Wentland >

Re: [PATCH 34/40] drm/amd/display/dc/bios/bios_parser: Fix misspelling of function parameter

2021-01-08 Thread Alex Deucher
#x27; > drivers/gpu/drm/amd/amdgpu/../display/dc/bios/bios_parser.c:997: warning: > Excess function parameter 'ssinfo' description in 'get_ss_info_from_tbl' > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: Dav

Re: [PATCH 35/40] drm/amd/display/dc/bios/command_table: Remove unused variable and associated comment

2021-01-08 Thread Alex Deucher
462:11: > warning: unused variable ‘pixel_clock_10KHz_in’ [-Wunused-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Lee Jones > Cc: amd-...@lists.freedesktop.org > C

Re: [PATCH 36/40] drm/amd/display/dc/dce/dce_i2c_hw: Make functions called by reference static

2021-01-08 Thread Alex Deucher
es] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_hw.c:505:6: warning: no > previous prototype for ‘dce_i2c_hw_engine_submit_payload’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: Dav

Re: [PATCH 37/40] drm/amd/display/dc/dce/dce_i2c_sw: Make a bunch of local functions static

2021-01-08 Thread Alex Deucher
channel_request’ > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_sw.c:443:6: warning: no > previous prototype for ‘dce_i2c_sw_engine_submit_payload’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: &

Re: [PATCH 38/40] drm/amd/display/dc/dce/dce_panel_cntl: Remove unused variables 'bl_pwm_cntl' and 'pwm_period_cntl'

2021-01-08 Thread Alex Deucher
panel_cntl.c:54:11: > warning: variable ‘bl_pwm_cntl’ set but not used [-Wunused-but-set-variable] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_panel_cntl.c:53:11: > warning: variable ‘pwm_period_cntl’ set but not used > [-Wunused-but-set-variable] > > Cc: Harry Wentland &g

Re: [PATCH 39/40] drm/amd/display/dc/dce/dmub_psr: Demote non-conformant kernel-doc headers

2021-01-08 Thread Alex Deucher
rs/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_psr.c:323: warning: > Function parameter or member 'psr' not described in 'dmub_psr_construct' > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_psr.c:323: warning: > Function parameter or member 'ctx' not descri

Re: [PATCH 40/40] drm/amd/display/dc/gpio/hw_factory: Delete unused function 'dal_hw_factory_destroy'

2021-01-08 Thread Alex Deucher
entland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied. Thanks! Alex > --- > drivers/gpu/drm/a

Re: [PATCH] MAINTAINERS: update radeon/amdgpu/amdkfd git trees

2021-01-08 Thread Alex Deucher
On Fri, Jan 8, 2021 at 3:52 PM Abramov, Slava wrote: > > [AMD Official Use Only - Internal Distribution Only] > > > Why not just https://gitlab.freedesktop.org/agd5f/linux ? I guess that works too. Alex > > From: amd-gfx on behalf of Al

[pull] radeon, amdgpu drm-next-5.12

2021-01-08 Thread Alex Deucher
fixes radeon: - Fixes for platforms that can't access PCI resources correctly - Misc code cleanups Alex Deucher (6): drm/amdgpu: fix handling of irq domains on soc15 and newer GPUs drm/amdkfd: check both client i

Re: [PATCH v2] drm: Check actual format for legacy pageflip.

2021-01-11 Thread Alex Deucher
her drivers and it doesn't look like they end up triggering > this case so I think this is safe to relax. > > Signed-off-by: Bas Nieuwenhuizen > Reviewed-by: Daniel Vetter > Reviewed-by: Zhan Liu > Acked-by: Christian König > Acked-by: Alex Deucher > Fixes: 816853f9

Re: [PATCH v2 02/10] drm: uapi: amd: Use SPDX in DRM drivers uAPI headers

2021-01-11 Thread Alex Deucher
On Tue, Dec 15, 2020 at 9:44 PM Laurent Pinchart wrote: > > The AMD DRM drivers uAPI headers are licensed under the MIT license, > and carry copies of the license with slight variations. Replace them > with SPDX headers. > > Signed-off-by: Laurent Pinchart Acke

Re: [PATCH -next] drm/amd/display: tweak the kerneldoc for active_vblank_irq_count

2021-01-11 Thread Alex Deucher
Applied. Thanks! Alex On Mon, Jan 11, 2021 at 10:54 AM Lakha, Bhawanpreet wrote: > > [AMD Official Use Only - Internal Distribution Only] > > > Thanks, > > Reviewed-by: Bhawanpreet Lakha > > From: Lukas Bulwahn > Sent: January 11, 2021 3:46 AM > To: Lakha, Bha

Re: [PATCH][next] drm/amdgpu: Add missing BOOTUP_DEFAULT to profile_name[]

2021-01-11 Thread Alex Deucher
On Mon, Jan 11, 2021 at 6:46 AM Colin King wrote: > > From: Colin Ian King > > A recent change added a new BOOTUP_DEFAULT power profile mode > to the PP_SMC_POWER_PROFILE enum but omitted updating the > corresponding profile_name array. Fix this by adding in the > missing BOOTUP_DEFAULT to profi

Re: [PATCH v16 0/4] RDMA: Add dma-buf support

2021-01-11 Thread Alex Deucher
On Mon, Jan 11, 2021 at 12:44 PM Xiong, Jianxin wrote: > > > -Original Message- > > From: Jason Gunthorpe > > Sent: Monday, January 11, 2021 7:43 AM > > To: Xiong, Jianxin > > Cc: linux-r...@vger.kernel.org; dri-devel@lists.freedesktop.org; Doug > > Ledford ; Leon Romanovsky > > ; Sumit

Re: [PATCH v2] drm: Check actual format for legacy pageflip.

2021-01-11 Thread Alex Deucher
On Mon, Jan 11, 2021 at 11:39 AM Bas Nieuwenhuizen wrote: > > On Mon, Jan 11, 2021 at 4:02 PM Alex Deucher wrote: > > > > On Sat, Jan 9, 2021 at 9:11 PM Bas Nieuwenhuizen > > wrote: > > > > > > With modifiers one can actually have different format_inf

Re: [PATCH v2 0/4] Revert "drm/amd/display: Expose new CRC window property" and changes associated with this commit

2021-01-12 Thread Alex Deucher
ot; > Revert "drm/amd/display: Expose new CRC window property" > > Wayne Lin (1): > drm/amd/display: Fix to be able to stop crc calculation > Series is: Acked-by: Alex Deucher > .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 142 ++ > .

Re: [PATCH 1/1] drm/amdgpu: Remove unused variable

2021-01-12 Thread Alex Deucher
On Tue, Jan 12, 2021 at 12:46 PM Nirmoy Das wrote: > > Remove unused space_needed variable. > > Fixes: 453f617a30a ("drm/amdgpu: Resize BAR0 to the maximum available size, > even if it doesn't cover VRAM") > Signed-off-by: Nirmoy Das Reviewed-by: Alex Deuch

Re: [PATCH] drm: amdgpu: pm: Mark vangogh_clk_dpm_is_enabled() as static

2021-01-12 Thread Alex Deucher
On Tue, Jan 12, 2021 at 3:23 PM Souptick Joarder wrote: > > kernel test robot throws below warnings -> > > drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:594:6: > warning: no previous prototype for 'vangogh_clk_dpm_is_enabled' > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../pm

Re: [PATCH 01/40] drm/amd/display/dc/dce/dce_aux: Mark 'dce_aux_transfer_raw' as __maybe_unused

2021-01-12 Thread Alex Deucher
rning: > variable ‘bytes_replied’ set but not used [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.fre

Re: [PATCH 02/40] drm/amd/display/dc/dce/dce_link_encoder: Remove unused variable 'value0'

2021-01-12 Thread Alex Deucher
/../display/dc/dce/dce_link_encoder.c:1506:11: > warning: variable ‘value0’ set but not used [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Ros

Re: [PATCH 04/40] drm/amd/display/dc/dce/dce_opp: Demote non-compliant kernel-doc headers

2021-01-12 Thread Alex Deucher
r or member 'opp110' not described in 'set_pixel_encoding' > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_opp.c:478: warning: > Function parameter or member 'params' not described in 'set_pixel_encoding' > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_opp.c:51

Re: [PATCH 05/40] drm/amd/display/dc/dce/dce_transform: Demote kernel-doc abuse

2021-01-12 Thread Alex Deucher
g: > Cannot understand > * > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: amd-...@lists.freedesk

Re: [PATCH 06/40] drm/amd/display/dc/gpio/diagnostics/hw_translate_diag: Include our own header containing prototypes

2021-01-12 Thread Alex Deucher
[-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied. Thanks

Re: [PATCH 07/40] drm/amd/display/dc/irq/irq_service: Make local function static

2021-01-12 Thread Alex Deucher
entland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied. Thanks! Alex > --- &g

Re: [PATCH 08/40] drm/amd/display/dc/gpio/diagnostics/hw_factory_diag: Fix struct declared inside parameter list error

2021-01-12 Thread Alex Deucher
pio/diagnostics/hw_factory_diag.h:30:6: > note: previous declaration of ‘dal_hw_factory_diag_fpga_init’ was here > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.

Re: [PATCH 09/40] drm/amd/display/dc/gpio/diagnostics/hw_factory_diag: Include our own header containing prototypes

2021-01-12 Thread Alex Deucher
ng-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied. Thanks!

Re: [PATCH 10/40] drm/amd/display/dc/dce120/dce120_hw_sequencer: Encompass defines in same clause as their use

2021-01-12 Thread Alex Deucher
ay/dc/dce120/dce120_hw_sequencer.c:53:47: > warning: ‘reg_offsets’ defined but not used [-Wunused-const-variable=] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.fre

Re: [PATCH 11/40] drm/amd/display/dc/dce120/dce120_timing_generator:

2021-01-12 Thread Alex Deucher
[-Wmissing-prototypes] > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce120/dce120_timing_generator.c:809:6: > warning: no previous prototype for ‘dce120_tg_set_colors’ > [-Wmissing-prototypes] > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce120/dce120_timing_generator.c:836:6: > war

Re: [PATCH 12/40] drm/amd/display/dc/dce120/Makefile: Ignore -Woverride-init warning

2021-01-12 Thread Alex Deucher
enc_regs[5].TMDS_CNTL’) > drivers/gpu/drm/amd/amdgpu/../display/dc/dce120/dce120_resource.c:286:2: > note: in expansion of macro ‘stream_enc_regs’ > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc:

Re: [PATCH 15/40] drm/amd/display/dc/dce120/dce120_resource: Staticify local functions

2021-01-12 Thread Alex Deucher
eate’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Anthony Koo > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Sign

Re: [PATCH 16/40] drm/amd/display/dc/dce120/dce120_timing_generator: Demote non-kerneldoc headers

2021-01-12 Thread Alex Deucher
or.c:593: > warning: Cannot understand > * > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Lee J

Re: [PATCH 17/40] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwritten' issue

2021-01-12 Thread Alex Deucher
ISABLE’) > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_aux.h:214:16: note: in > expansion of macro ‘AUX_SW_DATA__AUX_SW_AUTOINCREMENT_DISABLE_MASK’ > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_aux.h:127:2: note: in > expansion of macro ‘AUX_SF’ > > Cc: Harry Wentland > Cc: Leo Li > Cc: Al

Re: [PATCH 18/40] drm/amd/display/dc/dce112/Makefile: Ignore -Woverride-init warning

2021-01-12 Thread Alex Deucher
rivers/gpu/drm/amd/amdgpu/../display/dc/dce112/dce112_resource.c:295:2: > note: in expansion of macro ‘stream_enc_regs’ > drivers/gpu/drm/amd/amdgpu/../display/dc/dce112/dce112_resource.c:286:15: > note: (near initialization for ‘stream_enc_regs[5].TMDS_CNTL’) > drivers/gpu/drm/amd/amdgpu

Re: [PATCH 19/40] drm/amd/display/dc/dce/dce_opp: Remove duplicate entries causing 'field overwritten' issues

2021-01-12 Thread Alex Deucher
drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_opp.h:114:2: note: in > expansion of macro ‘OPP_SF’ > drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_opp.h:148:2: note: in > expansion of macro ‘OPP_COMMON_MASK_SH_LIST_DCE_COMMON_BASE’ > > Cc: Harry Wentland > Cc: Leo Li > C

Re: [PATCH 20/40] drm/amd/display/dc/dce110/dce110_timing_generator: Remove unused variable 'value_crtc_vtotal'

2021-01-12 Thread Alex Deucher
/amdgpu/../display/dc/dce110/dce110_timing_generator.c:1354:12: > warning: variable ‘value_crtc_vtotal’ set but not used > [-Wunused-but-set-variable] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie >

Re: [PATCH 21/40] drm/amd/display/dc/dce110/dce110_compressor: Remove unused function 'dce110_get_required_compressed_surfacesize

2021-01-12 Thread Alex Deucher
prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied. Thanks! Al

Re: [PATCH 22/40] drm/amd/display/dc/dce110/dce110_hw_sequencer: Demote non-conformant kernel-doc header

2021-01-12 Thread Alex Deucher
_accelerated_mode' > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:1639: > warning: Function parameter or member 'context' not described in > 'dce110_enable_accelerated_mode' > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex

Re: [PATCH 23/40] drm/amd/display/dc/dce110/dce110_mem_input_v: Make local functions static

2021-01-12 Thread Alex Deucher
c/dce110/dce110_mem_input_v.c:1008:6: > warning: no previous prototype for ‘dce110_free_mem_input_v’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc

Re: [PATCH 24/40] drm/amd/pm/swsmu/smu11/vangogh_ppt: Make local function 'vangogh_clk_dpm_is_enabled' static

2021-01-12 Thread Alex Deucher
On Mon, Jan 11, 2021 at 2:20 PM Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:613:6: warning: > no previous prototype for ‘vangogh_clk_dpm_is_enabled’ [-Wmissing-prototypes] > > C

Re: [PATCH 25/40] drm/amd/display/dc/dce120/dce120_timing_generator: Remove unused function 'dce120_timing_generator_get_position'

2021-01-12 Thread Alex Deucher
used-function] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Lee Jones > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off

Re: [PATCH 26/40] drm/amd/display/dc/dce110/dce110_timing_generator: Demote kernel-doc abuses to standard function headers

2021-01-12 Thread Alex Deucher
> drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_timing_generator.c:1851: > warning: Function parameter or member 'tg' not described in > 'dce110_timing_generator_set_overscan_color_black' > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_ti

Re: [PATCH 27/40] drm/amd/display/dc/dce110/dce110_compressor: Strip out unused function 'controller_id_to_index'

2021-01-12 Thread Alex Deucher
> Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Lee Jones > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied. Thanks!

Re: [PATCH 29/40] drm/amd/display/dc/dce112/dce112_resource: Make local functions and ones called by reference static

2021-01-12 Thread Alex Deucher
/../display/dc/dce112/dce112_resource.c:1027:16: > warning: no previous prototype for ‘dce112_validate_global’ > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce112/dce112_resource.c:1205:29: > warning: no previous prototype for ‘dce112_resource_cap’ > [-Wmiss

Re: [PATCH 30/40] drm/amd/display/dc/dce110/dce110_timing_generator_v: Demote kernel-doc abuse and line up comments

2021-01-12 Thread Alex Deucher
ce110_timing_generator_v_enable_crtc' > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_timing_generator_v.c:216: > warning: Function parameter or member 'tg' not described in > 'dce110_timing_generator_v_wait_for_vactive' > > Cc: Harry Wentland

Re: [PATCH 31/40] drm/amd/display/dc/dce110/dce110_mem_input_v: Include our own header, containing prototypes

2021-01-12 Thread Alex Deucher
pes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Lee Jones > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applied.

Re: [PATCH 32/40] drm/amd/display/dc/dce110/Makefile: Ignore -Woverride-init warning

2021-01-12 Thread Alex Deucher
of macro ‘SE_SF’ > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_resource.c:272:3: > note: in expansion of macro ‘SE_COMMON_MASK_SH_LIST_DCE110’ > > drivers/gpu/drm/amd/amdgpu/../include/asic_reg/dce/dce_11_0_sh_mask.h:5938:52: > note: (near initialization for ‘se_shi

Re: [PATCH 33/40] drm/amd/display/dc/dce110/dce110_resource: Make local functions invoked by reference static

2021-01-12 Thread Alex Deucher
prototype for ‘dce110_validate_global’ > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_resource.c:1336:29: > warning: no previous prototype for ‘dce110_resource_cap’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: A

Re: [PATCH 34/40] drm/amd/display/dc/dce110/dce110_transform_v: Demote kernel-doc abuse

2021-01-12 Thread Alex Deucher
_transform_v.c:233: > warning: Function parameter or member 'xfm_dce' not described in > 'program_overscan' > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_transform_v.c:233: > warning: Function parameter or member 'data' not described in > 

Re: [PATCH 35/40] drm/amd/display/dc/dce60/dce60_timing_generator: Make 'dce60_configure_crc' invoked by reference static

2021-01-12 Thread Alex Deucher
gt; > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Mauro Rossi > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones Applie

Re: [PATCH 36/40] drm/amd/display/dc/dce100/dce100_resource: Make local functions and ones called by reference static

2021-01-12 Thread Alex Deucher
play/dc/dce100/dce100_resource.c:879:16: > warning: no previous prototype for ‘dce100_validate_global’ > [-Wmissing-prototypes] > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Antho

Re: [PATCH 37/40] drm/amd/display/dc/dce60/dce60_resource: Make local functions static

2021-01-12 Thread Alex Deucher
./display/dc/dce60/dce60_resource.c:863:6: > warning: no previous prototype for ‘dce60_validate_bandwidth’ > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/dce60/dce60_resource.c:908:16: > warning: no previous prototype for ‘dce60_validate_global’ > [-Wmissing-proto

Re: [PATCH 39/40] drm/amd/display/dc/core/dc_surface: Demote kernel-doc abuse

2021-01-12 Thread Alex Deucher
> > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Cc: "Christian König" > Cc: David Airlie > Cc: Daniel Vetter > Cc: Aurabindo Pillai > Cc: Josip Pavic > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signe

Re: [PATCH 40/40] drm/amd/display/dc/core/dc_stream: Demote non-conformant kernel-doc headers

2021-01-12 Thread Alex Deucher
70: warning: > Function parameter or member 'stream' not described in > 'dc_stream_set_cursor_attributes' > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:270: warning: > Function parameter or member 'attributes' not described in > 'dc_stream_set_

Re: [PATCH] drm: amdgpu: pm: Mark vangogh_clk_dpm_is_enabled() as static

2021-01-12 Thread Alex Deucher
On Tue, Jan 12, 2021 at 8:19 PM Huang Rui wrote: > > On Wed, Jan 13, 2021 at 03:57:22AM +0800, Souptick Joarder wrote: > > kernel test robot throws below warnings -> > > > > drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:594:6: > > warning: no previous prototype for 'vangogh_clk_dpm_is

Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8

2021-12-15 Thread Alex Deucher
On Wed, Dec 15, 2021 at 10:31 AM Zongmin Zhou wrote: > > Some boards(like RX550) seem to have garbage in the upper > 16 bits of the vram size register. Check for > this and clamp the size properly. Fixes > boards reporting bogus amounts of vram. > > after add this patch,the maximum GPU VRAM size

[pull] amdgpu drm-fixes-5.16

2021-12-15 Thread Alex Deucher
Hi Dave, Daniel, Fixes for 5.16. The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c: Linux 5.16-rc5 (2021-12-12 14:53:01 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.16-2021-12-15 for you to fe

Re: [PATCH] drm/amd/display: Fix warning comparing pointer to 0

2021-12-16 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Dec 16, 2021 at 2:50 AM Jiapeng Chong wrote: > > Fix the following coccicheck warning: > > ./drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c:744:35-36: > WARNING comparing pointer to 0. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong > ---

Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8

2021-12-16 Thread Alex Deucher
; > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0ca223b029a261e82fb2f50c52eb85d510f4260e > > [image: image.png] > > > Thanks very much. > > > > > > > > *主 题:*Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8 &g

[pull] amdgpu, amdkfd, radeon drm-next-5.17

2021-12-16 Thread Alex Deucher
Hi Dave, Daniel, More updates for 5.17. The following changes since commit 3c021931023a30316db415044531b116b85e6ebd: drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi (2021-12-07 13:13:07 -0500) are available in the Git repository at: https://gitlab.freedesktop.o

Re: Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8

2021-12-17 Thread Alex Deucher
l be > better for user if can root cause this issue. > > > Best regards. > > > > > > > > > > > > *主 题:*Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8 > > *日 期:*2021-12-16 23:28 > *发件人:*Alex Deucher > *收件人:*周宗敏 > > > Is the i

Re: Re: Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8

2021-12-21 Thread Alex Deucher
0/:00:02.0/rom > > > Is that right? > > > Thanks very much. > > > > > > > > > > *主 题:*Re: Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc > v8 > *日 期:*2021-12-18 05:19 > *发件人:*Alex Deucher > *收件人:*周宗敏 > > > If you

Re: [PATCH] drm/amd/display: Fix the uninitialized variable in enable_stream_features()

2021-12-22 Thread Alex Deucher
Applied. Thanks! Alex On Fri, Dec 17, 2021 at 11:22 PM Yizhuo Zhai wrote: > > In function enable_stream_features(), the variable "old_downspread.raw" > could be uninitialized if core_link_read_dpcd() fails, however, it is > used in the later if statement, and further, core_link_write_dpcd() > m

Re: [PATCH v2] drm/amd/display: fix dereference before NULL check

2021-12-27 Thread Alex Deucher
Applied. Thanks! Alex On Sun, Dec 26, 2021 at 6:16 AM José Expósito wrote: > > The "plane_state" pointer was access before checking if it was NULL. > > Avoid a possible NULL pointer dereference by accessing the plane > address after the check. > > Addresses-Coverity-ID: 1493892 ("Dereference be

[PATCH 1/2] fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb

2021-12-27 Thread Alex Deucher
://gitlab.freedesktop.org/drm/amd/-/issues/1840 Signed-off-by: Alex Deucher --- drivers/video/fbdev/core/fbmem.c | 47 include/linux/fb.h | 1 + 2 files changed, 48 insertions(+) diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c index

[PATCH 2/2] drm/amdgpu: disable runpm if we are the primary adapter

2021-12-27 Thread Alex Deucher
uevent. v2: squash in reworked fix from Evan Fixes: 55285e21f045 ("fbdev/efifb: Release PCI device's runtime PM ref during FB destroy") Bug: https://bugzilla.kernel.org/show_bug.cgi?id=215203 Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1840 Signed-off-by: Alex Deucher ---

[PATCH 2/2] drm/amdgpu: disable runpm if we are the primary adapter

2021-12-27 Thread Alex Deucher
uevent. v2: squash in reworked fix from Evan Fixes: 55285e21f045 ("fbdev/efifb: Release PCI device's runtime PM ref during FB destroy") Bug: https://bugzilla.kernel.org/show_bug.cgi?id=215203 Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1840 Signed-off-by: Alex Deucher ---

[PATCH 1/2] fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb

2021-12-27 Thread Alex Deucher
://gitlab.freedesktop.org/drm/amd/-/issues/1840 Signed-off-by: Alex Deucher --- drivers/video/fbdev/core/fbmem.c | 47 include/linux/fb.h | 1 + 2 files changed, 48 insertions(+) diff --git a/drivers/video/fbdev/core/fbmem.c b/drivers/video/fbdev/core/fbmem.c index

<    5   6   7   8   9   10   11   12   13   14   >