summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-9/+9
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-9/+9
* | amdgpu: a NULL ->mm does not mean a thread is a kthreadChristoph Hellwig2020-06-111-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-117-11/+4
|\ \
| * | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
| * | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-107-9/+2
* | | Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-118-14/+60
|\ \ \ | |_|/ |/| |
| * | Merge tag 'drm-misc-next-fixes-2020-06-11' of git://anongit.freedesktop.org/d...Dave Airlie2020-06-115-5/+8
| |\ \
| | * | drm/ast: fix missing break in switch statement for format->cpp[0] case 4Colin Ian King2020-06-111-0/+1
| | * | drm/sun4i: hdmi ddc clk: Fix size of m dividerJernej Skrabec2020-06-102-2/+2
| | * | drm/connector: notify userspace on hotplug after register completeJeykumar Sankaran2020-06-032-3/+5
| * | | drm/i915/display: Only query DP state of a DDI encoderChris Wilson2020-06-091-0/+3
| * | | drm/i915/params: fix i915.reset module param typeJani Nikula2020-06-081-1/+1
| * | | drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson2020-06-081-8/+48
* | | | Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-105-58/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | i915:get_engines(): get rid of pointless access_ok()Al Viro2020-05-011-5/+0
| * | | i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro2020-05-011-3/+0
| * | | i915 compat ioctl(): just use drm_ioctl_kernel()Al Viro2020-05-011-9/+5
| * | | i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()Al Viro2020-05-012-31/+17
| * | | i915: switch query_{topology,engine}_info() to copy_to_user()Al Viro2020-05-011-10/+6
* | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-096-10/+10
* | | | mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
* | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-099-33/+33
* | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | | | Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-0846-381/+1674
|\ \ \ \
| * \ \ \ Merge https://gitlab.freedesktop.org/drm/msm into drm-next-msm-5.8Dave Airlie2020-06-0846-381/+1674
| |\ \ \ \
| | * | | | Revert "drm/msm/dpu: add support for clk and bw scaling for display"Rob Clark2020-06-018-228/+23
| | * | | | drm/msm/a6xx: skip HFI set freq if GMU is powered downJonathan Marek2020-05-231-9/+9
| | * | | | drm/msm: Update the MMU helper function APIsJordan Crouse2020-05-233-6/+6
| | * | | | drm/msm: Refactor address space initializationJordan Crouse2020-05-2317-118/+85
| | * | | | drm/msm: Attach the IOMMU device during initializationJordan Crouse2020-05-239-55/+27
| | * | | | drm/msm/dpu: dpu_setup_dspp_pcc() can be statickbuild test robot2020-05-221-1/+1
| | * | | | drm/msm/a6xx: a6xx_hfi_send_start() can be statickbuild test robot2020-05-221-2/+2
| | * | | | drm/msm/a4xx: add a405_registers for a405 deviceShawn Guo2020-05-181-3/+50
| | * | | | drm/msm/a4xx: add adreno a405 supportShawn Guo2020-05-184-13/+34
| | * | | | drm/msm/a6xx: update a6xx_hw_init for A640 and A650Jonathan Marek2020-05-182-9/+61
| | * | | | drm/msm/a6xx: enable GMU logJonathan Marek2020-05-183-0/+20
| | * | | | drm/msm/a6xx: update pdc/rscc GMU registers for A640/A650Jonathan Marek2020-05-183-53/+85
| | * | | | drm/msm/a6xx: A640/A650 GMU firmware pathJonathan Marek2020-05-183-16/+138
| | * | | | drm/msm/a6xx: HFI v2 for A640 and A650Jonathan Marek2020-05-185-24/+222
| | * | | | drm/msm/a6xx: add A640/A650 to gpulistJonathan Marek2020-05-183-1/+35
| | * | | | drm/msm/a6xx: use msm_gem for GMU memory objectsJonathan Marek2020-05-183-42/+88
| | * | | | drm/msm: add internal MSM_BO_MAP_PRIV flagJonathan Marek2020-05-182-0/+4
| | * | | | drm/msm: add msm_gem_get_and_pin_iova_rangeJonathan Marek2020-05-183-10/+30
| | * | | | drm/msm: Check for powered down HW in the devfreq callbacksJordan Crouse2020-05-183-0/+21
| | * | | | drm/msm/dpu: update bandwidth threshold checkKrishna Manikandan2020-05-182-24/+3
| | * | | | drm/msm/dpu: add support for clk and bw scaling for displayKalyan Thota2020-05-188-23/+228
| | * | | | drm/msm/dpu: add support for pcc color block in dpu driverKalyan Thota2020-05-184-4/+164