summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2018-12-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-296-76/+121
|\
| * Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Daniel Vetter2018-12-185-53/+21Star
| |\
| | * drm/etnaviv: remove lastctx member from gpu structLucas Stach2018-12-184-12/+1Star
| | * drm/etnaviv: replace header include with forward declarationLucas Stach2018-12-182-3/+4
| | * drm/etnaviv: remove unnecessary local irq disableLucas Stach2018-12-181-13/+5Star
| | * drm/etnaviv: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-11-071-4/+4
| | * drm/etnaviv: consolidate hardware fence handling in etnaviv_gpuLucas Stach2018-11-063-17/+7Star
| | * drm/etnaviv: kill active fence trackingLucas Stach2018-11-062-6/+2Star
| * | drm/exynos: fimd: Make pixel blend mode configurableChristoph Manszewski2018-12-141-12/+56
| * | drm/exynos: fimd: Make plane alpha configurableChristoph Manszewski2018-12-141-21/+54
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-296-48/+37Star
|\ \ \
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-283-44/+33Star
| * | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-282-3/+3
| * | | mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-1/+1
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+1
* | | | Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-266-520/+26Star
|\ \ \ \
| * | | | drm/xen-front: Use Xen common shared buffer implementationOleksandr Andrushchenko2018-12-186-520/+26Star
* | | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-25932-25654/+44172
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'vmwgfx-next-2018-12-13' of git://people.freedesktop.org/~thomash/l...Dave Airlie2018-12-132-2/+2
| |\ \ \ \
| | * | | | drm: Fix docs warning in drm_damage_helper.cDeepak Rawat2018-12-111-1/+1
| | * | | | drm/selftest: fix spelling mistake "dimention" -> "dimension"Colin Ian King2018-12-111-1/+1
| * | | | | Merge tag 'drm-msm-next-2018-12-12' of git://people.freedesktop.org/~robclark...Dave Airlie2018-12-13125-5493/+4566Star
| |\ \ \ \ \
| | * | | | | drm/msm/dpu: Fix clock issue after bind failureJayant Shekhar2018-12-111-0/+1
| | * | | | | drm/msm/dpu: Clean up dpu_media_info.h static inline functionsJordan Crouse2018-12-111-107/+57Star
| | * | | | | drm/msm/dpu: Further cleanups for static inline functionsJordan Crouse2018-12-1110-71/+13Star
| | * | | | | drm/msm/dpu: Cleanup the debugfs functionsJordan Crouse2018-12-1112-361/+93Star
| | * | | | | drm/msm/dpu: Remove dpu_irq and unused functionsJordan Crouse2018-12-118-148/+28Star
| | * | | | | drm/msm: Make irq_postinstall optionalJordan Crouse2018-12-111-1/+5
| | * | | | | drm/msm/dpu: Cleanup callers of dpu_hw_blk_initJordan Crouse2018-12-118-100/+14Star
| | * | | | | drm/msm/dpu: Remove unused functionsJordan Crouse2018-12-114-40/+0Star
| | * | | | | drm/msm/dpu: Remove dpu_crtc_is_enabled()Jordan Crouse2018-12-112-20/+6Star
| | * | | | | drm/msm/dpu: Remove dpu_crtc_get_mixer_heightJordan Crouse2018-12-112-15/+1Star
| | * | | | | drm/msm/dpu: Remove dpu_dbgJordan Crouse2018-12-1115-2531/+4Star
| | * | | | | drm/msm: dpu: Remove crtc_lockSean Paul2018-12-112-14/+0Star
| | * | | | | drm/msm: dpu: Remove vblank_requested flag from dpu_crtcSean Paul2018-12-113-18/+4Star
| | * | | | | drm/msm: dpu: Separate crtc assignment from vblank enableSean Paul2018-12-113-55/+59
| | * | | | | drm/msm: dpu: Don't bother checking ->enabled in dpu_crtc_vblankSean Paul2018-12-111-3/+1Star
| | * | | | | drm/msm: dpu: Use atomic_disable for dpu_crtc_disableSean Paul2018-12-111-2/+3
| | * | | | | drm/msm: dpu: Remove vblank_callback from encoderSean Paul2018-12-114-23/+26
| | * | | | | drm/msm: dpu: Remove crtc_lock from setup_mixersSean Paul2018-12-111-9/+3Star
| | * | | | | drm/msm: dpu: Move pm_runtime_(get|put) from vblank_enableSean Paul2018-12-111-4/+4
| | * | | | | drm/msm: dpu: Add modeset lock checks where applicableSean Paul2018-12-112-0/+3
| | * | | | | drm/msm: dpu: Stop using encoder->crtc pointerSean Paul2018-12-112-36/+29Star
| | * | | | | drm/msm: dpu: Grab the modeset locks in frame_eventSean Paul2018-12-111-1/+14
| | * | | | | drm/msm: dpu: Don't drop locks in crtc_vblank_enableSean Paul2018-12-111-6/+0Star
| | * | | | | drm/msm: dpu: Move crtc runtime resume to encoderSean Paul2018-12-115-49/+15Star
| | * | | | | drm/msm: dpu: Add ->enabled to dpu_encoder_virtSean Paul2018-12-111-5/+22
| | * | | | | drm/msm: dpu: Fix typo in dpu_encoderSean Paul2018-12-111-1/+1
| | * | | | | drm/msm: dpu: Remove dpu_power_handleSean Paul2018-12-115-264/+0Star