summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-12-0129-208/+394
|\
| * drm/radeon: remove init of CIK VMIDs 8-16 for amdkfdOded Gabbay2017-11-291-24/+0
| * drm/ttm: fix populate_and_map() functions once moreChristian König2017-11-291-2/+0
| * drm/amd/display: USB-C / thunderbolt dock specific workaroundHersen Wu2017-11-281-45/+40
| * drm/amd/display: Switch to drm_atomic_helper_wait_for_flip_doneAndrey Grodzovsky2017-11-281-1/+1
| * drm/amd/display: fix gamma settingRoman Li2017-11-281-1/+2
| * drm/amd/display: Do not put drm_atomic_state on resumeLeo (Sunpeng) Li2017-11-281-1/+0
| * drm/amd/display: Fix couple more inconsistent NULL checks in dc_resourceHarry Wentland2017-11-281-2/+7
| * drm/amd/display: Fix potential NULL and mem leak in create_linksHarry Wentland2017-11-281-4/+10
| * drm/amd/display: Fix hubp check in set_cursor_positionHarry Wentland2017-11-282-12/+4
| * drm/amd/display: Fix use before NULL check in validate_timingHarry Wentland2017-11-281-4/+4
| * drm/amd/display: Bunch of smatch error and warning fixes in DCHarry Wentland2017-11-284-9/+16
| * drm/amd/display: Fix amdgpu_dm bugs found by smatchHarry Wentland2017-11-281-6/+10
| * drm/amd/display: try to find matching audio inst for enc inst firstCharlene Liu2017-11-282-5/+8
| * drm/amd/display: fix seq issue: turn on clock before programming afmt.Charlene Liu2017-11-282-12/+15
| * drm/amd/display: fix memory leaks on error exit returnColin Ian King2017-11-281-5/+7
| * drm/amd/display: check plane state before validating fbcShirish S2017-11-281-0/+4
| * drm/amd/display: Do DC mode-change check when adding CRTCsLeo (Sunpeng) Li2017-11-281-1/+1
| * drm/amd/display: Revert noisy assert messagesJordan Lazare2017-11-281-4/+0
| * drm/amd/display: fix split viewport rounding errorDmytro Laktyushkin2017-11-282-6/+8
| * drm/amd/display: Check aux channel before MST resumeJerry (Fangzhi) Zuo2017-11-281-1/+2
| * drm/amd/display: fix split recout offsetDmytro Laktyushkin2017-11-281-2/+2
| * drm/amd/display: Don't reject 3D timingsAndrew Jiang2017-11-281-3/+0
| * drm/amd/display: Handle as MST first and then DP dongle if sink support bothHersen Wu2017-11-281-16/+16
| * drm/amd/display: fix split recout calculationDmytro Laktyushkin2017-11-281-5/+3
| * drm/amd/display: Fix S3 topology changeRoman Li2017-11-281-0/+4
| * drm/amd/display: Add timing validation against dongle capEric Yang2017-11-284-3/+91
| * drm/amd/display: Should disable when new stream is nullLeo (Sunpeng) Li2017-11-281-2/+4
| * drm/amd/display: Add null check for 24BPP (xfm and dpp)Bhawanpreet Lakha2017-11-281-6/+12
| * drm/amdgpu: drop experimental flag for ravenAlex Deucher2017-11-281-1/+1
| * drm/amdgpu: don't try to move pinned BOsChristian König2017-11-281-0/+4
| * drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer2017-11-282-4/+4
| * drm/amdgpu: Set adev->vcn.irq.num_types for VCNMichel Dänzer2017-11-281-1/+1
| * Revert "drm/amdgpu: fix rmmod KCQ disable failed error"Alex Deucher2017-11-283-3/+5
| * drm/amdgpu: used cached gca values for cik_read_registerAlex Deucher2017-11-281-16/+95
| * drm/amdgpu/gfx7: cache raster_config valuesAlex Deucher2017-11-281-0/+16
| * drm/amdgpu: move UVD/VCE and VCN structure out from unionLeo Liu2017-11-281-12/+8
* | Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2017-12-015-83/+99
|\ \
| * | drm: mali-dp: Disable planes when their CRTC gets disabled.Liviu Dudau2017-11-241-0/+3
| * | drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau2017-11-245-80/+93
| * | drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma2017-11-241-2/+2
| * | drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-11-241-1/+1
* | | Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie2017-12-014-16/+56
|\ \ \
| * | | drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap2017-11-261-1/+2
| * | | drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling2017-11-261-0/+18
| * | | drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl2017-11-261-2/+2
| * | | drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled modeFelix Kuehling2017-11-261-13/+34
| |/ /
* | | Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie2017-12-012-5/+7
|\ \ \
| * | | drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma2017-11-271-2/+2
| * | | drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single s...Vitor Massaru Iha2017-11-271-2/+1
OpenPOWER on IntegriCloud