[PATCH xf86-video-amdgpu] Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available

2016-11-21 Thread Michel Dänzer
From: Michel Dänzer (Ported from radeon commit 1106b2f773ad0611c729b27f4c192a26b43ef1e7) Signed-off-by: Michel Dänzer --- src/amdgpu_dri2.c | 3 +- src/amdgpu_kms.c | 16 - src/amdgpu_present.c | 5 +-- src/amdgpu_probe.h

[PATCH xf86-video-amdgpu] Don't install Flush/EventCallback for GPU screens

2016-11-21 Thread Michel Dänzer
From: Michel Dänzer Their purpose is to flush GPU rendering commands corresponding to damage events, but there can be no damage events corresponding to GPU screen rendering operations. (Ported from radeon commit 13c6bc5e382765fe567091e1c616c0a26eec04ca) Signed-off-by:

[Patch v2 2/2] drm/amdgpu: remove error message when loading driver

2016-11-21 Thread Xiangliang Yu
Forget to check UCODE_ID_STORAGE case and will cause to print error message when loading driver, corret it. v2: use "drm/amdgpu" as the prefix for patch tile. Signed-off-by: Xiangliang Yu --- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 6 -- 1 file changed, 4

[PATCH 67/76] drm/amd/dal: consolidate DCE hw_sequencer

2016-11-21 Thread Harry Wentland
From: Tony Cheng - move blnd programming to new method - separate out DCE11 underlay support. - fix stoney wrong offsets Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c |

[PATCH 58/76] drm/amd/dal: Add surface log to dc

2016-11-21 Thread Harry Wentland
From: Yongqiang Sun Signed-off-by: Yongqiang Sun Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/Makefile| 2 +- drivers/gpu/drm/amd/dal/dc/basics/logger.c | 6 +-

[PATCH 32/76] drm/amd/dal: Remove adapter service dependency in power_down

2016-11-21 Thread Harry Wentland
Signed-off-by: Harry Wentland Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce/dce_link_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/dal/dc/dce/dce_link_encoder.c

[PATCH 76/76] drm/amd/dal: Expose Polaris validate functions

2016-11-21 Thread Harry Wentland
Signed-off-by: Harry Wentland Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce112/dce112_resource.h | 16 1 file changed, 16 insertions(+) diff --git a/drivers/gpu/drm/amd/dal/dc/dce112/dce112_resource.h

[PATCH 51/76] drm/amd/dal: remove SKIP_PSR_WAIT_FOR_PLL_LOCK_BIT

2016-11-21 Thread Harry Wentland
From: Tony Cheng - always 0 except KV, which is not supported Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_link.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH 42/76] drm/amd/dal: remove unnessary adapter service functions

2016-11-21 Thread Harry Wentland
From: Tony Cheng - remove ASIC_DATA_VRAM_BITWIDTH. use asic_id directly - remove FEATURE_NO_HPD_LOW_POLLING_VCC_OFF. = 1 on all supported asic - remove FEATURE_DUMMY_FBC_BACKEND. = 0 on all asic - remove FEATURE_DISABLE_LPT_SUPPORT. = 0 on all asic - remove

[PATCH 34/76] drm/amd/dal: Rotation and mirror support

2016-11-21 Thread Harry Wentland
From: Vitaly Prosyak When rotation is 90 and 270 ,the stream dimentions should be swaped for view port calculation Signed-off-by: Vitaly Prosyak Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_resource.c

[PATCH 74/76] drm/amd/dal: Fix typo in mem_input

2016-11-21 Thread Harry Wentland
From: Zeyu Fan Signed-off-by: Zeyu Fan Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce/dce_mem_input.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 18/76] drm/amd/dal: Use future proof reg access for HPD and DDC

2016-11-21 Thread Harry Wentland
Signed-off-by: Harry Wentland Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/gpio/dce110/hw_factory_dce110.c | 14 ++ drivers/gpu/drm/amd/dal/dc/gpio/dce80/hw_factory_dce80.c | 3 +++

[PATCH 27/76] drm/amd/dal: Lower max link cap by reportedLinkCap

2016-11-21 Thread Harry Wentland
From: Wenjing Liu [Description] DP Compliance failure due to the max link cap is hard coded by feature support. Driver does not lower link cap based on receiver reported max link cap. Signed-off-by: Wenjing Liu Acked-by: Harry Wentland

[PATCH 35/76] drm/amd/dal: Pass in shift and mask for stream encoder.

2016-11-21 Thread Harry Wentland
From: Zeyu Fan Signed-off-by: Zeyu Fan Acked-by: Harry Wentland --- .../gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c| 175 ++- .../gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h| 330 -

[PATCH 60/76] drm/amd/dal: Implement DCHUB interface

2016-11-21 Thread Harry Wentland
From: Zeyu Fan Signed-off-by: Zeyu Fan Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c | 26 ++ drivers/gpu/drm/amd/dal/dc/dc.h| 19

[PATCH 73/76] drm/amd/dal: Add reg check before access.

2016-11-21 Thread Harry Wentland
From: Yongqiang Sun Signed-off-by: Yongqiang Sun Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c | 4 drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h | 8 2 files changed,

[PATCH 40/76] drm/amd/dal: remove unnessary adapter service functions

2016-11-21 Thread Harry Wentland
From: Tony Cheng - call bios directly Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- .../gpu/drm/amd/dal/dc/adapter/adapter_service.c | 168 + .../gpu/drm/amd/dal/dc/dce110/dce110_compressor.c |

[PATCH 29/76] drm/amd/dal: Perform link training in dp_retrain_link

2016-11-21 Thread Harry Wentland
From: Wenjing Liu [Description] dp_retrain_link re-enables stream. However dp link training is not included in enable_stream Signed-off-by: Wenjing Liu Acked-by: Harry Wentland ---

[PATCH 12/76] drm/amd/dal: modify DCE HW sequence to be re-usable for next gen HW

2016-11-21 Thread Harry Wentland
From: Hersen Wu Signed-off-by: Hersen Wu Acked-by: Harry Wentland --- .../drm/amd/dal/dc/dce110/dce110_hw_sequencer.c| 50 +++--- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git

[PATCH 16/76] drm/amd/dal: refactor bios scratch register access

2016-11-21 Thread Harry Wentland
From: Tony Cheng - offset of scratch register stored in dc_bios and assigned by resource. - common code to set various of bits to communicate with bios. Signed-off-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 72/76] drm/amd/dal: consolidate mem_input

2016-11-21 Thread Harry Wentland
From: Tony Cheng - create dce_mem_input with regsiter offset/shift/mask abstracted - move program_surface_config to new method Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce/Makefile

[PATCH 68/76] drm/amd/dal: debug options

2016-11-21 Thread Harry Wentland
From: Tony Cheng - disable_clock_gate - disable_power_gate Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dc.h| 8 +---

[PATCH 47/76] drm/amd/dal: remove dal_adapter_service_should_optimize

2016-11-21 Thread Harry Wentland
From: Tony Cheng - remove runtime_flags. only flag used is SKIP_POWER_DOWN_ON_RESUME and = 1 for all platform - remove optimization_feature. optimization are default behavior Signed-off-by: Tony Cheng Acked-by: Harry Wentland

[PATCH 50/76] drm/amd/dal: remove adapter_service dependency

2016-11-21 Thread Harry Wentland
From: Tony Cheng Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c| 6 +- drivers/gpu/drm/amd/dal/dc/core/dc_link.c | 14 +-

[PATCH 04/76] drm/amd/dal: Consolidate link encoder from each dce version.

2016-11-21 Thread Harry Wentland
From: Zeyu Fan Signed-off-by: Zeyu Fan Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_link_hwss.c | 5 +- drivers/gpu/drm/amd/dal/dc/dce/Makefile| 2 +- .../dce_link_encoder.c}

[PATCH 63/76] drm/amd/dal: disable break_to_debugger for bandwidth failures in diags

2016-11-21 Thread Harry Wentland
From: Dmytro Laktyushkin Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc.c

[PATCH 05/76] drm/amd/dal: Remove wireless_data_source

2016-11-21 Thread Harry Wentland
Signed-off-by: Harry Wentland Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/adapter/Makefile| 2 +- .../gpu/drm/amd/dal/dc/adapter/adapter_service.c | 36 +--- .../gpu/drm/amd/dal/dc/adapter/adapter_service.h | 2 -

[PATCH 02/76] drm/amd/dal: clean up asic cap

2016-11-21 Thread Harry Wentland
From: Tony Cheng ASIC_DATA_LINEBUFFER_NUM: not used. each pipe has it's own lb. ASIC_DATA_MAX_COFUNC_NONDP_DISPLAYS: not needed. clk_src management algorithm take care of this. ASIC_DATA_CLOCKSOURCES_NUM: verify correct num of clk to create is already baked in

[PATCH 64/76] drm/amd/dal: PSR second monitor blackout fix

2016-11-21 Thread Harry Wentland
From: Amy Zhang - Added check to make sure stream and link are corresponding to each other - Initialized PSR caps Signed-off-by: Amy Zhang Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c | 13

[PATCH 55/76] drm/amd/dal: Handle AUX error during RECIEVE state of transaction

2016-11-21 Thread Harry Wentland
From: Wenjing Liu [Description] DP compliance intermittent failure for aux channel error retry. During DP compliance test generates AUX channel error, asic may intermittently set the AUX_SW_DONE bit to 1 but indicates channel error during RECIEVE state. Driver fails to retry

[PATCH 44/76] drm/amd/dal: Fix null pointer missed in earlier refactor

2016-11-21 Thread Harry Wentland
Signed-off-by: Harry Wentland Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/gpu/dce110/display_clock_dce110.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 48/76] drm/amd/dal: remove dal_adapter_service_get_feature_value

2016-11-21 Thread Harry Wentland
From: Tony Cheng - STUTTER_MODE_NO_DMIF_BUFFER_ALLOCATION always = 0. -- this is a debug option when dmif first got introduced. no need to keep it. always allocate DMIF Signed-off-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 59/76] drm/amd/dal: add stoney bounding box to bw_calcs

2016-11-21 Thread Harry Wentland
From: Dmytro Laktyushkin Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/calcs/bandwidth_calcs.c | 110 +

[PATCH 37/76] drm/amd/dal: Make set_overscan_blank_color optional

2016-11-21 Thread Harry Wentland
Signed-off-by: Harry Wentland Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/dal/dc/dce110/dce110_hw_sequencer.c

[PATCH 22/76] drm/amd/dal: remove AS dependency from i2c_aux

2016-11-21 Thread Harry Wentland
From: Tony Cheng - remove dal_adapter_service_get_firmware_info. call bios directly - remove dal_adapter_service_get_i2caux. get i2caux from dc_ctx - remove FEATURE_RESTORE_USAGE_I2C_SW_ENGINE. always 0 Signed-off-by: Tony Cheng Acked-by: Harry Wentland

[PATCH 00/76] DAL Patches Nov 21, 2016

2016-11-21 Thread Harry Wentland
DAL patches for the last 4 weeks. - a bunch of cleanup to get rid of components like asic_capability and adapter service - some cleanup to use same HW programming sequences on different DCEs with DCE specific register definitions - some other minor bug fixes I will start sending these on a

[PATCH 54/76] drm/amd/dal: Disable bit depth reduction in set link test pattern

2016-11-21 Thread Harry Wentland
From: Wenjing Liu [Description] Driver current only programs timing generator to set the link test pattern. However for deep color, bit depth reduction is not disabled. This causes DP compliance reads a wrong CRC when evaluating the pattern. Call the general

[PATCH 53/76] drm/amd/dal: Update stream_encoder programming sequence

2016-11-21 Thread Harry Wentland
From: Zeyu Fan Signed-off-by: Zeyu Fan Acked-by: Harry Wentland --- .../gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c| 152 +++-- .../gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h| 102 +++---

[PATCH 56/76] drm/amd/dal: Remove unnecessary increment in scaler ratio calculation

2016-11-21 Thread Harry Wentland
From: Jordan Lazare Signed-off-by: Jordan Lazare Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_resource.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_resource.c

[PATCH 10/76] drm/amd/dal: add meta address to video address struct

2016-11-21 Thread Harry Wentland
From: Dmytro Laktyushkin Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dc_hw_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 33/76] drm/amd/dal: remove supported_stream_engines

2016-11-21 Thread Harry Wentland
From: Tony Cheng - unnecesasry. DIG always start from instance 0 Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_resource.c | 10 +++---

[PATCH 30/76] drm/amd/dal: Poll AUX_SW_DONE to 0 before AUX_SW_GO

2016-11-21 Thread Harry Wentland
From: Wenjing Liu [Description] There is an intermittent issue where driver fails aux channel error DP compliance test. The test will fail to reply aux messages and expect driver to retry. Driver misinterprets it as an Nack and doesn't retry. Driver resets AUX_SW_DONE and

[PATCH 21/76] drm/amd/dal: remove unnessary AS dependency

2016-11-21 Thread Harry Wentland
From: Tony Cheng - ddc instantiation - default i2c speed from dc_cap. Signed-off-by: Tony Cheng Acked-by: Harry Wentland --- .../gpu/drm/amd/dal/dc/adapter/adapter_service.c | 26 --

[PATCH 19/76] drm/amd/dal: Remove adapter service dependency from dc_link

2016-11-21 Thread Harry Wentland
From: Yongqiang Sun Signed-off-by: Yongqiang Sun Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_link.c | 14 ++-- drivers/gpu/drm/amd/dal/dc/core/dc_link_ddc.c | 8 ++-

[PATCH 43/76] drm/amd/dal: remove unnessary adapter service functions

2016-11-21 Thread Harry Wentland
From: Tony Cheng - remove FEATURE_USE_MAX_DISPLAY_CLK. move to dc_debug option - DFS bypass query bios directly. add debug option Signed-off-by: Tony Cheng Acked-by: Harry Wentland ---

[PATCH 08/76] drm/amd/dal: fix dc creation

2016-11-21 Thread Harry Wentland
From: Dmytro Laktyushkin Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 28/76] drm/amd/dal: Allow timing with req_bw equal to max_bw

2016-11-21 Thread Harry Wentland
From: Wenjing Liu [Description] Dp compliance fails when receiver requests timing utilizing the full bandwidth of the link We report not supported if req_bw is equal to max_bw Signed-off-by: Wenjing Liu Acked-by: Harry Wentland

[PATCH 65/76] drm/amd/dal: Fixe linux compile error.

2016-11-21 Thread Harry Wentland
From: Yongqiang Sun Signed-off-by: Yongqiang Sun Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc.c

[PATCH 38/76] drm/amd/dal: Hard-coded LB_MEMORY_SIZE

2016-11-21 Thread Harry Wentland
From: Wesley Chalmers Signed-off-by: Wesley Chalmers Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dce100/dce100_resource.c| 4 +++- drivers/gpu/drm/amd/dal/dc/dce110/dce110_transform.c |

[PATCH 61/76] drm/amd/dal: fix initial bw_calc parameters

2016-11-21 Thread Harry Wentland
From: Dmytro Laktyushkin Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/calcs/bandwidth_calcs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 26/76] drm/amd/dal: Fix MST crash by skipping branch connector.

2016-11-21 Thread Harry Wentland
From: Andrey Grodzovsky Signed-off-by: Andrey Grodzovsky Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_mst_types.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 03/76] drm/amd/dal: Remove unused code in dce112 hwss.

2016-11-21 Thread Harry Wentland
From: Zeyu Fan Signed-off-by: Zeyu Fan Acked-by: Harry Wentland --- .../drm/amd/dal/dc/dce112/dce112_hw_sequencer.c| 23 -- 1 file changed, 23 deletions(-) diff --git

[PATCH 20/76] drm/amd/dal: rotation and mirror support

2016-11-21 Thread Harry Wentland
From: Vitaly Prosyak Fix rotation 90 and 270. Signed-off-by: Vitaly Prosyak Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/core/dc_resource.c | 5 - 1 file changed, 5 deletions(-) diff --git

[PATCH 14/76] drm/amd/dal: Expose some HWS functions so we can re-use them

2016-11-21 Thread Harry Wentland
From: Hersen Wu Signed-off-by: Hersen Wu Acked-by: Harry Wentland --- .../drm/amd/dal/dc/dce110/dce110_hw_sequencer.c| 134 - .../drm/amd/dal/dc/dce110/dce110_hw_sequencer.h| 25

[PATCH 09/76] drm/amd/dal: add chroma support to program_size_and_rotation

2016-11-21 Thread Harry Wentland
From: Dmytro Laktyushkin Signed-off-by: Dmytro Laktyushkin Acked-by: Harry Wentland --- drivers/gpu/drm/amd/dal/dc/dc_hw_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 11/76] drm/amd/dal: Refactor i2c_hw_engine

2016-11-21 Thread Harry Wentland
From: Andrey Grodzovsky Pass dce110_i2c_hw_engine_registers as parameter. Fixup hw_engine regs set. asssign registers array starting from element 0 and not 1 Signed-off-by: Andrey Grodzovsky Acked-by: Harry Wentland

[PATCH 1/2] drm/amdgpu/uvd: consolidate code for fetching addr from ctx

2016-11-21 Thread Alex Deucher
Same code duplicated in both functions. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c

RE: [PATCH 1/2] amdgpu: fix firmware loading failure

2016-11-21 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Xiangliang Yu > Sent: Monday, November 21, 2016 1:13 AM > To: amd-...@freedesktop.org > Cc: Yu, Xiangliang > Subject: [PATCH 1/2] amdgpu: fix firmware loading failure > > For virtualization,

Re: [PATCH xf86-video-ati] Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available

2016-11-21 Thread Alex Deucher
On Mon, Nov 21, 2016 at 3:45 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- > src/drmmode_display.c | 100 >

Re: gnome-shell is frozen upon wakeup from DPMS (bisected)

2016-11-21 Thread Max Staudt
On 11/17/2016 09:27 AM, Michel Dänzer wrote: >> So... what about DRI2? > > Does the attached kernel patch help with pre-4.6 kernels? This patch works. Thanks! Any chance for this to go into linux-stable? Max ___ amd-gfx mailing list

Re: [PATCH xf86-video-ati] Enable glamor by default with >= R600 and Xorg >= 1.18.3

2016-11-21 Thread Alex Deucher
On Mon, Nov 21, 2016 at 4:17 AM, Michel Dänzer wrote: > From: Michel Dänzer > > glamor should now perform at least as well as EXA in general, and this > allows DRI3 to be enabled by default for >= R600. > > Signed-off-by: Michel Dänzer

[PATCH xf86-video-ati] Don't install Flush/EventCallback for GPU screens

2016-11-21 Thread Michel Dänzer
From: Michel Dänzer Their purpose is to flush GPU rendering commands corresponding to damage events, but there can be no damage events corresponding to GPU screen rendering operations. Signed-off-by: Michel Dänzer --- src/radeon_kms.c | 4 ++--

答复: [PATCH 1/2] amdgpu: fix firmware loading failure

2016-11-21 Thread Liu, Monk
Please use "drm/amdgpu" as th prefix for the title -邮件原件- 发件人: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] 代表 Xiangliang Yu 发送时间: Monday, November 21, 2016 2:13 PM 收件人: amd-...@freedesktop.org 抄送: Yu, Xiangliang 主题: [PATCH 1/2] amdgpu: fix firmware loading failure For

[PATCH xf86-video-ati] Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available

2016-11-21 Thread Michel Dänzer
From: Michel Dänzer Signed-off-by: Michel Dänzer --- src/drmmode_display.c | 100 -- src/drmmode_display.h | 11 +- src/radeon_dri2.c | 3 +- src/radeon_kms.c | 15