summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-10-1827-131/+232
|\
| * drm: Print device information again in debugfsDaniel Vetter2016-10-171-4/+0
| * drm/amd/powerplay: fix bug stop dpm can't work on Vi.Rex Zhu2016-10-142-15/+25
| * drm/amd/powerplay: notify smu no display by default.Rex Zhu2016-10-141-1/+1
| * drm/amdgpu/dpm: implement thermal sensor for CZ/STAlex Deucher2016-10-141-3/+5
| * drm/amdgpu/powerplay: implement thermal sensor for CZ/STAlex Deucher2016-10-141-0/+18
| * drm/amdgpu: disable smu hw first on tear downAlex Deucher2016-10-141-0/+24
| * drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher2016-10-149-64/+60
| * drm/amdgpu/si_dpm: Limit clocks on HD86xx partTom St Denis2016-10-131-0/+6
| * drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-131-2/+4
| * drm/amdgpu: potential NULL dereference in debugfs codeDan Carpenter2016-10-131-2/+2
| * drm/amd/powerplay: fix static checker warnings in smu7_hwmgr.cRex Zhu2016-10-131-2/+4
| * drm/amd/powerplay: fix static checker warnings in iceland_smc.cRex Zhu2016-10-131-1/+1
| * drm/radeon: change vblank_time's calculation method to reduce computational e...Alex Deucher2016-10-131-7/+8
| * drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu2016-10-131-6/+8
| * drm/amdgpu: clarify UVD/VCE special handling for CGAlex Deucher2016-10-121-9/+11
| * drm/amd/amdgpu: enable clockgating only after late initArindam Nath2016-10-121-7/+7
| * drm/radeon: allow TA_CS_BC_BASE_ADDR on SIMarek Olšák2016-10-123-1/+4
| * drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle2016-10-121-0/+3
| * drm/amdgpu/gfx8: fix CGCG_CGLS handlingAlex Deucher2016-10-121-3/+10
| * drm/radeon: fix modeset tear down codeAlex Deucher2016-10-121-7/+7
| * drm/radeon: fix up dp aux tear down (v2)Alex Deucher2016-10-122-2/+18
| * drm/amdgpu: use .early_unregister hook to remove DP AUX i2cGrazvydas Ignotas2016-10-121-1/+12
* | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-11604-51076/+80352
|\ \ | |/
| * Merge tag 'topic/drm-misc-2016-10-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-1216-58/+313
| |\
| | * drm: Release resources with a safer functionChristophe JAILLET2016-10-101-4/+4
| | * drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson2016-10-101-1/+2
| | * drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut2016-10-103-22/+3
| | * drm/bridge: Add RGB to VGA bridge supportMaxime Ripard2016-10-103-0/+231
| | * drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson2016-10-055-5/+33
| | * drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson2016-10-051-7/+10
| | * drm/bridge: Call drm_connector_cleanup directlyMarek Vasut2016-10-053-18/+3
| | * drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut2016-10-051-0/+26
| | * drm: Release resources with a safer functionChristophe JAILLET2016-10-051-2/+2
| * | drm/i915: Fix conflict resolution from backmerge of v4.8-rc8 to drm-nextChris Wilson2016-10-101-3/+0
| * | drm/i915/guc: Unwind GuC workqueue reservation if request construction failsChris Wilson2016-10-103-7/+23
| * | drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-105-20/+34
| * | drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson2016-10-101-2/+2
| * | drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2016-10-102-2/+4
| * | drm/i915: Allow DP to work w/o EDIDVille Syrjälä2016-10-101-13/+9
| * | drm/i915: Move long hpd handling into the hotplug workVille Syrjälä2016-10-101-25/+23
| * | drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson2016-10-101-41/+62
| * | drm/i915: Use correct index for backtracking HUNG semaphoresChris Wilson2016-10-101-4/+4
| * | drm/i915: Unalias obj->phys_handle and obj->userptrChris Wilson2016-10-101-13/+11
| * | drm/i915: Just clear the mmiodebug before a register accessChris Wilson2016-10-101-4/+3
| * | drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni2016-10-101-1/+36
| * | drm/i915: Allow PCH DPLL sharing regardless of DPLL_SDVO_HIGH_SPEEDVille Syrjälä2016-10-101-0/+18
| * | drm/i915/bxt: Fix HDMI DPLL configurationImre Deak2016-10-101-5/+16
| * | drm/i915/gen9: fix the watermark res_blocks valuePaulo Zanoni2016-10-101-5/+7
| * | drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsPaulo Zanoni2016-10-101-24/+15
OpenPOWER on IntegriCloud