summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga2020-03-1815-74/+58
* drm/msm: remove checks for return value of drm_debugfs_create_files()Wambui Karuga2020-03-183-29/+10
* drm/etnaviv: remove check for return value of drm_debugfs_create_files()Wambui Karuga2020-03-181-12/+4
* drm/arm: make hdlcd_debugfs_init() return 0Wambui Karuga2020-03-181-2/+4
* drm/arc: make arcgpu_debugfs_init() return 0.Wambui Karuga2020-03-181-2/+4
* drm/vc4: remove check of return value of drm_debugfs functionsWambui Karuga2020-03-181-5/+2
* drm/v3d: make v3d_debugfs_init() return 0Wambui Karuga2020-03-181-3/+4
* drm/tilcdc: remove check for return value of debugfs functions.Wambui Karuga2020-03-181-11/+4
* drm/tegra: remove checks for debugfs functions return valueWambui Karuga2020-03-185-43/+8
* drm: Correct a typo in a function commentIgor Matheus Andrade Torrente2020-03-181-1/+1
* drm: drm_vm: Use fallthrough;Joe Perches2020-03-181-2/+2
* drm/hisilicon: Drop unused #includeDaniel Vetter2020-03-181-1/+0
* drm/core: Add drm_afbc_framebuffer and a corresponding helperAndrzej Pietrasiewicz2020-03-184-0/+178
* drm/core: Allow drivers allocate a subclass of struct drm_framebufferAndrzej Pietrasiewicz2020-03-182-25/+67
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-03-171019-8319/+12469
|\
| * Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie2020-03-13131-1319/+2867
| |\
| | * drm/amdgpu/runpm: disable runpm on Vega10Feifei Xu2020-03-101-0/+1
| | * drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou2020-03-108-11/+3
| | * drm/amdgpu: add function to creat all ras debugfs nodeTao Zhou2020-03-102-0/+31
| | * drm/amd/powerplay: fix the coverity warning about negative check for an unsig...Prike Liang2020-03-101-3/+0
| | * drm/amdgpu: Correct the condition of warning while bo releasexinhui pan2020-03-101-1/+2
| | * drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao2020-03-104-42/+27
| | * drm/amdkfd: Use pr_debug to print the message of reaching event limitYong Zhao2020-03-101-1/+1
| | * drm/amdgpu: do not set nil entry in compute_prio_schedNirmoy Das2020-03-101-4/+11
| | * drm/amdgpu: remove unused functionsNirmoy Das2020-03-094-276/+0
| | * drm/amdgpu: change hw sched list on ctx priority overrideNirmoy Das2020-03-091-4/+25
| | * drm/scheduler: implement a function to modify sched listNirmoy Das2020-03-092-0/+22
| | * drm/amdgpu: set compute queue priority at mqd_initNirmoy Das2020-03-099-21/+127
| | * drm/amd/powerplay: add smu if version for navi12Xiaojie Yuan2020-03-092-0/+4
| | * drm/amdgpu/display: Fix Pollock Variant DetectionAly-Tawfik2020-03-092-10/+11
| | * drm/amdgpu/display: fix pci revision id fetchingAly-Tawfik2020-03-091-1/+1
| | * drm/amdgpu: Enter low power state if CRTC active.Andrey Grodzovsky2020-03-091-7/+38
| | * drm/amd/display: dcn20: remove an unused functionMelissa Wen2020-03-091-78/+0
| | * drm/amd/display: 3.2.76Aric Cyr2020-03-091-1/+1
| | * drm/amd/display: separate FEC capability from fec debug flagWenjing Liu2020-03-094-13/+18
| | * drm/amd/display: writing stereo polarity register if swappedMartin Leung2020-03-091-1/+1
| | * drm/amd/display: Stop if retimer is not availableRodrigo Siqueira2020-03-091-38/+29
| | * drm/amd/display: fix a minor HDCP logging errorWenjing Liu2020-03-091-0/+3
| | * drm/amd/display: determine rx id list bytes to read based on device countWenjing Liu2020-03-091-4/+20
| | * drm/amd/display: Program DSC during timing programmingNikola Cornij2020-03-094-4/+17
| | * drm/amd/display: Not check wm and clk change flag in optimized bandwidth.Yongqiang Sun2020-03-093-35/+23
| | * drm/amd/display: Add registry for mem pwr controlBraden Bakker2020-03-091-0/+1
| | * drm/amd/display: determine is mst hdcp based on stream instead of sink signalWenjing Liu2020-03-096-8/+10
| | * drm/amd/display: Add stay count and bstatus to HDCP logIsabel Zhang2020-03-091-2/+6
| | * drm/amd/display: update soc bb for nv14Martin Leung2020-03-091-0/+114
| | * drm/amdkfd: Signal eviction fence on process destruction (v2)Felix Kuehling2020-03-061-0/+5
| | * drm/amdgpu: disable clock/power gating for SRIOVMonk Liu2020-03-061-0/+23
| | * drm/amdgpu: cleanup ring/ib test for SRIOV vcn2.0 (v2)Monk Liu2020-03-062-10/+6
| | * drm/amdgpu: implement initialization part on VCN2.0 for SRIOVMonk Liu2020-03-061-3/+228
| | * drm/amdgpu: disable jpeg block for SRIOVMonk Liu2020-03-061-1/+2