Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
692927f4e9058fbdae1baecf72d85659bbc3c59c
/
drivers
/
gpu
/
drm
/
omapdrm
e9eafcb
drm: move drm_can_sleep() to drm_util.h
by Sam Ravnborg
· 6 years ago
23d19ba
Merge drm/drm-next into drm-misc-next
by Maxime Ripard
· 6 years ago
13d0add
drm/edid: Pass connector to AVI infoframe functions
by Ville Syrjälä
· 6 years ago
c39ff7e
drm: omapdrm: Cleanup drm_display_mode print str
by Shayenne Moura
· 6 years ago
3c613a3
drm/omap: fix incorrect union usage
by Sebastian Reichel
· 6 years ago
0a02d49
drm/omap: populate DSI platform bus earlier
by Sebastian Reichel
· 6 years ago
0a7f54e
drm/omap: fix bus_flags for panel-dpi
by Tomi Valkeinen
· 6 years ago
cbed754
drm/omap: dsi: Fix missing of_platform_depopulate()
by Tony Lindgren
· 6 years ago
24ec84e
drm/omap: Move DISPC runtime PM handling to omapdrm
by Laurent Pinchart
· 6 years ago
350c03e
drm/omap: dsi: Ensure the device is active during probe
by Laurent Pinchart
· 6 years ago
f8523b6
drm/omap: hdmi4: Ensure the device is active during bind
by Laurent Pinchart
· 6 years ago
e0c827a
drm/omap: Populate DSS children in omapdss driver
by Laurent Pinchart
· 6 years ago
2e65c7a
drm/omap: fix use of freed memory
by Tomi Valkeinen
· 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
3ce1180
drm/omap: Replace drm_gem_object_{un/reference} with put,get functions
by Thomas Zimmermann
· 7 years ago
e58febe
drm/omap: Substitute format_is_yuv() with format->is_yuv
by Ayan Kumar Halder
· 6 years ago
f5b9930
drm/omap: partial workaround for DRA7xx DMM errata i878
by Tomi Valkeinen
· 6 years ago
176c866
drm/omap: dmm_tiler: Fix interrupt request/free sequence during probe/remove
by Peter Ujfalusi
· 6 years ago
157aa88
drm/omap: dmm_tiler: No need to check if irq is valid in omap_dmm_remove
by Peter Ujfalusi
· 6 years ago
538f66b
drm/omap: fix memory barrier bug in DMM driver
by Tomi Valkeinen
· 6 years ago
3a75010
drm/omap: remove set but not used variable 'frame_height'
by YueHaibing
· 6 years ago
993d52e
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
by zhong jiang
· 6 years ago
c7d6a0d
drm/omap: remove unused header tcm-sita.h
by Corentin Labbe
· 6 years ago
6ea48430
drm/omap: Don't call .set_timings() operation recursively
by Laurent Pinchart
· 7 years ago
d8dbe79
drm/omap: Store CRTC timings in .set_timings() operation
by Laurent Pinchart
· 7 years ago
a730ce9
drm/omap: venc: Fixup video mode in .check_timings() operation
by Laurent Pinchart
· 7 years ago
96fc64c
drm/omap: sdi: Fixup video mode in .check_timings() operation
by Laurent Pinchart
· 7 years ago
95e472d
drm/omap: hdmi: Constify video mode and related pointers
by Laurent Pinchart
· 7 years ago
7d39e59
drm/omap: dsi: Fixup video mode in .set_config() operation
by Laurent Pinchart
· 7 years ago
f79fa7d
drm/omap: dpi: Don't fixup video mode in dpi_set_mode()
by Laurent Pinchart
· 7 years ago
7c27fa5
drm/omap: Call dispc timings check operation directly
by Laurent Pinchart
· 7 years ago
3fbda31
drm/omap: Split mode fixup and mode set from encoder enable
by Laurent Pinchart
· 7 years ago
8e9c1c6
drm/omap: Move bus flag hack to encoder implementation
by Laurent Pinchart
· 7 years ago
31cd7af
drm/omap: panels: Don't modify fixed timings
by Laurent Pinchart
· 7 years ago
ca6e968
drm/omap: Remove .get_timings() operation from display connectors
by Laurent Pinchart
· 7 years ago
35d944c
drm/omap: Query timing information from analog TV encoder
by Laurent Pinchart
· 7 years ago
2812030
drm/omap: Don't call .check_timings() operation recursively
by Laurent Pinchart
· 7 years ago
b4935e3
drm/omap: Store bus flags in the omap_dss_device structure
by Laurent Pinchart
· 7 years ago
26c91a3
drm/omap: Don't store video mode internally for external encoders
by Laurent Pinchart
· 7 years ago
138fe53
drm/omap: Remove unneeded fallback for missing .check_timings()
by Laurent Pinchart
· 7 years ago
bb23800
drm/omap: Remove duplicate calls to .set_timings() operation
by Laurent Pinchart
· 7 years ago
8fe1d36
drm/omap: Make the video_mode pointer to .set_timings() const
by Laurent Pinchart
· 7 years ago
9c626de
drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler
by Laurent Pinchart
· 6 years ago
ec68cd5
drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions
by Laurent Pinchart
· 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
7805d1e
drm/omap: Don't call HDMI mode and infoframe operations recursively
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
70f9cbf
drm/omap: Get from CRTC to display device directly
by Laurent Pinchart
· 7 years ago
90279e9
drm/omap: Don't call EDID read operation recursively
by Laurent Pinchart
· 7 years ago
f006325
drm/omap: Move HPD disconnection handling to omap_connector
by Laurent Pinchart
· 7 years ago
18412b6
drm/omap: Merge HPD enable operation with HPD callback registration
by Laurent Pinchart
· 7 years ago
a21a8f3
drm/omap: Remove unneeded safety checks in the HPD operations
by Laurent Pinchart
· 7 years ago
949ea2e
drm/omap: Don't call HPD registration operations recursively
by Laurent Pinchart
· 7 years ago
f2ea557
drm/omap: Don't call .detect() operation recursively
by Laurent Pinchart
· 7 years ago
09e5bb6
drm/omap: dss: Add device operations flags
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
e7df657
drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors API
by Laurent Pinchart
· 7 years ago
2167f9e
drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header
by Laurent Pinchart
· 7 years ago
aec338c
drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors API
by Laurent Pinchart
· 7 years ago
57e0478
drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors API
by Laurent Pinchart
· 7 years ago
ac2d1fc
drm/omap: encoder-tfp410: Convert to the GPIO descriptors API
by Laurent Pinchart
· 7 years ago
ede880e
drm/omap: connector-hdmi: Convert to the GPIO descriptors API
by Laurent Pinchart
· 7 years ago
1298977
drm/omap: Check omap_dss_device type based on the output_type field
by Laurent Pinchart
· 7 years ago
a4e9ecf
drm/omap: Remove unnecessary display output sanity checks
by Laurent Pinchart
· 7 years ago
6f7ae8c
drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations
by Laurent Pinchart
· 7 years ago
e553ea0
drm/omap: dss: Remove unused omap_dss_driver operations
by Laurent Pinchart
· 7 years ago
43f7078
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
by Laurent Pinchart
· 7 years ago
0f37938
drm/omap: Set dispc_channel_connect from DSS output connect handlers
by Laurent Pinchart
· 7 years ago
d25a7d6
drm/omap: Remove supported output check in CRTC connect handler
by Laurent Pinchart
· 7 years ago
67dfd2d
drm/omap: Remove omap_crtc_output global array
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
3be0f15
drm/omap: dss: Merge two disconnection helpers
by Laurent Pinchart
· 7 years ago
7131655
drm/omap: dss: Move display type validation to initialization time
by Laurent Pinchart
· 7 years ago
79ddb2f
drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
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
8a36357
drm/omap: dss: Get regulators at probe time
by Laurent Pinchart
· 7 years ago
a48bc6a
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
by Laurent Pinchart
· 7 years ago
bea1319
drm/omap: dss: Add function to retrieve display for an output
by Laurent Pinchart
· 7 years ago
f7e376a
drm/omap: dss: Add for_each_dss_output() macro
by Laurent Pinchart
· 7 years ago
27d6245
drm/omap: dss: Acquire next dssdev at probe time
by Laurent Pinchart
· 7 years ago
c871932
drm/omap: dss: venc: Move initialization code from bind to probe
by Laurent Pinchart
· 7 years ago
5f031b4
drm/omap: dss: hdmi5: Move initialization code from bind to probe
by Laurent Pinchart
· 7 years ago
5fc15d9
drm/omap: dss: hdmi4: Move initialization code from bind to probe
by Laurent Pinchart
· 7 years ago
edb715df
drm/omap: dss: dsi: Move initialization code from bind to probe
by Laurent Pinchart
· 7 years ago
66aacfe
drm/omap: dss: Cleanup error paths in output init functions
by Laurent Pinchart
· 7 years ago
a25edf0
drm/omap: displays: Don't cast dssdev to panel data unnecessarily
by Laurent Pinchart
· 7 years ago
eaaedaf
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
by Laurent Pinchart
· 7 years ago
4e20bda
drm/omap: dss: Replace omap_dss_device port number with bitmask
by Laurent Pinchart
· 7 years ago
5c718e0
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
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
67822ae
drm/omap: dss: Remove panel devices list
by Laurent Pinchart
· 7 years ago
4e0bb06
drm/omap: dss: Split omapdss_register_display()
by Laurent Pinchart
· 7 years ago
Next »