aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-12-19drm/omap: panel-dsi-cm: add external backlight supportSebastian Reichel1-31/+60
2017-12-19drm/omap: panel-dsi-cm: add physical size supportSebastian Reichel1-0/+19
2017-12-19drm/omap: panel-dsi-cm: add regulator supportSebastian Reichel1-4/+53
2017-12-19drm/omap: panel-dsi-cm: fix driverTony Lindgren1-5/+51
2017-12-19drm/omap: add support for physical size hints from display driversSebastian Reichel2-0/+8
2017-12-19drm/omap: drop incorrect commentSebastian Reichel1-3/+0
2017-12-19drm/omap: remove unused function definesSebastian Reichel1-3/+0
2017-12-19drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi3-0/+45
2017-12-19drm/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi2-0/+15
2017-12-19omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLEH. Nikolaus Schaller1-2/+10
2017-12-19omapdrm: panel: fix compatible vendor string for td028ttec1H. Nikolaus Schaller1-0/+3
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie9-21/+62
2017-12-19drm/nouveau: use alternate memory type for system-memory buffers with kind != 0Ben Skeggs4-16/+42
2017-12-19drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memoryBen Skeggs1-1/+2
2017-12-19drm/nouveau/mmu/gp10b: use correct implementationBen Skeggs1-1/+1
2017-12-19drm/nouveau/pci: do a msi rearm on initKarol Herbst1-0/+7
2017-12-19drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs1-1/+1
2017-12-19drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs1-1/+8
2017-12-19drm/nouveau/fbcon: fix NULL pointer access in nouveau_fbcon_destroyKarol Herbst1-1/+1
2017-12-18drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen2-5/+36
2017-12-18drm/i915: Protect DDI port to DPLL map from theoretical race.Rodrigo Vivi1-0/+4
2017-12-18drm/i915/selftests: Fix up igt_reset_engineChris Wilson1-64/+251
2017-12-18drm/tilcdc: make tilcdc_mode_hvtotal() staticXiongwei Song1-1/+1
2017-12-18Revert "drm/amd/amdgpu: set gtt size according to system memory size only"Andrey Grodzovsky1-3/+5
2017-12-18drm/amdgpu: implement 2+1 PD support for Raven v3Christian König5-35/+89
2017-12-18drm/ttm: cleanup some old definesChristian König1-7/+3
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König2-8/+8
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König1-4/+9
2017-12-18drm/amdgpu: restore uvd fence seq in uvd resumeJim Qu1-0/+2
2017-12-18drm/amdgpu: always cancel uvd idle handler in uvd suspendJim Qu1-2/+2
2017-12-18drm/i915/trace: add hw_id to gem requests trace pointsLionel Landwerlin1-14/+22
2017-12-18drm/i915: reorder field in gem_request tracepointsLionel Landwerlin1-2/+2
2017-12-18drm/amdgpu: rename amdgpu_get_pcie_infoAlex Deucher5-5/+5
2017-12-18drm/amdgpu: move amdgpu_need_backup to amdgpu_object.cAlex Deucher3-9/+8
2017-12-18drm/amdgpu: rename amdgpu_gpu_recoverAlex Deucher7-8/+10
2017-12-18drm/amdgpu: move dummy page functions to amdgpu_gart.cAlex Deucher3-50/+47
2017-12-18drm/amdgpu: rename amdgpu_need_postAlex Deucher3-6/+6
2017-12-18drm/amdgpu: rename ip block helper functionsAlex Deucher14-246/+252
2017-12-18drm/amdgpu: move fw_reserve functions to amdgpu_ttm.cAlex Deucher3-100/+97
2017-12-18drm/amdgpu: rename amdgpu_*_location functionsAlex Deucher6-14/+18
2017-12-18drm/amdgpu: move amdgpu_doorbell_get_kfd_info to amdgpu_amdkfd.cAlex Deucher3-38/+34
2017-12-18drm/amdgpu: rename amdgpu_pci_config_resetAlex Deucher4-4/+4
2017-12-18drm/amdgpu: rename amdgpu_program_register_sequenceAlex Deucher14-311/+311
2017-12-18drm/amdgpu: rename amdgpu_wb_* functionsAlex Deucher10-46/+46
2017-12-18drm/amdgpu: move debugfs functions to their own fileAlex Deucher6-785/+838
2017-12-18drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspendAlex Deucher3-6/+6
2017-12-18drm/amdgpu: use consistent naming for static funcs in amdgpu_device.cAlex Deucher1-86/+90
2017-12-18drm/amdgpu: move atom functions from amdgpu_device.cAlex Deucher3-235/+236
2017-12-18drm/i915: Show IPEIR and IPEHR in the engine dumpChris Wilson1-0/+18
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2-2/+2