Sign in
android-kvm
/
linux
/
7626e002225a4c1b9455689b1f22909dfeff43ca
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
e58febe
drm/omap: Substitute format_is_yuv() with format->is_yuv
by Ayan Kumar Halder
· 7 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
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
35d944c
drm/omap: Query timing information from analog TV encoder
by Laurent Pinchart
· 7 years ago
b4935e3
drm/omap: Store bus flags in the omap_dss_device structure
by Laurent Pinchart
· 7 years ago
8fe1d36
drm/omap: Make the video_mode pointer to .set_timings() const
by Laurent Pinchart
· 7 years ago
ec68cd5
drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions
by Laurent Pinchart
· 7 years ago
90279e9
drm/omap: Don't call EDID read operation recursively
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
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
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
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
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
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
b9f4d2e
drm/omap: dss: Make omap_dss_get_next_device() more generic
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
de57e9d
drm/omap: dss: Remove output devices list
by Laurent Pinchart
· 7 years ago
3ce75d6
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
by Laurent Pinchart
· 7 years ago
f3ed97f
drm/omap: dsi: Simplify debugfs implementation
by Laurent Pinchart
· 7 years ago
fb55717
drm/omap: dss: Move src and dst check and set to connection handlers
by Laurent Pinchart
· 7 years ago
1f50796
drm/omap: dss: Move debug message and checks to connection handlers
by Laurent Pinchart
· 7 years ago
ec727e3
drm/omap: dss: Add functions to connect and disconnect devices
by Laurent Pinchart
· 7 years ago
b93109d
drm/omap: dss: Move common device operations to common structure
by Laurent Pinchart
· 7 years ago
e10bd35
drm/omap: dss: Allow looking up any device by port
by Laurent Pinchart
· 7 years ago
a7e82a6
drm/omap: dss: Rework output lookup by port node
by Laurent Pinchart
· 7 years ago
9184f8d
drm/omap: dss: Create and use omapdss_device_is_registered()
by Laurent Pinchart
· 7 years ago
6a7c5a2
drm/omap: dss: Create global list of all omap_dss_device instances
by Laurent Pinchart
· 7 years ago
7e7a0ed
drm/omap: dss: Rename omap_dss_device list field to output_list
by Laurent Pinchart
· 7 years ago
df91128b
drm/omap: dss: Remove omap_dss_device panel fields
by Laurent Pinchart
· 7 years ago
d65b0e0
drm/omap: displays: Remove videomode from omap_dss_device structure
by Laurent Pinchart
· 7 years ago
e0528c9
drm/omap: dss: Constify omap_dss_driver operations structure
by Laurent Pinchart
· 7 years ago
21ebcba
drm/omap: dss: Remove unused omapdss_default_get_timings()
by Laurent Pinchart
· 7 years ago
9976782
drm/omap: dss: Remove DSS encoders get_timings operation
by Laurent Pinchart
· 7 years ago
52dd898
drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
by Laurent Pinchart
· 7 years ago
8023651
drm/omap: dss: Handle DPI and SDI port initialization failures
by Laurent Pinchart
· 7 years ago
cc1876c
drm/omap: dss: Move platform_device_register from core.c to dss.c probe
by Jyri Sarha
· 7 years ago
f13e97c
drm/omap: dss: Gather OMAP DSS components at probe time
by Laurent Pinchart
· 7 years ago
36c61ae
drm/omap: dss: Remove display ordering from dss/display.c
by Peter Ujfalusi
· 7 years ago
eb5bc1f
drm/omap: Do dss_device (display) ordering in omap_drv.c
by Peter Ujfalusi
· 7 years ago
6505d75
drm/omap: fix email address
by Tomi Valkeinen
· 7 years ago
c618a3a9
drm/omap: Implement workaround for DRA7 errata ID:i932
by Venkateswara Rao Mandela
· 7 years ago
2bc5ff0
drm/omap: fix NULL deref crash with SDI displays
by Tomi Valkeinen
· 7 years ago
7f26eee
drm/omap: add missing linefeeds to prints
by Tomi Valkeinen
· 7 years ago
e1cdab6
drm/omap: handle error if scale coefs are not found
by Tomi Valkeinen
· 7 years ago
4d6cb5e
drm/omap: check return value from soc_device_match
by Tomi Valkeinen
· 7 years ago
77eeac2
drm/omap: fix uninitialized ret variable
by Tomi Valkeinen
· 7 years ago
41613a1
drm/omap: fix crash if there's no video PLL
by Tomi Valkeinen
· 7 years ago
037f031
drm/omap: fix compile error when DPI is disabled
by Tomi Valkeinen
· 7 years ago
83df2d4
drm/omap: fix compile error when debugfs is disabled
by Tomi Valkeinen
· 7 years ago
4cba707
drm/omap: cleanup color space conversion
by Tomi Valkeinen
· 8 years ago
c1899cb
drm/omap: Allow HDMI audio setup even if we do not have video configured
by Jyri Sarha
· 8 years ago
7c00985
drm/omap: add writeback funcs to dispc_ops
by Tomi Valkeinen
· 9 years ago
13bb160
drm/omap: fix scaling limits for WB
by Tomi Valkeinen
· 9 years ago
1317ef2
drm/omap: fix WB height with interlace
by Tomi Valkeinen
· 7 years ago
b994e53
drm/omap: fix WBDELAYCOUNT with interlace
by Tomi Valkeinen
· 7 years ago
46a9304
drm/omap: fix WBDELAYCOUNT for HDMI
by Tomi Valkeinen
· 9 years ago
9f7853a
drm/omap: set WB channel-in in wb_setup()
by Tomi Valkeinen
· 7 years ago
9deb5ad
drm/omap: Add pclk setting case when channel is DSS_WB
by Benoit Parrot
· 9 years ago
b5d025e
drm/omap: dispc: disp_wb_setup to check return code
by Benoit Parrot
· 9 years ago
249e3da
drm/omap: remove leftover enums
by Tomi Valkeinen
· 8 years ago
fe6b503
drm/omap: reorganize locking in mgr_fld_write
by Tomi Valkeinen
· 7 years ago
663ac57
drm: omapdrm: venc: Allocate the venc private data structure dynamically
by Laurent Pinchart
· 7 years ago
24aac60
drm: omapdrm: sdi: Allocate the sdi private data structure dynamically
by Laurent Pinchart
· 7 years ago
c44991c
drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamically
by Laurent Pinchart
· 7 years ago
Next »