index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
drm/nouveau/nouveau/hmm: fix migrate zero page to GPU
Ralph Campbell
2020-05-22
1
-9
/
+66
|
|
*
|
|
drm/nouveau/nouveau/hmm: fix nouveau_dmem_chunk allocations
Ralph Campbell
2020-05-22
1
-192
/
+112
|
|
*
|
|
drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST
Lyude Paul
2020-05-22
5
-20
/
+75
|
|
*
|
|
drm/nouveau/kms/nv50-: Move 8BPC limit for MST into nv50_mstc_get_modes()
Lyude Paul
2020-05-22
1
-11
/
+14
|
|
*
|
|
drm/nouveau/kms/gv100-: Add support for interlaced modes
Lyude Paul
2020-05-22
2
-4
/
+6
|
|
*
|
|
drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support
Lyude Paul
2020-05-22
15
-3
/
+118
|
|
*
|
|
drm/nouveau/kms/nv50-: Initialize core channel in nouveau_display_create()
Lyude Paul
2020-05-22
1
-1
/
+4
|
|
*
|
|
drm/nouveau/disp/hda/gv100-: NV_PDISP_SF_AUDIO_CNTRL0 register moved
Ben Skeggs
2020-05-22
5
-2
/
+35
|
|
*
|
|
drm/nouveau/disp/hda/gf119-: select HDA device entry based on bound head
Ben Skeggs
2020-05-22
1
-3
/
+4
|
|
*
|
|
drm/nouveau/disp/hda/gf119-: add HAL for programming device entry in SF
Ben Skeggs
2020-05-22
8
-2
/
+17
|
|
*
|
|
drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()
Ben Skeggs
2020-05-22
4
-6
/
+6
|
|
*
|
|
drm/nouveau/disp/nv50-: increase timeout on pio channel free() polling
Ben Skeggs
2020-05-22
1
-1
/
+1
|
|
*
|
|
drm/nouveau/kms: Fix regression by audio component transition
Takashi Iwai
2020-05-22
1
-6
/
+10
|
|
*
|
|
drm/nouveau/device: use regular PRI accessors in chipset detection
Ben Skeggs
2020-05-22
1
-18
/
+13
|
|
*
|
|
drm/nouveau/device: detect vGPUs
Karol Herbst
2020-05-22
1
-3
/
+12
|
|
*
|
|
drm/nouveau/device: detect if changing endianness failed
Karol Herbst
2020-05-22
1
-5
/
+21
|
|
*
|
|
drm/nouveau/device: rework mmio mapping code to get rid of second map
Karol Herbst
2020-05-22
1
-12
/
+15
|
|
*
|
|
drm/nouveau/mmu: Remove unneeded semicolon
Zheng Bin
2020-05-22
2
-2
/
+2
|
|
*
|
|
drm/nouveau: Use generic helper to check _PR3 presence
Kai-Heng Feng
2020-05-22
1
-34
/
+10
|
|
*
|
|
drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpy
Zou Wei
2020-05-22
1
-8
/
+4
|
|
*
|
|
drm/nouveau/core/memory: remove redundant assignments to variable ret
Colin Ian King
2020-05-22
1
-1
/
+1
|
|
*
|
|
drm/nouveau/svm: map pages after migration
Ralph Campbell
2020-05-22
4
-17
/
+95
|
|
*
|
|
drm/nouveau/disp/gv100-: expose capabilities class
Ben Skeggs
2020-05-22
6
-0
/
+69
|
|
*
|
|
drm/nouveau/bios: move ACPI _ROM handling
Ben Skeggs
2020-05-22
3
-76
/
+47
|
|
*
|
|
drm/nouveau: remove open-coded version of remove_conflicting_pci_framebuffers()
Ben Skeggs
2020-05-22
1
-28
/
+3
|
|
*
|
|
drm/nouveau/gr/gk20a: move MODULE_FIRMWARE firmware definitions
Ben Skeggs
2020-05-22
2
-11
/
+11
|
|
*
|
|
drm/nouveau/ibus: use nvkm_subdev_new_()
Ben Skeggs
2020-05-22
6
-30
/
+6
|
|
*
|
|
drm/nouveau/core: add nvkm_subdev_new_() for bare subdevs
Ben Skeggs
2020-05-22
2
-0
/
+13
|
|
*
|
|
drm/nouveau/kms: Support NVIDIA format modifiers
James Jones
2020-05-22
3
-9
/
+104
|
|
*
|
|
drm/nouveau/kms: Check framebuffer size against bo
James Jones
2020-05-22
1
-0
/
+98
|
|
*
|
|
drm/nouveau/kms: Add format mod prop to base/ovly/nvdisp
James Jones
2020-05-22
6
-4
/
+112
|
|
*
|
|
drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped first
Ben Skeggs
2020-05-22
1
-0
/
+5
|
|
*
|
|
drm/nouveau/kms: Remove struct nouveau_framebuffer
Thomas Zimmermann
2020-05-22
4
-38
/
+28
|
|
*
|
|
drm/nouveau/kms: Remove field nvbo from struct nouveau_framebuffer
Thomas Zimmermann
2020-05-22
7
-84
/
+75
|
|
*
|
|
drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdev
Thomas Zimmermann
2020-05-22
5
-14
/
+14
|
|
*
|
|
drm/nouveau/kms: Remove unused fields from struct nouveau_framebuffer
Thomas Zimmermann
2020-05-22
1
-5
/
+0
|
|
*
|
|
drm/nouveau: fix out-of-tree module build
Ben Skeggs
2020-05-22
1
-4
/
+6
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge tag 'mediatek-drm-next-5.8' of https://git.kernel.org/pub/scm/linux/ker...
Dave Airlie
2020-05-22
6
-11
/
+127
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
drm/mediatek: Eliminate the magic number in array size
Bernard Zhao
2020-05-20
1
-3
/
+3
|
|
*
|
drm/mediatek: Cleanup coding style in mediatek a bit
Bernard Zhao
2020-05-20
1
-8
/
+4
|
|
*
|
drm/mediatek: Stop iterating dma addresses when sg_dma_len() == 0
Anand K Mistry
2020-05-20
1
-0
/
+3
|
|
*
|
drm/mediatek: config mipitx impedance with calibration data
Jitao Shi
2020-04-22
3
-0
/
+64
|
|
*
|
drm/mediatek: add the mipitx driving control
Jitao Shi
2020-04-22
3
-0
/
+22
|
|
*
|
drm/mediatek: set dpi pin mode to gpio low to avoid leakage current
Jitao Shi
2020-04-21
1
-0
/
+31
|
*
|
|
Merge tag 'drm-intel-next-fixes-2020-05-20' of git://anongit.freedesktop.org/...
Dave Airlie
2020-05-21
3
-13
/
+14
|
|
\
\
\
|
|
*
|
|
drm/i915: Fix AUX power domain toggling across TypeC mode resets
Imre Deak
2020-05-19
1
-2
/
+3
|
|
*
|
|
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
2020-05-19
1
-1
/
+1
|
|
*
|
|
drm/i915: avoid unused scale_user_to_hw() warning
Arnd Bergmann
2020-05-19
1
-10
/
+10
|
*
|
|
|
Merge tag 'exynos-drm-next-for-v5.8' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
2020-05-21
10
-192
/
+103
|
|
\
\
\
\
|
|
*
|
|
|
drm/exynos-vidi: convert platform driver to use dev_groups
Emil Velikov
2020-05-18
1
-18
/
+8
[prev]
[next]