| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | | | | | | | drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG | Nathan Chancellor | 2019-11-26 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | | drm/amd/display: Use NULL for pointer assignment in copy_stream_update_to_stream | Nathan Chancellor | 2019-11-26 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | | drm/amd/powerplay: remove redundant assignment to variables HiSidd and LoSidd | Colin Ian King | 2019-11-26 | 1 | -2/+2 | |
| | | | * | | | | | | | | | | | drm/amd: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-25 | 1 | -5/+5 | |
| | | | * | | | | | | | | | | | drm/amdgpu: Resolved offchip EEPROM I/O issue | John Clements | 2019-11-25 | 2 | -5/+13 | |
| | | | * | | | | | | | | | | | drm/amdgpu: Apply noretry setting for mmhub9.4 | Oak Zeng | 2019-11-25 | 1 | -2/+3 | |
| | | | * | | | | | | | | | | | drm/amd/display: add default clocks if not able to fetch them | Alex Deucher | 2019-11-22 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | | drm/amdgpu: Use ARRAY_SIZE for sos_old_versions | zhengbin | 2019-11-22 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | drm/amd/powerplay: Use ARRAY_SIZE for smu7_profiling | zhengbin | 2019-11-22 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | drm/amdkfd: Remove duplicate functions update_mqd_hiq() | Yong Zhao | 2019-11-22 | 3 | -32/+4 | |
| | | | * | | | | | | | | | | | drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10 | changzhu | 2019-11-22 | 3 | -2/+116 | |
| | | | * | | | | | | | | | | | drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhub | changzhu | 2019-11-22 | 6 | -0/+13 | |
| | | | * | | | | | | | | | | | drm/amd/amdgpu/sriov skip RLCG s/r list for arcturus VF. | Jack Zhang | 2019-11-22 | 1 | -1/+4 | |
| | | | * | | | | | | | | | | | drm/amd/amdgpu/sriov temporarily skip ras,dtm,hdcp for arcturus VF | Jack Zhang | 2019-11-22 | 1 | -0/+36 | |
| | | | * | | | | | | | | | | | drm/amdgpu/gfx10: re-init clear state buffer after gpu reset | Xiaojie Yuan | 2019-11-22 | 1 | -6/+37 | |
| | | | * | | | | | | | | | | | merge fix for "ftrace: Rework event_create_dir()" | Stephen Rothwell | 2019-11-22 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | drm/amdgpu: remove redundant assignment to pointer write_frame | Colin Ian King | 2019-11-22 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | drm/amdgpu: simplify runtime suspend | Alex Deucher | 2019-11-22 | 1 | -13/+22 | |
| | | | * | | | | | | | | | | | drm/amdkfd: DIQ should not use HIQ way to allocate memory | Yong Zhao | 2019-11-22 | 4 | -4/+4 | |
| | | | * | | | | | | | | | | | drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTE | Yong Zhao | 2019-11-22 | 6 | -9/+4 | |
| | | | * | | | | | | | | | | | drm/amdgpu: Update Arcturus golden registers | Jay Cornwall | 2019-11-22 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | | drm/amdgpu: implement querying ras error count for mmhub9.4 | Dennis Li | 2019-11-22 | 3 | -1/+257 | |
| | | | * | | | | | | | | | | | drm/amdgpu: refine query function of mmhub EDC counter in vg20 | Dennis Li | 2019-11-22 | 6 | -364/+320 | |
| | | | * | | | | | | | | | | | drm/amdgpu: define soc15_ras_field_entry for reuse | Dennis Li | 2019-11-22 | 2 | -23/+23 | |
| | | | * | | | | | | | | | | | drm/amdgpu/gfx10: fix out-of-bound mqd_backup array access | Xiaojie Yuan | 2019-11-22 | 1 | -2/+0 | |
| | | | * | | | | | | | | | | | drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt | Xiaojie Yuan | 2019-11-22 | 1 | -2/+12 | |
| | | | * | | | | | | | | | | | amd/amdgpu: force to trigger a no-retry-fault after a retry-fault | Alex Sierra | 2019-11-22 | 1 | -1/+10 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add flag to indicate amdgpu vm context | Alex Sierra | 2019-11-22 | 2 | -0/+5 | |
| | | | * | | | | | | | | | | | drm/amdgpu: enable runtime pm on BACO capable boards if runpm=1 | Alex Deucher | 2019-11-19 | 1 | -4/+7 | |
| | | | * | | | | | | | | | | | drm/amdgpu: disentangle runtime pm and vga_switcheroo | Alex Deucher | 2019-11-19 | 1 | -8/+14 | |
| | | | * | | | | | | | | | | | drm/amdgpu: start to disentangle boco from runtime pm | Alex Deucher | 2019-11-19 | 3 | -8/+16 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add baco support to runtime suspend/resume | Alex Deucher | 2019-11-19 | 1 | -1/+6 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add helpers for baco entry and exit | Alex Deucher | 2019-11-19 | 2 | -0/+63 | |
| | | | * | | | | | | | | | | | drm/amdgpu: split swSMU baco_reset into enter and exit | Alex Deucher | 2019-11-19 | 9 | -13/+51 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add additional boco checks to runtime suspend/resume (v2) | Alex Deucher | 2019-11-19 | 1 | -21/+26 | |
| | | | * | | | | | | | | | | | drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2) | Alex Deucher | 2019-11-19 | 4 | -12/+12 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add a amdgpu_device_supports_baco helper | Alex Deucher | 2019-11-19 | 2 | -0/+16 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add supports_baco callback for NV asics. | Alex Deucher | 2019-11-19 | 1 | -0/+11 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add supports_baco callback for VI asics. | Alex Deucher | 2019-11-19 | 1 | -0/+22 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add supports_baco callback for CIK asics. | Alex Deucher | 2019-11-19 | 1 | -0/+18 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add supports_baco callback for SI asics. | Alex Deucher | 2019-11-19 | 1 | -0/+6 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add supports_baco callback for soc15 asics. (v2) | Alex Deucher | 2019-11-19 | 1 | -0/+24 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add asic callback for BACO support | Alex Deucher | 2019-11-19 | 1 | -0/+4 | |
| | | | * | | | | | | | | | | | drm/amd/powerplay: enable gpu_busy_percent sys interface for renoir (v2) | changzhu | 2019-11-19 | 3 | -0/+113 | |
| | | | * | | | | | | | | | | | drm/amdgpu: pull ras controller int status only when ras enabled | Hawking Zhang | 2019-11-19 | 1 | -7/+10 | |
| | | | * | | | | | | | | | | | drm/amdgpu: switch to common helper func for psp cmd submission | Hawking Zhang | 2019-11-19 | 6 | -231/+1 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add helper func for psp ring cmd submission | Hawking Zhang | 2019-11-19 | 2 | -0/+54 | |
| | | | * | | | | | | | | | | | drm/amdgpu: add psp funcs for ring write pointer read/write | Hawking Zhang | 2019-11-19 | 5 | -0/+100 | |
| | | | * | | | | | | | | | | | drm/amd/powerplay: add missing header file declaration | Evan Quan | 2019-11-19 | 1 | -0/+1 | |
| | | | * | | | | | | | | | | | drm/amd/powerplay: add Arcturus baco reset support | Evan Quan | 2019-11-19 | 3 | -4/+18 | |

