messages from 2019-01-18 09:11:47 to 2019-01-25 10:24:08 UTC [more...]
[PATCH 000/138] The new SW SMU driver of amdgpu
2019-01-25 10:24 UTC (42+ messages)
` [PATCH 001/138] drm/amd/powerplay: add new smu ip block
` [PATCH 002/138] drm/amd/powerplay: add smu11 sub block for SMU IP
` [PATCH 003/138] drm/amd/powerplay: add firmware loading interface
` [PATCH 004/138] drm/amd/powerplay: add fw load checking interface
` [PATCH 005/138] drm/amd/powerplay: add interface to read pptable from vbios
` [PATCH 006/138] drm/amd/powerplay: add placeholder of smu_initialize_pptable
` [PATCH 007/138] drm/amd/powerplay: add interface to init smc tables (v2)
` [PATCH 008/138] drm/amd/powerplay: add interface to init power (v2)
` [PATCH 009/138] drm/amd/powerplay: add interface to get vbios bootup values (v2)
` [PATCH 010/138] drm/amd/powerplay: add interface to check pptable (v2)
` [PATCH 011/138] drm/amd/powerplay: add interface to init fb allocations (v2)
` [PATCH 012/138] drm/amd/powerplay: add interface to parse pptable (v2)
` [PATCH 013/138] drm/amd/powerplay: add interface to populate smc "
` [PATCH 014/138] drm/amd/powerplay: add interface to check fw version (v2)
` [PATCH 015/138] drm/amd/powerplay: add interface to write pptable (v2)
` [PATCH 016/138] drm/amd/powerplay: add interface to set min dcef deep sleep (v2)
` [PATCH 017/138] drm/amd/powerplay: add interface to set tool table location (v2)
` [PATCH 018/138] drm/amd/powerplay: add interface to allocate memory pool (v2)
` [PATCH 019/138] drm/amd/powerplay: add interface to notify memory pool location (v2)
` [PATCH 020/138] drm/amd/powerplay: add interfaces for smu resume
` [PATCH 021/138] drm/amd/powerplay: add resume sequence placeholder for smu ip block
` [PATCH 022/138] drm/amdgpu: enable new smu ip block for vega20
` [PATCH 023/138] drm/amd/powerplay: init microcode for smu11
` [PATCH 024/138] drm/amd/powerplay: add new ppsmc header for smu11 (v2)
` [PATCH 025/138] drm/amd/powerplay: implement smu send message functions for smu11 (v3)
` [PATCH 026/138] drm/amd/powerplay: implement check_fw_status function for smu11
` [PATCH 027/138] drm/amd/powerplay: implement check_fw_version "
` [PATCH 028/138] drm/amd/powerplay: add pptable header "
` [PATCH 029/138] drm/amdgpu: update atomfirmware "
` [PATCH 030/138] drm/amdgpu: update new members in atomfirmware
` [PATCH 031/138] drm/amd/powerplay: add smu table context structure
` [PATCH 032/138] drm/amd/powerplay: add get atom data table helper
` [PATCH 033/138] drm/amdgpu: move get_index_into_master_table macro into atomfirmware header
` [PATCH 034/138] drm/amd/powerplay: implement read_pptable_from_vbios function for smu11
` [PATCH 035/138] drm/amd/powerplay: implement smu_init[fini]_smc_tables "
` [PATCH 036/138] drm/amd/powerplay: implement smu dpm context functions "
` [PATCH 037/138] drm/amd/powerplay: implement smu_init[fini]_power function "
` [PATCH 038/138] drm/amd/powerplay: implement smu_init(fini)_fb_allocations function
` [PATCH 039/138] drm/amd/powerplay: remove header of smu_v11_0_pptable
` [PATCH 040/138] drm/amd/powerplay: update pptable header for smu11
` [PATCH 041/138] drm/amd/powerplay: add data structure of bootup values
xf86-video-amdgpu merge request !24 is ready for review
2019-01-25 10:23 UTC
[PATCH] drm: enable uncached DMA optimization for ARM and arm64
2019-01-25 8:43 UTC (5+ messages)
[Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m
2019-01-25 8:25 UTC (7+ messages)
[PATCH] drm/amd/display: Expose connector VRR range via debugfs
2019-01-25 8:13 UTC (4+ messages)
[PATCH] drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines
2019-01-25 1:21 UTC (3+ messages)
[PATCH 01/26] drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
2019-01-24 16:58 UTC (2+ messages)
` [PATCH 20/26] drm/radeon: Use drm_fb_helper_fill_info
[RFC PATCH] drm: disable WC optimization for cache coherent devices on non-x86
2019-01-24 16:04 UTC (40+ messages)
[PATCH] drm/amdgpu: tighten gpu_recover in mailbox_flr to avoid duplicate recover in sriov
2019-01-24 15:48 UTC (4+ messages)
[PATCH v5 1/2] drm/sched: Refactor ring mirror list handling
2019-01-24 15:29 UTC (28+ messages)
[PATCH 1/2] drm/amd/powerplay: correct Vega20 gfxclk readout under DS
2019-01-24 13:49 UTC (3+ messages)
` [PATCH 2/2] drm/amd/powerplay: avoid frequent metrics table export
[PATCH 1/4] drm/amd/powerplay: support Vega10 SOCclk and DCEFclk dpm level settings
2019-01-24 13:44 UTC (5+ messages)
` [PATCH 2/4] drm/amd/powerplay: support Vega10 retrieving and setting ppfeatures
` [PATCH 3/4] drm/amd/powerplay: support Vega12 SOCclk and DCEFclk dpm level settings
` [PATCH 4/4] drm/amd/powerplay: support Vega12 retrieving and setting ppfeatures
[PATCH 1/2] drm/amdgpu: cleanup amdgpu_ih_process a bit more
2019-01-24 12:52 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: use ring buffer for fault handling on GMC 9
[PATCH] drm: Split out drm_probe_helper.h
2019-01-24 12:39 UTC (11+ messages)
[PATCH] drm/amdgpu: remove old CI DPM implementation
2019-01-24 8:25 UTC (3+ messages)
[PATCH] drm/amdgpu: sriov restrict max_pfn below AMDGPU_GMC_HOLE
2019-01-24 3:38 UTC
[pull] amdgpu drm-fixes-5.0
2019-01-23 23:10 UTC
[PATCH 00/20] DC Patches Jan 22, 2019
2019-01-23 19:23 UTC (24+ messages)
` [PATCH 01/20] drm/amd/display: Restructure DCN10 hubbub
` [PATCH 02/20] drm/amd/display: Introduce DC VM interface
` [PATCH 03/20] drm/amd/display: Simplify underscan and ABM commit
` [PATCH 04/20] drm/amd/display: Know what a pageflip is
` [PATCH 05/20] drm/amd/display: Call into DC once per multiplane flip
` [PATCH 06/20] drm/amd/display: Let updates with no scaling changes be fast
` [PATCH 07/20] drm/amd/display: Perform plane updates only when needed
` [PATCH 08/20] drm/amd/display: Update DMCU versioning mechanism
` [PATCH 09/20] drm/amd/display: Create switching mechanism for ABM 2.2
` [PATCH 10/20] drm/amd/display: Fix use of uninitialized union
` [PATCH 11/20] drm/amd/display: Default to linear output gamma
` [PATCH 12/20] drm/amd/display: Adjust ABM 2.2 contrast parameters
` [PATCH 13/20] revert "drm/amd/display: Add condition to sync eDP SW status and HW status"
` [PATCH 14/20] drm/amd/display: take dpms_off into account for edp turn off logic
` [PATCH 15/20] drm/amd/display: 3.2.15
` [PATCH 16/20] drm/amd/display: Connect dig_fe to otg directly instead of calling bios
` [PATCH 17/20] drm/amd/display: Poll pending down rep before clear payload allocation table
` [PATCH 18/20] drm/amd/display: Enable vblank interrupt during CRC capture
` [PATCH 19/20] drm/amd/display: Re-enable CRC capture following modeset
` [PATCH 20/20] drm/amd/display: Add Vline1 interrupt source to InterruptManager
[PATCH AUTOSEL 4.20 034/117] drm/amdgpu: Correct get_crtc_scanoutpos behavior when vpos >= vtotal
2019-01-23 14:03 UTC (3+ messages)
[PATCH 1/2] drm/amd/powerplay: support Vega10 fan table V3
2019-01-23 11:14 UTC (4+ messages)
` [PATCH 2/2] drm/amd/powerplay: enable MGPU fan boost feature on Vega10
[PATCH] drm/amdgpu: sriov put csa below AMDGPU_GMC_HOLE
2019-01-23 10:16 UTC (2+ messages)
[PATCH] drm/amdgpu: clean up memory/GDS/GWS/OA alignment code
2019-01-22 21:45 UTC
[PATCH] drm/amdgpu: add a workaround for GDS ordered append hangs with compute queues
2019-01-22 20:05 UTC
libdrm 2.4.97
2019-01-22 16:41 UTC
[PATCH] drm/amdgpu: Add APTX quirk for Lenovo laptop
2019-01-22 15:56 UTC (3+ messages)
[PATCH] drm/amdgpu: add a workaround for GDS ordered append hangs with compute queues
2019-01-22 8:54 UTC (2+ messages)
[PATCH] drm/radeon: check if device is root before getting pci speed caps
2019-01-22 4:28 UTC (3+ messages)
[PATCH] drm/amdgpu: Add missing power attribute to APU check
2019-01-22 4:27 UTC (4+ messages)
[PATCH] drm/amdkfd: Fix if preprocessor statement above kfd_fill_iolink_info_for_cpu
2019-01-21 23:52 UTC
BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
2019-01-21 21:48 UTC (3+ messages)
[PATCH 1/2] drm/amd/powerplay: fit the SOC clock also to the new performance level
2019-01-21 16:37 UTC (3+ messages)
` [PATCH 2/2] drm/amd/powerplay: run btc before enabling all SMU features
[PATCH] drm/amd/display: change the max clock level to 16
2019-01-21 15:29 UTC (2+ messages)
[PATCH] drm/amdgpu: csa_vaddr should not larger than AMDGPU_GMC_HOLE_START
2019-01-21 9:55 UTC (23+ messages)
[PATCH v2] drm/amdgpu: add flags to emit_ib interface v2
2019-01-21 9:18 UTC (3+ messages)
[PATCH] drm/amd/powerplay: OD setting fix on Vega10
2019-01-21 8:28 UTC (2+ messages)
FDO Bug #108940: Ryzen 5 2400G, QHD monitor
2019-01-19 15:43 UTC
Trying to run AMD E9260 (Polaris 11) on NXP LS1012A-RDB
2019-01-18 13:21 UTC (8+ messages)
[PATCH] drm/amdgpu: add flags to emit_ib interface
2019-01-18 12:29 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox