aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-03-20drm/i915: Keep plane watermarks enabled more aggressivelyVille Syrjälä1-1/+16
2019-03-20drm/i915: Make sure cursor has enough ddb for the selected wm levelVille Syrjälä1-2/+9
2019-03-20drm/i915: Allocate enough DDB for the cursorVille Syrjälä1-5/+36
2019-03-20drm/i915: Extract skl_compute_wm_params()Ville Syrjälä1-34/+50
2019-03-20drm/i915: Don't pass plane state to skl_compute_plane_wm()Ville Syrjälä1-9/+5
2019-03-20drm/i915: Accept alloc_size == blocksVille Syrjälä1-1/+1
2019-03-20drm/i915: Use HPLLVCO_MOBILE for all PNVsVille Syrjälä1-1/+2
2019-03-20drm/i915: Introduce i915_has_asle()Ville Syrjälä1-1/+9
2019-03-20drm/i915: Introduce i9xx_has_pps()Ville Syrjälä1-1/+9
2019-03-20drm/i915: Introduce i9xx_has_pfit()Ville Syrjälä1-2/+10
2019-03-20drm/i915: Reorder gen3/4 swizzle detection logicVille Syrjälä1-33/+32
2019-03-20drm/i915/selftests: add test to verify get/put fw domainsDaniele Ceraolo Spurio1-6/+128
2019-03-20tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2-19/+45
2019-03-20drm/vboxvideo: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-03-20drm/i915/selftests: Provide stub reset functionsChris Wilson1-0/+36
2019-03-20drm/meson: exclusively use the canvas provider moduleMaxime Jourdan9-243/+51
2019-03-20drm/i915: Update DRIVER_DATE to 20190320Joonas Lahtinen1-2/+2
2019-03-20drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann1-9/+3
2019-03-20drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID'sDeepak Rawat1-1/+1
2019-03-19drm/i915/cml: Introduce Comet Lake PCHAnusha Srivatsa2-1/+7
2019-03-19drm/i915/cml: Add CML PCI IDSAnusha Srivatsa1-0/+2
2019-03-19drm/amdgpu: support userptr cross VMAs case with HMMPhilip Yang1-35/+91
2019-03-19drm/amdkfd: support concurrent userptr update for HMMPhilip Yang1-6/+19
2019-03-19drm/amdgpu: stop evicting busy PDs/PTsChristian König1-0/+7
2019-03-19drm/amdgpu: wait for VM to become idle during flushChristian König5-7/+22
2019-03-19drm/amdgpu: remove non-sense NULL ptr checkChristian König1-10/+0
2019-03-19drm/amdgpu: remove chashChristian König8-1186/+0
2019-03-19drm/amdgpu: use ring/hash for fault handling on GMC9 v3Christian König3-57/+92
2019-03-19drm/amdgpu: limit the number of IVs processed at onceChristian König2-1/+5
2019-03-19drm/amdgpu: enable IH ring 1&2 for Vega20 as wellChristian König1-17/+13
2019-03-19drm/amdgpu: enable IH doorbell for ring 1&2 on VegaChristian König2-24/+45
2019-03-19drm/amdgpu: change Vega IH ring 1 configChristian König1-0/+4
2019-03-19drm/amdgpu: Only clear dumb buffers if ring is enabledNicholas Kazlauskas1-3/+10
2019-03-19drm/amdgpu: Clear VRAM for DRM dumb_create buffersNicholas Kazlauskas1-1/+2
2019-03-19drm/amdgpu: fix semicolon.cocci warningskbuild test robot1-2/+2
2019-03-19drm/amdgpu: add new ras workflow control flagsxinhui pan3-1/+39
2019-03-19drm/amdgpu: let ras initialization a little noticeablexinhui pan1-2/+7
2019-03-19drm/amdgpu: Fix lockdep warning more gracelyxinhui pan1-6/+2
2019-03-19drm/amdgpu: Fix ras debugfs data parsexinhui pan1-1/+1
2019-03-19drm/amdgpu: add new member hw_supportedxinhui pan2-12/+33
2019-03-19drm/amdgpu: Fix warning when lockdep is enabledxinhui pan1-0/+6
2019-03-19drm/amdgpu: Fix NULL pointer when ta is missingxinhui pan1-9/+15
2019-03-19drm/amdgpu: fix ras parameter descriptionsEvan Quan1-4/+4
2019-03-19drm/amdgpu: export both supported and enabled ras featuresxinhui pan1-2/+5
2019-03-19drm/amdgpu: lookup vbios table to check ecc capabilityxinhui pan1-27/+13
2019-03-19drm/amdgpu: query sram ecc/ecc availability from atombiosHawking Zhang1-205/+23
2019-03-19drm/amdgpu: add atomfirmware helper function to query sram ecc capsHawking Zhang2-0/+31
2019-03-19drm/amdgpu: add atomfirmware helper function to query ecc statusHawking Zhang2-0/+32
2019-03-19drm/amdgpu: update atomfirmware header with ecc related membersHawking Zhang1-0/+53
2019-03-19drm/amdgpu: handle ras resumexinhui pan3-3/+13