summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2020-04-01drm/amd/powerplay: unified interfaces for message issuing and response checkingEvan Quan31-592/+891
2020-04-01drm/amd/powerplay: avoid calling Vega20 specific SMU message implementionEvan Quan1-24/+24
2020-04-01drm/amd/powerplay: avoid calling SMU10 specific SMU message implementionEvan Quan1-9/+9
2020-04-01drm/amd/powerplay: avoid calling SMU9 specific SMU message implementionEvan Quan2-28/+28
2020-04-01drm/amd/powerplay: avoid calling SMU8 specific SMU message implementionEvan Quan2-16/+16
2020-04-01drm/amd/powerpaly: drop unused APIsEvan Quan2-17/+0
2020-04-01drm/amd/powerplay: avoid calling SMU7 specific SMU message implementionEvan Quan9-29/+29
2020-04-01drm/amd/powerplay: avoid calling CI specific SMU message implementionEvan Quan1-2/+2
2020-04-01drm/amdgpu: reroute VMC and UMD to IH ring 1 for oss v5Alex Sierra1-0/+19
2020-04-01drm/amdgpu: call psp to program ih cntl in SR-IOV for NaviAlex Sierra1-10/+80
2020-04-01drm/amdgpu: enable IH ring 1 and ring 2 for naviAlex Sierra1-16/+189
2020-04-01drm/amdgpu: ih doorbell size of range changed for nbio v7.4Alex Sierra1-1/+1
2020-04-01drm/amdgpu: infinite retries fix from UTLC1 RB SDMAAlex Sierra1-3/+17
2020-04-01drm/amdgpu: fix non-pointer dereference for non-RAS supportedEvan Quan1-2/+2
2020-04-01drm/amd/amdgpu: Include headers for PWR and SMUIO registersTom St Denis3-19/+12
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan25-49/+105
2020-04-01drm/amd/display: Move backlight pwm enable function callWyatt Wood1-17/+17
2020-04-01drm/amd/display: Add ABM driver implementationWyatt Wood8-23/+514
2020-04-01drm/amd/display: 3.2.77Aric Cyr1-1/+1
2020-04-01drm/amdgpu: extend compute job timeoutJiawei1-2/+2
2020-04-01drm/amdgpu: No need support vcn decodeEmily Deng1-0/+4
2020-04-01drm/amdgpu: postpone entering fullaccess modeMonk Liu1-1/+11
2020-04-01drm/amdgpu: adjust sequence of ip_discovery init and timeout_settingMonk Liu3-17/+10
2020-04-01drm/amdgpu: equip new req_init_data handshakeMonk Liu2-6/+28
2020-04-01drm/amdgpu: use static mmio offset for NV mailboxMonk Liu2-32/+38
2020-04-01drm/amdgpu: introduce new request and its functionMonk Liu4-9/+57
2020-04-01drm/amdgpu: introduce new idh_request/event enumMonk Liu1-0/+2
2020-04-01drm/amdgpu: cleanup idh event/req for NV headersMonk Liu4-3/+26
2020-04-01drm/amd/amdgpu: Fix SMUIO/PWR Confusion (v2)Tom St Denis2-0/+8
2020-04-01drm/amd/amdgpu: Move PWR_MISC_CNTL_STATUS to its own headerTom St Denis4-7/+57
2020-04-01drm/amd/amdgpu: Add missing SMUIO v12 register to headersTom St Denis2-0/+55
2020-04-01drm/amdgpu/uvd7: remove unnecessary conversion to boolChen Zhou1-1/+1
2020-04-01drm/amdgpu: Ignore the not supported error from pspEmily Deng1-1/+5
2020-04-01drm/amdgpu: Add 4k resolution for virtual displayEmily Deng1-3/+7
2020-04-01drm/amdgpu: Virtual display need to support multiple ctrcsEmily Deng1-1/+2
2020-04-01drm/amdgpu: disable ras query and iject during gpu resetJohn Clements3-3/+28
2020-04-01drm/amdgpu: added xgmi ras error reset sequenceJohn Clements2-0/+31
2020-04-01drm/amdgpu: cleanup all virtualization detection routineMonk Liu16-105/+48
2020-04-01drm/amdgpu: amends feature bits for MM bandwidth mgrMonk Liu1-0/+2
2020-04-01drm/amdgpu: purge ip_discovery headersMonk Liu1-2/+0
2020-04-01drm/amdgpu: Fix FRU data checkingKent Russell1-0/+21
2020-04-01drm/amdgpu: Expose TA FW version in fw_version fileKent Russell1-2/+2
2020-04-01drm/amdgpu: disabled fru eeprom accessJohn Clements1-0/+10
2020-04-01drm/amd/amdgpu: Add GFX9.1 PWR_MISC_CNTL_STATUS register to headersTom St Denis2-0/+7
2020-04-01drm/amdgpu: Enable reading FRU chip via I2C v3Kent Russell5-1/+268
2020-04-01drm/amdkfd: kfree the wrong pointerJack Zhang1-2/+2
2020-03-31drm/amd/display: increase HDCP authentication delayBhawanpreet Lakha1-1/+1
2020-03-31drm/amd/display: Correctly cancel future watchdog and callback eventsBhawanpreet Lakha1-1/+3
2020-03-31drm/amd/display: Don't try hdcp1.4 when content_type is set to type1Bhawanpreet Lakha1-2/+6
2020-03-31drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.cEvan Quan4-13/+44