Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8d938df2056253218555800ea39a6ec391669f18
8d938df
drm/panel: Add DT bindings for Sony ACX424AKP
by Linus Walleij
· 5 years ago
7c7b7c3
drm/ast: Call struct drm_driver.{load, unload} before registering device
by Thomas Zimmermann
· 5 years ago
ecd4b23
drm/ast: Replace drm_get_pci_device() and drm_put_dev()
by Thomas Zimmermann
· 5 years ago
3bf149b
drm/print: group logging functions by prink or device based
by Jani Nikula
· 5 years ago
876905b
drm/print: convert debug category macros into an enum
by Jani Nikula
· 5 years ago
99acf47
drm/print: underscore prefix functions that should be private to print
by Jani Nikula
· 5 years ago
9f0ac02
drm/print: rename drm_debug to __drm_debug to discourage use
by Jani Nikula
· 5 years ago
f139a62
drm/amdgpu: use drm_debug_enabled() to check for debug categories
by Jani Nikula
· 5 years ago
4f632fb
drm/nouveau: use drm_debug_enabled() to check for debug categories
by Jani Nikula
· 5 years ago
bdbf43d
drm/i915: use drm_debug_enabled() to check for debug categories
by Jani Nikula
· 5 years ago
db9cd76
drm/komeda: Adds gamma and color-transform support for DOU-IPS
by Lowry Li (Arm Technology China)
· 5 years ago
bb346b6
drm/komeda: Add drm_ctm_to_coeffs()
by james qian wang (Arm Technology China)
· 5 years ago
c2b13c6
drm/komeda: Add drm_lut_to_fgamma_coeffs()
by james qian wang (Arm Technology China)
· 5 years ago
7ca7fce
drm: Add a new helper drm_color_ctm_s31_32_to_qm_n()
by james qian wang (Arm Technology China)
· 5 years ago
4773483
drm/fb-helper: unexport drm_fb_helper_generic_probe
by Daniel Vetter
· 5 years ago
c8401e0
drm/bridge: anx6345: Fix compilation breakage on systems without CONFIG_OF
by Maxime Ripard
· 5 years ago
6958aa9
drm/komeda: Fix komeda driver build error
by james qian wang (Arm Technology China)
· 5 years ago
e1cff82
drm/bridge: fix anx6345 compilation for v5.5
by Torsten Duwe
· 5 years ago
c8f95a5
drm/virtgpu: fix double unregistration
by Chuhong Yuan
· 5 years ago
f8fbe33
drm/komeda: add rate limiting disable to err_verbosity
by Mihail Atanassov
· 5 years ago
4039f02
drm/komeda: Add option to print WARN- and INFO-level IRQ events
by Mihail Atanassov
· 5 years ago
3933893
drm/komeda: Optionally dump DRM state on interrupts
by Mihail Atanassov
· 5 years ago
9a67321
drm/komeda: Remove CONFIG_KOMEDA_ERROR_PRINT
by Mihail Atanassov
· 5 years ago
8894cd5
drm/komeda: Add debugfs node to control error verbosity
by Mihail Atanassov
· 5 years ago
97de863
drm/mcde: Handle pending vblank while disabling display
by Stephan Gerhold
· 5 years ago
3c5824b
drm/mcde: dsi: Enable clocks in pre_enable() instead of mode_set()
by Stephan Gerhold
· 5 years ago
1f79c60
drm/mcde: dsi: Fix duplicated DSI connector
by Stephan Gerhold
· 5 years ago
6ddfb00
drm/mcde: dsi: Delay start of video stream generator
by Stephan Gerhold
· 5 years ago
57efea8
drm/mcde: dsi: Make video mode errors more verbose
by Stephan Gerhold
· 5 years ago
d920e8d
drm/mcde: Fix frame sync setup for video mode panels
by Stephan Gerhold
· 5 years ago
768859c
drm/mcde: Provide vblank handling unconditionally
by Stephan Gerhold
· 5 years ago
f4563f3
drm/rockchip: use DRM_DEV_ERROR for log output
by Wambui Karuga
· 5 years ago
d56cbce
drm/udl: Remove struct udl_gem_object and functions
by Thomas Zimmermann
· 5 years ago
08b22f65
drm/udl: Switch to SHMEM
by Thomas Zimmermann
· 5 years ago
1d48b9e
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
by Thomas Zimmermann
· 5 years ago
92c4eeb
drm/udl: Remove flags field from struct udl_gem_object
by Thomas Zimmermann
· 5 years ago
165d344
drm/radeon: finally fix the racy VMA setup
by Christian König
· 5 years ago
20c012b
drm/ttm: also export ttm_bo_vm_fault v2
by Christian König
· 5 years ago
4961eb6
drm/ast: Enable atomic modesetting
by Thomas Zimmermann
· 5 years ago
02f3bb7
drm/ast: Add cursor plane
by Thomas Zimmermann
· 5 years ago
b48e1b6
drm/ast: Add CRTC helpers for atomic modesetting
by Thomas Zimmermann
· 5 years ago
a6ff807
drm/ast: Add primary plane
by Thomas Zimmermann
· 5 years ago
259d14a
drm/ast: Split ast_set_vbios_mode_info()
by Thomas Zimmermann
· 5 years ago
0d45ad9
drm/ast: Split ast_set_ext_reg() into color and threshold function
by Thomas Zimmermann
· 5 years ago
a21fdd7
drm/ast: Don't clear base address and offset with default values
by Thomas Zimmermann
· 5 years ago
9253f83
drm/ast: Check video-mode requirements against VRAM size
by Thomas Zimmermann
· 5 years ago
5a1505e
drm/ast: Remove last traces of struct ast_gem_object
by Thomas Zimmermann
· 5 years ago
6aa1926
drm/bridge: Add Analogix anx6345 support
by Icenowy Zheng
· 5 years ago
dea73d6
drm/bridge: Prepare Analogix anx6345 support
by Torsten Duwe
· 5 years ago
0712eca
drm/bridge: extract some Analogix I2C DP common code
by Icenowy Zheng
· 5 years ago
ad9301a
drm/bridge: split some definitions of ANX78xx to dedicated headers
by Icenowy Zheng
· 5 years ago
5d97408e
drm/bridge: move ANA78xx driver to analogix subdirectory
by Icenowy Zheng
· 5 years ago
0e44f0e
drm/tilcdc: Provide ddc symlink in connector sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
3577dc0
drm/mediatek: Provide ddc symlink in hdmi connector sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
f4c7b46
drm/exynos: Provide ddc symlink in connector's sysfs
by Andrzej Pietrasiewicz
· 6 years ago
12701f5
drm/msm/hdmi: Provide ddc symlink in hdmi connector sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
b1f64c2
drm: rockchip: Provide ddc symlink in inno_hdmi sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
9c544cc
drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
17165de
drm/amdgpu: Provide ddc symlink in dm connector's sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
af0e31a
drm/radeon: Provide ddc symlink in connector sysfs directory
by Andrzej Pietrasiewicz
· 6 years ago
bf5d837
drm: atomic helper: fix W=1 warnings
by Benjamin Gaignard
· 5 years ago
f76c22ce
drm/gma500: Add page flip support on psb/cdv
by Paul Kocialkowski
· 5 years ago
b20e9af
drm/gma500: Add missing call to allow enabling vblank on psb/cdv
by Paul Kocialkowski
· 5 years ago
8204f23
drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()
by Thomas Zimmermann
· 5 years ago
80ae036
drm/todo: Convert drivers to generic fbdev emulation
by Thomas Zimmermann
· 5 years ago
50ec5b5
drm/komeda: Use devm_platform_ioremap_resource() in komeda_dev_create()
by Markus Elfring
· 5 years ago
6b1ce0a
drm/ttm: remove ttm_bo_wait_unreserved
by Daniel Vetter
· 5 years ago
03e0d26
drm/nouveau: slowpath for pushbuf ioctl
by Daniel Vetter
· 5 years ago
b2a8116
dma_resv: prime lockdep annotations
by Daniel Vetter
· 5 years ago
8a537de
drm/doc: Update IGT documentation
by Leandro Ribeiro
· 5 years ago
955fd0b
drm/vkms: Update VKMS documentation
by Gabriela Bittencourt
· 5 years ago
700496f
drm/todo: Add entry to remove load/unload hooks
by Daniel Vetter
· 5 years ago
ab4e693
drm/property: Enforce more lifetime rules
by Daniel Vetter
· 5 years ago
b8c8a85
drm: use DIV_ROUND_UP helper macro for calculations
by Wambui Karuga
· 5 years ago
ff1fd29
drm/scdc: Fix typo in bit definition of SCDC_STATUS_FLAGS
by Patrik Jakobsson
· 5 years ago
2869e82
drm/ttm: ttm_tt_init_fields() can be static
by Christian König
· 5 years ago
caa478af
drm/ttm: Convert vm callbacks to helpers
by Thomas Hellstrom
· 5 years ago
8951000
drm/ttm: Remove explicit typecasts of vm_private_data
by Thomas Hellstrom
· 5 years ago
fae7d7d
Revert "dma-buf: Add dma-buf heaps framework"
by Sean Paul
· 5 years ago
837324d
Revert "dma-buf: heaps: Add heap helpers"
by Sean Paul
· 5 years ago
d59c5e0
Revert "dma-buf: heaps: Add system heap to dmabuf heaps"
by Sean Paul
· 5 years ago
2e7f7cb
Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"
by Sean Paul
· 5 years ago
a262ef0
Revert "kselftests: Add dma-heap test"
by Sean Paul
· 5 years ago
83b8a6f
drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
by Rob Herring
· 5 years ago
9e62b88
drm/panfrost: Simplify devfreq utilisation tracking
by Steven Price
· 5 years ago
221bc77
drm/panfrost: Use generic code for devfreq
by Steven Price
· 5 years ago
86d35f8
drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_create
by Hans de Goede
· 5 years ago
a394147
drm/amdgpu: add independent DMA-buf import v9
by Christian König
· 7 years ago
6e6db27
drm/amdgpu: add independent DMA-buf export v8
by Christian König
· 7 years ago
955a72c
drm/todo: Clarify situation around fbdev and defio
by Thomas Zimmermann
· 5 years ago
8e86dee
drm/fb-helper: Remove drm_fb_helper_defio_init() and update docs
by Thomas Zimmermann
· 5 years ago
588b982
drm: Don't free jobs in wait_event_interruptible()
by Steven Price
· 5 years ago
0f54621
doc: drm: Update references to previously renamed files
by Anna Karas
· 5 years ago
ab87cc9
kselftests: Add dma-heap test
by John Stultz
· 5 years ago
43d7238
dma-buf: heaps: Add CMA heap to dmabuf heaps
by John Stultz
· 5 years ago
47a32f9
dma-buf: heaps: Add system heap to dmabuf heaps
by John Stultz
· 5 years ago
7b87ea7
dma-buf: heaps: Add heap helpers
by John Stultz
· 5 years ago
a69b0e8
dma-buf: Add dma-buf heaps framework
by Andrew F. Davis
· 5 years ago
ea7d8c6
drm/ttm: stop exporting ttm_mem_io_* functions
by Christian König
· 5 years ago
51ea742
drm/qxl: stop using TTM to call driver internal functions
by Christian König
· 5 years ago
Next »