Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cd2a4eaf8c79daa41bdeb7251dbf66413291fd70
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_drv.c
be8454a
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
9a671c2
drm/omap: remove open-coded drm_invalid_op()
by Emil Velikov
· 6 years ago
30b7176
drm/omap: Add support for drm_panel
by Laurent Pinchart
· 6 years ago
79107f2
drm/omap: Add support for drm_bridge
by Laurent Pinchart
· 6 years ago
a4e2652
drm/omap: Refactor initialization sequence
by Laurent Pinchart
· 6 years ago
de9225a
drm/omap: Move display alias ID to omap_drm_pipeline
by Laurent Pinchart
· 6 years ago
79d11e9
drm/omap: Don't pass display pointer to encoder init function
by Laurent Pinchart
· 6 years ago
d2c5316
drm/omap: Use atomic suspend/resume helpers
by Laurent Pinchart
· 6 years ago
fcd70cd
drm: Split out drm_probe_helper.h
by Daniel Vetter
· 6 years ago
08bafff
drm/omap: Replace drm_dev_unref with drm_dev_put
by Thomas Zimmermann
· 7 years ago
e64d022
drm/omap: Replace drm_gem_object_unreference_unlocked with put function
by Thomas Zimmermann
· 7 years ago
52c5dd2
drm/omap: Determine connector type directly in omap_connector.c
by Laurent Pinchart
· 7 years ago
47a3ee2
drm/omap: Pass both output and display omap_dss_device to connector init
by Laurent Pinchart
· 7 years ago
d96aaad
drm/omap: Pass both output and display omap_dss_device to encoder init
by Laurent Pinchart
· 7 years ago
18412b6
drm/omap: Merge HPD enable operation with HPD callback registration
by Laurent Pinchart
· 7 years ago
83910ad
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
by Laurent Pinchart
· 7 years ago
a4e9ecf
drm/omap: Remove unnecessary display output sanity checks
by Laurent Pinchart
· 7 years ago
e48f9f1
drm/omap: Store CRTC lookup by channel table in omap_drm_private
by Laurent Pinchart
· 7 years ago
00b30e7
drm/omap: Pass pipe pointer to omap_crtc_init()
by Laurent Pinchart
· 7 years ago
511afb4
drm/omap: Reverse direction of DSS device (dis)connect operations
by Laurent Pinchart
· 7 years ago
2ee7679
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
by Laurent Pinchart
· 7 years ago
ac3b131
drm/omap: Create all planes before CRTCs
by Laurent Pinchart
· 7 years ago
f969936
drm/omap: Remove unneeded variable assignments in omap_modeset_init
by Laurent Pinchart
· 7 years ago
845417b
drm/omap: dss: Move DSS mgr ops and private data to dss_device
by Laurent Pinchart
· 7 years ago
f324b27
drm/omap: dss: Store dss_device pointer in omap_dss_device
by Laurent Pinchart
· 7 years ago
c1dfe72
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
by Laurent Pinchart
· 7 years ago
92ce521
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
by Laurent Pinchart
· 7 years ago
ec727e3
drm/omap: dss: Add functions to connect and disconnect devices
by Laurent Pinchart
· 7 years ago
eb5bc1f
drm/omap: Do dss_device (display) ordering in omap_drv.c
by Peter Ujfalusi
· 7 years ago
52b9ef2
drm/omap: Manage the usable omap_dss_device list within omap_drm_private
by Peter Ujfalusi
· 7 years ago
fb96b67
drm/omap: Allocate drm_device earlier and unref it as last step
by Peter Ujfalusi
· 7 years ago
cde4c44
drm: drop _mode_ from drm_mode_connector_attach_encoder
by Daniel Vetter
· 7 years ago
f846618
drm/omap: gem: Switch to gem_free_object_unlocked()
by Daniel Vetter
· 7 years ago
5117bd8
drm/omap: gem: Fix mm_list locking
by Daniel Vetter
· 7 years ago
23936ba
drm/omap: Use normalized zpos for plane placement
by Peter Ujfalusi
· 7 years ago
1915d7f
drm/omap: fix maximum sizes
by Tomi Valkeinen
· 7 years ago
efd1f06
drm/omap: cleanup fbdev init/free
by Tomi Valkeinen
· 7 years ago
50638ae
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
by Laurent Pinchart
· 7 years ago
d3541ca
drm: omapdrm: dss: Store dispc ops in dss_device structure
by Laurent Pinchart
· 7 years ago
72877cf
drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
by Laurent Pinchart
· 7 years ago
64cb817
drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_ops
by Laurent Pinchart
· 7 years ago
a82f0347
drm: omapdrm: Split init and cleanup from probe and remove functions
by Laurent Pinchart
· 7 years ago
bb5cdf8
drm: omapdrm: Remove filename from header and fix copyright tag
by Andrew F. Davis
· 7 years ago
7fb15c4
drm: omapdrm: Pass drm_device to omap_gem_resume()
by Laurent Pinchart
· 7 years ago
a7631c4
drm/omap: Filter displays mode based on bandwidth limit
by Peter Ujfalusi
· 7 years ago
ef62d30
drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()
by Noralf Trønnes
· 7 years ago
fc5cc967
drm/omap: work-around for omap3 display enable
by Tomi Valkeinen
· 7 years ago
4161f20
drm/omap: remove no-op cleanup code
by Tomi Valkeinen
· 7 years ago
f64eafa
drm/omap: rename omapdrm device back
by Tomi Valkeinen
· 7 years ago
510c74c
drm: omapdrm: Register omapdrm platform device in omapdss driver
by Laurent Pinchart
· 7 years ago
3c59680
drm/omap: Support for HDMI hot plug detection
by Peter Ujfalusi
· 8 years ago
34d8823
drm/omapdrm: Fix omap_atomic_wait_for_completion
by Maarten Lankhorst
· 7 years ago
4ab732a
drm/omapdrm: Use the drm_driver.dumb_destroy default
by Noralf Trønnes
· 7 years ago
9d24159a
drm/omap: define compat_ioctl
by Tomi Valkeinen
· 8 years ago
564f88c
drm/omap: add new connector types
by Tomi Valkeinen
· 8 years ago
6e471fa
drm: omapdrm: Infer the OMAP version from the SoC family
by Laurent Pinchart
· 8 years ago
dff6c24
drm: omapdrm: Add zpos property
by Laurent Pinchart
· 8 years ago
d6f544f
drm: omapdrm: Remove legacy buffer synchronization support
by Laurent Pinchart
· 8 years ago
a9e6f9f
drm: omapdrm: Use DRM core's atomic commit helper
by Laurent Pinchart
· 8 years ago
c2c446a
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
by Robert Foss
· 8 years ago
e8e13b1
drm/omap: Major omap_modeset_init() cleanup
by Jyri Sarha
· 8 years ago
f1118b8
drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
by Jyri Sarha
· 8 years ago
8a54aa9
drm/omap: use drm_atomic_helper_shutdown()
by Tomi Valkeinen
· 8 years ago
a09d2bc
drm/omap: Use omapdss_stack_is_ready() to check that the display stack is up
by Peter Ujfalusi
· 9 years ago
9f75922
drm/omap: use dispc_ops
by Tomi Valkeinen
· 9 years ago
c283400
drm/omap: move dispc related dss-feat funcs to dispc
by Tomi Valkeinen
· 9 years ago
5f6ab8c
drm/omap: Add support for render nodes
by Hemant Hariyani
· 9 years ago
1e90711
drm/omap: decrease min width & height
by Tomi Valkeinen
· 8 years ago
8e22e1b
Merge airlied/drm-next into drm-misc-next
by Daniel Vetter
· 8 years ago
897145d
drm/omapdrm: Move commit_modeset_enables() before commit_planes()
by Jyri Sarha
· 8 years ago
e025d38
Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"
by Jyri Sarha
· 8 years ago
0396162
drm/omap: use vblank hooks in struct drm_crtc_funcs
by Tomi Valkeinen
· 8 years ago
967dd48
drm: remove drm_vblank_no_hw_counter assignment from driver code
by Shawn Guo
· 8 years ago
012bbe2
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
c259e81
drm/omap: Remove omap_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
2f95bc6
drm: omapdrm: Perform initialization/cleanup at probe/remove time
by Laurent Pinchart
· 8 years ago
dadf465
drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs
by Laurent Pinchart
· 9 years ago
728ae8d
drm: omapdrm: Handle FIFO underflow IRQs internally
by Laurent Pinchart
· 10 years ago
e43f2c3
drm/omap: fix primary-plane's possible_crtcs
by Tomi Valkeinen
· 8 years ago
0da88db
drm/omap: Use per-plane rotation property
by Ville Syrjälä
· 8 years ago
18391ec
drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0
by Ville Syrjälä
· 8 years ago
0853695
drm: Add reference counting to drm_atomic_state
by Chris Wilson
· 8 years ago
2b58e98
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
by Liu Ying
· 8 years ago
31ad61e
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
by Joonas Lahtinen
· 8 years ago
a325725
drm: Lobotomize set_busid nonsense for !pci drivers
by Daniel Vetter
· 9 years ago
5e84c26
drm/atomic-helper: Massage swap_state signature somewhat
by Daniel Vetter
· 9 years ago
3c85f20
Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
by Dave Airlie
· 9 years ago
4a64b90
drm: omapdrm: add DSI mapping
by Sebastian Reichel
· 9 years ago
8207257
drm/omap: Use for_each_plane_in_state
by Daniel Vetter
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
6fc17fb
drm/omapdrm: Rename async to nonblock.
by Maarten Lankhorst
· 9 years ago
a90cc3f2
Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
by Dave Airlie
· 9 years ago
179df15
drm/omap: remove use of omapdss_find_mgr_from_display()
by Tomi Valkeinen
· 9 years ago
92bf0f9
drm/omap: fix suspend/resume handling
by Tomi Valkeinen
· 9 years ago
8c04fde
drm/omap: Nuke close hooks
by Daniel Vetter
· 9 years ago
728fea7
drm/omap: set DRIVER_ATOMIC for omapdrm
by Tomi Valkeinen
· 9 years ago
ef3f4e9
drm: omapdrm: gem: Mask out private flags passed from userspace
by Laurent Pinchart
· 9 years ago
e1c1174
drm: omapdrm: Make fbdev emulation optional
by Laurent Pinchart
· 9 years ago
Next »