aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-11drm/amdkfd: Fix sdma queue allocate race conditionOak Zeng1-14/+12
2019-06-11drm/amdkfd: Fix a circular lock dependencyOak Zeng1-11/+10
2019-06-11drm/amdkfd: Separate mqd allocation and initializationOak Zeng7-193/+129
2019-06-11drm/amdkfd: Refactor create_queue_nocpschOak Zeng1-114/+57
2019-06-11drm/amdkfd: Only load sdma mqd when queue is activeOak Zeng1-1/+4
2019-06-11drm/amdkfd: Only initialize sdma vm for sdma queuesOak Zeng1-2/+3
2019-06-11drm/amdgpu: use new HMM APIs and helpersPhilip Yang2-85/+68
2019-06-11drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter1-0/+2
2019-06-11drm/amdgpu: Add CHIP_VEGAM to amdgpu_amdkfd_device_probeKent Russell1-0/+1
2019-06-11drm/amdgpu: fix pm_load_smu_firmware for SR-IOVTrigger Huang1-0/+3
2019-06-11drm/amd/display: set link->dongle_max_pix_clk to 0 on a disconnectSamson Tam1-0/+6
2019-06-11drm/amd/display: make clk_mgr call enable_pme_waSu Sung Chung2-19/+20
2019-06-11drm/amd/display: Do not grant POST_LT_ADJ when TPS4 is usedabdoulaye berthe1-25/+31
2019-06-11drm/amd/display: S3 Resume time increase after decoupling DPMS from fast bootSivapiriyanKumarasamy1-9/+26
2019-06-11drm/amd/display: Use stream opp_id instead of hubpWesley Chalmers2-2/+2
2019-06-11drm/amd/display: Gamma logic limitations causing unintended use of RAM over ROM.Harmanprit Tatla2-1/+6
2019-06-11drm/amd/display: Add Underflow Asserts to dcThomas Lim5-2/+38
2019-06-11drm/amd/display: move vmid determination logic out of dcDmytro Laktyushkin9-143/+13
2019-06-11drm/amd/display: Remove superflous error messageJordan Lazare1-1/+1
2019-06-11drm/amd/display: Clean up scdc_test_data structChris Park2-9/+6
2019-06-11drm/amd/display: 3.2.35Aric Cyr1-1/+1
2019-06-11drm/amd/display: 3.2.34Aric Cyr1-1/+1
2019-06-11drm/amd/display: fix gamma logic breaking driver unloadKrunoslav Kovac1-4/+2
2019-06-11drm/amd/display: fix issue with eDP not detected on driver loadAnthony Koo1-10/+32
2019-06-11drm/amd/display: Rework CRTC color managementNicholas Kazlauskas3-159/+356
2019-06-11drm/amd/display: Use macro for invalid OPP IDWesley Chalmers3-4/+6
2019-06-11drm/amd/display: add audio related regsCharlene Liu2-3/+8
2019-06-11drm/amd/display: add i2c_hw_Status check to make sure as HW I2c in useDerek Lai2-27/+43
2019-06-11drm/amd/display: Dont aser if DP_DPHY_INTERNAL_CTRLEric Bernstein1-1/+3
2019-06-11drm/amd/display: 3.2.33Aric Cyr1-1/+1
2019-06-11drm/amd/display: add some math functions for dcn_calc_mathCharlene Liu3-0/+31
2019-06-11drm/amd/display: Copy stream updates onto streamsNicholas Kazlauskas1-0/+69
2019-06-11drm/amd/display: Update link rate from DPCD 10Wesley Chalmers1-3/+6
2019-06-11drm/amd/display: fix resource saving missing when power state switchTao.Huang1-0/+11
2019-06-11drm/amd/display: Set default ABM level to module parameterNicholas Kazlauskas1-0/+3
2019-06-11drm/amdgpu: Add module parameter for specifying default ABM levelNicholas Kazlauskas2-0/+17
2019-06-11drm/amdgpu: drop the incorrect soft_reset for SRIOVMonk Liu1-1/+1
2019-06-11drm/amdgpu: Add GDS clearing workaround in later init for gfx9James Zhu1-0/+49
2019-06-11drm/amd/display: Enable fast plane updates when state->allow_modeset = trueNicholas Kazlauskas1-8/+0
2019-06-11drm/amd/display: Use current connector state if NULL when checking bpcNicholas Kazlauskas1-0/+4
2019-06-11drm/amd/amdgpu: remove vram_page_split kernel option (v3)Tom St Denis4-21/+9
2019-06-11drm/amd/display: Always allocate initial connector state stateNicholas Kazlauskas1-3/+7
2019-06-11drm/amd/display: Add connector debugfs for "output_bpc"Nicholas Kazlauskas1-2/+69
2019-06-11drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang4-10/+30
2019-06-11drm/amd/powerplay: add set_power_profile_mode for raven1_refreshChengming Gui3-3/+30
2019-06-11drm/amdgpu: Hardcode reg access using L1 securityTrigger Huang1-9/+6
2019-06-11drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S3-3/+11
2019-06-11drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Louis Li1-1/+3
2019-06-11drm/amdkfd: Implement queue priority controls for gfx9Jay Cornwall1-3/+7
2019-06-11drm/amdkfd: CP queue priority controlsOak Zeng5-7/+50