summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu:/navi10: use the ODCAP enum to index the caps arrayAlex Deucher2020-02-111-11/+11
* drm/amdgpu: update smu_v11_0_pptable.hAlex Deucher2020-02-111-14/+32
* drm/amdgpu: correct comment to clear up the confusionGuchun Chen2020-02-111-1/+6
* drm/amd/display: DCN2.x Do not program DPPCLK if same valueSung Lee2020-02-111-1/+1
* drm/amd/display: Don't map ATOM_ENABLE to ATOM_INITNicholas Kazlauskas2020-02-111-4/+0
* drm/amdgpu/vcn2.5: fix warningJames Zhu2020-02-111-1/+1
* drm/amdgpu: limit GDS clearing workaround in cold boot sequenceGuchun Chen2020-02-111-3/+6
* drm/amdgpu: fix amdgpu pmu to use hwc->config instead of hwc->confJonathan Kim2020-02-111-7/+8
* amdgpu: Prevent build errors regarding soft/hard-float FP ABI tagsDaniel Kolesa2020-02-111-0/+6
* drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1James Zhu2020-02-114-14/+15
* drm/amd/display: Add initialitions for PLL2 clock sourceIsabel Zhang2020-02-111-0/+6
* drm/amd/display: Limit minimum DPPCLK to 100MHz.Yongqiang Sun2020-02-111-0/+6
* drm/amd/display: Check engine is not NULL before acquiringAric Cyr2020-02-111-1/+1
* drm/amd/display: Use dcfclk to populate watermark rangesSung Lee2020-02-111-7/+7
* drm/amd/display: Do not set optimized_require to false after plane disableSung Lee2020-02-111-1/+0
* drm/amd/display: Fix psr static frames calculationRoman Li2020-02-111-2/+3
* Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-0798-858/+4331
|\
| * drm/amd/dm/mst: Ignore payload update failuresLyude Paul2020-02-041-9/+4
| * drm/amdgpu: update default voltage for boot od table for navi1xAlex Deucher2020-02-041-1/+8
| * drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltageAlex Deucher2020-02-041-3/+5
| * drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latencyAlex Deucher2020-02-041-6/+9
| * drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)Alex Deucher2020-02-041-11/+23
| * drm/amdgpu: fetch default VDDC curve voltages (v2)Alex Deucher2020-02-041-1/+49
| * drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables (v2)Matt Coffin2020-02-044-20/+22
| * drm/amdgpu/navi10: add OD_RANGE for navi overclockingAlex Deucher2020-02-041-0/+59
| * drm/amdgpu/navi: fix index for OD MCLKAlex Deucher2020-02-041-1/+1
| * drm/amd/display: Fix HW/SW state mismatchBhawanpreet Lakha2020-02-041-0/+19
| * drm/amd/display: Fix a typo when computing dsc configurationMikita Lipski2020-02-041-1/+1
| * drm/amd/powerplay: fix navi10 system intermittent reboot issue V2Evan Quan2020-02-046-1/+86
| * drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS modeYong Zhao2020-02-041-4/+6
| * drm/amd/display: Only enable cursor on pipes that need itNicholas Kazlauskas2020-02-041-0/+30
| * drm/amdgpu/navi10: add mclk to navi10_get_clock_by_type_with_latencyAlex Deucher2020-01-301-0/+2
| * drm/amdgpu: Fix implicit enum conversion in gfx_v9_4_ras_error_injectNathan Chancellor2020-01-301-1/+1
| * drm/amd/display: Move drm_dp_mst_atomic_check() to the front of dc_validate_g...Zhan Liu2020-01-301-4/+10
| * drm/amd/display: fix spelling mistake link_integiry_check -> link_integrity_c...Colin Ian King2020-01-303-7/+7
| * amdgpu: using vmalloc requires includeing vmalloc.hStephen Rothwell2020-01-301-0/+1
| * drm/amdgpu: allocate entities on demandNirmoy Das2020-01-302-117/+124
| * drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for ArcturusJoseph Greathouse2020-01-302-2/+21
| * drm/amd/powerplay: fix spelling mistake "Attemp" -> "Attempt"Colin Ian King2020-01-272-12/+12
| * drm/amd/display: fix for-loop with incorrectly sized loop counter (v2)Colin Ian King2020-01-271-4/+4
| * drm/amdgpu: enable GPU reset by default on renoirAlex Deucher2020-01-271-0/+1
| * drm/amdgpu: enable GPU reset by default on NaviAlex Deucher2020-01-271-0/+3
| * drm/amd/display: do not allocate display_mode_lib unnecessarilyDor Askayo2020-01-271-8/+9
| * drm/amdgpu: add coreboot workaround for KV/KBChristian König2020-01-271-1/+2
| * Revert "drm/amd/display: Don't skip link training for empty dongle"Harry Wentland2020-01-271-8/+2
| * drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zeroHarry Wentland2020-01-271-2/+1
| * drm/amdgpu: original raven doesn't support full asic resetAlex Deucher2020-01-271-0/+4
| * drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)Alex Deucher2020-01-271-4/+40
| * drm/amd/amdgpu: fix spelling mistake "to" -> "too"Colin Ian King2020-01-271-1/+1
| * drm/amd/powerplay: use true, false for bool variable in smu7_hwmgr.czhengbin2020-01-271-3/+3
OpenPOWER on IntegriCloud