Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
77895af24e2cbb71eb34227c4be07043203df158
/
drivers
/
gpu
/
drm
/
fsl-dcu
351f950
drm/atomic: Pass the full state to CRTC atomic enable/disable
by Maxime Ripard
· 4 years, 3 months ago
ce5c207
Merge tag 'v5.9-rc4' into drm-next
by Dave Airlie
· 4 years, 4 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 5 months ago
87154ff
drm: Remove unnecessary drm_panel_attach and drm_panel_detach
by Joe Perches
· 4 years, 6 months ago
6a32e55
drm/fsl-dcu: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
by Thomas Zimmermann
· 4 years, 8 months ago
9290270
drm/fsl-dcu: Use GEM CMA object functions
by Thomas Zimmermann
· 4 years, 8 months ago
3d5e73a
drm/fsl-dcu: Use simple encoder
by Thomas Zimmermann
· 4 years, 11 months ago
a25b988
drm/bridge: Extend bridge API to disable connector creation
by Laurent Pinchart
· 5 years ago
06c4a9c
drm/panel: decouple connector from drm_panel
by Sam Ravnborg
· 5 years ago
ee68c74
drm: Stop including drm_bridge.h from drm_crtc.h
by Boris Brezillon
· 5 years ago
24bc3e9c
drm/fsl-dcu: fix opencoded use of drm_panel_*
by Sam Ravnborg
· 5 years ago
b4b21c8
drm/fsl-dcu: drop use of drmP.h
by Sam Ravnborg
· 6 years ago
40e546c
drm/fsl-dcu: Drop drm_gem_prime_export/import
by Daniel Vetter
· 6 years ago
0424fda
drm/prime: Actually remove DRIVER_PRIME everywhere
by Daniel Vetter
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
e065426
Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
by Linus Torvalds
· 6 years ago
8c5dc8d
video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol
by Alexander Shiyan
· 6 years ago
88bc417
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
by Laurent Pinchart
· 6 years ago
5b38e74
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
by Daniel Vetter
· 6 years ago
fcd70cd
drm: Split out drm_probe_helper.h
by Daniel Vetter
· 6 years ago
f4d26fa
drm/fsl-dcu: Use drm_fbdev_generic_setup()
by Noralf Trønnes
· 6 years ago
469a9308
drm/fsl-dcu: use drm_display_mode_to_videomode to calculate timing parameters
by Satendra Singh Thakur
· 6 years ago
53b9974
drm/fsl-dcu: drop unused drm_crtc_index()
by Stefan Agner
· 6 years ago
a74c0aa
drm/fsl-dcu: Replace drm_dev_unref with drm_dev_put
by Thomas Zimmermann
· 6 years ago
cde4c44
drm: drop _mode_ from drm_mode_connector_attach_encoder
by Daniel Vetter
· 7 years ago
5fa8e4a
drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL
by Boris Brezillon
· 7 years ago
3b71239
drm/fsl-dcu: Use drm_mode_config_helper_suspend/resume()
by Noralf Trønnes
· 7 years ago
c353bfc
Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
e60e1ee
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
9fd99f4
drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume()
by Stefan Agner
· 7 years ago
9306e99
drm/fsl-dcu: avoid disabling pixel clock twice on suspend
by Stefan Agner
· 7 years ago
daee542
drm/fsl-dcu: Don't set connector DPMS property
by Laurent Pinchart
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
ba22bf6
drm/fsl-dcu: Use drm_gem_fb_create()
by Noralf Trønnes
· 7 years ago
7d902c0
drm: Nuke drm_atomic_helper_connector_dpms
by Daniel Vetter
· 7 years ago
077d92b
drm/fsl-dcu: Use .dumb_map_offset and .dumb_destroy defaults
by Noralf Trønnes
· 7 years ago
e6fc3b6
drm: Plumb modifiers through plane init
by Ben Widawsky
· 7 years ago
0b20a0f
drm: Add old state pointer to CRTC .enable() helper function
by Laurent Pinchart
· 8 years ago
09cedcb
drm/fsl-dcu: use new drm_atomic_helper_shutdown
by Stefan Agner
· 8 years ago
685ec6e
drm/fsl-dcu: implement irq_preinstall/uninstall callbacks
by Stefan Agner
· 8 years ago
ffe881f
drm/fsl: Drop drm_vblank_cleanup
by Daniel Vetter
· 8 years ago
ebc9446
drm: convert drivers to use drm_of_find_panel_or_bridge
by Rob Herring
· 8 years ago
d55f7e5
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
by Daniel Vetter
· 8 years ago
8e22e1b
Merge airlied/drm-next into drm-misc-next
by Daniel Vetter
· 8 years ago
2776b1c
drm: fsl-dcu: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 8 years ago
ef15d36
drm/fsl-dcu: check for clk_prepare_enable() error
by Fabio Estevam
· 8 years ago
5d2883d
drm/fsl-dcu: remove unneeded 'ret' assignment
by Fabio Estevam
· 8 years ago
967dd48
drm: remove drm_vblank_no_hw_counter assignment from driver code
by Shawn Guo
· 8 years ago
e4563f6
drm: Rely on mode_config data for fb_helper initialization
by Gabriel Krisman Bertazi
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
75f6dfe
drm: Deduplicate driver initialization message
by Gabriel Krisman Bertazi
· 8 years ago
3bb80f2
drm: bridge: Link encoder and bridge in core code
by Laurent Pinchart
· 8 years ago
9338203
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
by Laurent Pinchart
· 8 years ago
438b74a
drm: Nuke fb->pixel_format
by Ville Syrjälä
· 8 years ago
c408574
drm/fsl: don't use drm_put_dev
by Daniel Vetter
· 8 years ago
25dfd7c
Merge tag 'drm-fsl-dcu-for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next
by Dave Airlie
· 8 years ago
75e75cb
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Daniel Vetter
· 8 years ago
f03ee46
Backmerge tag 'v4.9-rc8' into drm-next
by Dave Airlie
· 8 years ago
949f088
drm: Make the connector .detect() callback optional
by Laurent Pinchart
· 8 years ago
73fe26a
drm/fsl-dcu: introduce kernel parameter to specify fbdev depth
by Stefan Agner
· 8 years ago
c162215
drm/fsl-dcu: remove separate compilation unit for fbdev emulation
by Stefan Agner
· 8 years ago
238e4f4
drm/fsl-dcu: Propagate the real error code
by Fabio Estevam
· 8 years ago
54ac0a0
drm/fsl-dcu: Remove unneeded NULL check
by Fabio Estevam
· 8 years ago
39c74b5
drm/fsl-dcu: disable outputs before unloading driver
by Stefan Agner
· 8 years ago
39a5019
drm/fsl-dcu: unload driver before disabling clocks
by Stefan Agner
· 8 years ago
3d6f371
drm/fsl-dcu: disable planes before disabling CRTC
by Stefan Agner
· 8 years ago
93daeec
drm/fsl-dcu: update all registers on flush
by Stefan Agner
· 8 years ago
34a515d
drm/fsl-dcu: do not update when modifying irq registers
by Stefan Agner
· 9 years ago
55edf41
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
by Jani Nikula
· 8 years ago
0a70c99
drm/fsl-dcu: enable pixel clock when enabling CRTC
by Stefan Agner
· 8 years ago
9789037
drm/fsl-dcu: do not transfer registers in mode_set_nofb
by Stefan Agner
· 8 years ago
b6ead86
drm/fsl-dcu: do not transfer registers on plane init
by Stefan Agner
· 8 years ago
8dedefb
drm/fsl-dcu: enable TCON bypass mode by default
by Stefan Agner
· 8 years ago
3f346d5
Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
0f28860
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 8 years ago
e0dc7c837
drm/fsl-dcu: disable clock on error path
by Fabio Estevam
· 8 years ago
acd4d61
drm/fsl-dcu: use PTR_ERR_OR_ZERO() to simplify the code
by Wei Yongjun
· 8 years ago
6cc4758
drm/fsl-dcu: fix endian issue when using clk_register_divider
by Stefan Agner
· 8 years ago
420382a
drm: Don't implement empty prepare_fb()/cleanup_fb()
by Laurent Pinchart
· 8 years ago
1832040
drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fb
by Chris Wilson
· 8 years ago
9af07af9
Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
2383050f
Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc
by Daniel Vetter
· 8 years ago
e27962a
drm/fsl-dcu: make fbdev support really optional
by Tobias Jakobi
· 9 years ago
c4a304d
drm/fsl-dcu: add support for drm bridge
by Meng Yi
· 9 years ago
924591b
drm/fsl-dcu: rework codes to support of_graph dt binding for panel
by Meng Yi
· 9 years ago
64bf74e
drm/fsl-dcu: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 9 years ago
dac2c48
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next
by Dave Airlie
· 9 years ago
542d972
Back-merge tag 'v4.7-rc5' into drm-next
by Dave Airlie
· 9 years ago
b7868c6
drm/fsl-dcu: use drm_mode_config_cleanup on initialization errors
by Stefan Agner
· 9 years ago
f5bce43
drm/fsl-dcu: disable vblank events on CRTC disable
by Stefan Agner
· 9 years ago
a8db432
drm/fsl-dcu: implement suspend/resume using atomic helpers
by Stefan Agner
· 9 years ago
ff09b41
drm/fsl-dcu: use clk helpers
by Stefan Agner
· 9 years ago
1277f80
drm/fsl-dcu: move layer initialization to plane file
by Stefan Agner
· 9 years ago
6aaf5a4
drm/fsl-dcu: store layer registers in soc_data
by Stefan Agner
· 9 years ago
75e8c46
drm: fsl-dcu: Rely on the default ->best_encoder() behavior
by Boris Brezillon
· 9 years ago
9433bd6
drm/fsl-du: Implement some semblance of vblank event handling
by Daniel Vetter
· 9 years ago
ce492b3
drm/fsl-dcu: use flat regmap cache
by Stefan Agner
· 9 years ago
7c08928
drm/fls-dcu: Use lockless gem BO free callback
by Daniel Vetter
· 9 years ago
fcee590
drm: Nuke ->vblank_disable_allowed
by Daniel Vetter
· 9 years ago
Next »