index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2020-07-20
drm/imx: fix use after free
Philipp Zabel
-32
/
+52
2020-07-20
drm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
-1
/
+1
2020-07-20
drm/mxsfb: drop unused function parameter
Uwe Kleine-König
-2
/
+2
2020-07-20
drm/mxsfb: Make supported modifiers explicit
Guido Günther
-2
/
+7
2020-07-20
drm: core: Convert device logging to drm_* functions.
Suraj Upadhyay
-10
/
+7
2020-07-20
drm/i810: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-5
/
+5
2020-07-20
Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-1897
/
+2768
2020-07-20
drm/ast: Use managed MM initialization
Thomas Zimmermann
-13
/
+12
2020-07-20
drm/ast: Initialize DRAM type before posting GPU
Thomas Zimmermann
-3
/
+3
2020-07-20
drm/ast: Move VRAM size detection to ast_mm.c
Thomas Zimmermann
-38
/
+46
2020-07-20
drm/ast: Use managed VRAM-helper initialization
Thomas Zimmermann
-8
/
+3
2020-07-20
drm/ast: Rename ast_ttm.c to ast_mm.c
Thomas Zimmermann
-1
/
+1
2020-07-20
drm/vram-helper: Managed vram helpers
Thomas Zimmermann
-36
/
+48
2020-07-20
drm/lima: fix wait pp reset timeout
Qiang Yu
-0
/
+2
2020-07-19
drm/ingenic: Silence uninitialized-variable warning
Paul Cercueil
-2
/
+2
2020-07-18
drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort Subsystem
Hyun Kwon
-0
/
+4095
2020-07-17
drm/etnaviv: fix ref count leak via pm_runtime_get_sync
Navid Emamdoost
-4
/
+10
2020-07-17
drm/tegra: plane: Support 180° rotation
Dmitry Osipenko
-0
/
+2
2020-07-17
drm/tegra: plane: Support horizontal reflection
Dmitry Osipenko
-6
/
+35
2020-07-17
drm/tegra: plane: Rename bottom_up to reflect_y
Dmitry Osipenko
-8
/
+8
2020-07-17
drm/tegra: dc: Omit superfluous error message in tegra_dc_probe()
Tang Bin
-3
/
+1
2020-07-17
drm/tegra: gr2d: Add tiled PATBASE address register
Dmitry Osipenko
-0
/
+2
2020-07-17
drm/tegra: gr3d: Assert reset before power-gating
Dmitry Osipenko
-0
/
+2
2020-07-17
drm/tegra: sor: Use correct power supply names for HDMI
Thierry Reding
-2
/
+2
2020-07-17
gpu: host1x: debug: Dump push buffer state
Dmitry Osipenko
-0
/
+6
2020-07-17
gpu: host1x: debug: Fix multiple channels emitting messages simultaneously
Dmitry Osipenko
-0
/
+4
2020-07-17
gpu: host1x: Put gather's BO on pinning error
Dmitry Osipenko
-5
/
+8
2020-07-17
gpu: host1x: Optimize BOs usage when firewall is enabled
Dmitry Osipenko
-2
/
+12
2020-07-17
gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()
Sowjanya Komatineni
-5
/
+19
2020-07-17
gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in tegra_mipi_wait()
Sowjanya Komatineni
-12
/
+8
2020-07-17
gpu: host1x: mipi: Update tegra_mipi_request() to be node based
Sowjanya Komatineni
-3
/
+3
2020-07-17
drm: sun4i: hdmi: Fix inverted HPD result
Chen-Yu Tsai
-1
/
+1
2020-07-17
Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.freedesktop.org/~agd...
Dave Airlie
-56
/
+101
2020-07-17
drm/ingenic: Bump driver to version 1.1
Paul Cercueil
-2
/
+2
2020-07-17
drm/ingenic: Support multiple panels/bridges
Paul Cercueil
-31
/
+40
2020-07-17
drm/ingenic: Add support for the IPU
Paul Cercueil
-16
/
+1143
2020-07-17
drm/ingenic: Add support for OSD mode
Paul Cercueil
-50
/
+288
2020-07-17
drm/ingenic: Use dmam_alloc_coherent()
Paul Cercueil
-15
/
+3
2020-07-17
drm/ingenic: Move register definitions to ingenic-drm.h
Paul Cercueil
-114
/
+128
2020-07-17
drm/ingenic: Set DMA descriptor chain address in probe
Paul Cercueil
-2
/
+3
2020-07-17
drm/ingenic: Add missing CR in debug strings
Paul Cercueil
-15
/
+15
2020-07-17
drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c
Paul Cercueil
-0
/
+1
2020-07-17
drm/ingenic: Fix incorrect assumption about plane->index
Paul Cercueil
-1
/
+1
2020-07-16
drm/nouveau/kms/nvd9-: Fix disabling CRCs alongside OR reprogramming
Lyude Paul
-43
/
+97
2020-07-16
drm/nouveau/kms/nvd9-: Add CRC support
Lyude Paul
-70
/
+1325
2020-07-16
drm/nouveau/kms/nv50-: Move hard-coded object handles into header
Lyude Paul
-3
/
+22
2020-07-16
drm/nouveau/kms/nv50-: Expose nv50_outp_atom in disp.h
Lyude Paul
-18
/
+14
2020-07-16
drm/nouveau/kms/nv140-: Track wndw mappings in nv50_head_atom
Lyude Paul
-0
/
+31
2020-07-16
drm/nouveau/kms/nv50-: Fix disabling dithering
Lyude Paul
-11
/
+13
2020-07-16
drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commit
Lyude Paul
-8
/
+14
[prev]
[next]