Age | Commit message (Expand) | Author | Files | Lines |
2018-11-12 | drm/omap: dsi: Fix missing of_platform_depopulate() | Tony Lindgren | 1 | -2/+6 |
2018-11-12 | drm/omap: Move DISPC runtime PM handling to omapdrm | Laurent Pinchart | 5 | -68/+6 |
2018-11-12 | drm/omap: dsi: Ensure the device is active during probe | Laurent Pinchart | 1 | -2/+5 |
2018-11-12 | drm/omap: hdmi4: Ensure the device is active during bind | Laurent Pinchart | 1 | -1/+9 |
2018-11-12 | drm/omap: Populate DSS children in omapdss driver | Laurent Pinchart | 1 | -1/+10 |
2018-10-02 | drm/omap: fix use of freed memory | Tomi Valkeinen | 1 | -1/+2 |
2018-10-02 | drm/omap: Replace drm_dev_unref with drm_dev_put | Thomas Zimmermann | 1 | -2/+2 |
2018-10-02 | drm/omap: Replace drm_gem_object_unreference_unlocked with put function | Thomas Zimmermann | 4 | -5/+5 |
2018-10-02 | drm/omap: Replace drm_gem_object_{un/reference} with put,get functions | Thomas Zimmermann | 1 | -1/+1 |
2018-10-02 | drm/omap: Substitute format_is_yuv() with format->is_yuv | Ayan Kumar Halder | 1 | -16/+10 |
2018-10-02 | drm/omap: partial workaround for DRA7xx DMM errata i878 | Tomi Valkeinen | 2 | -2/+154 |
2018-10-02 | drm/omap: dmm_tiler: Fix interrupt request/free sequence during probe/remove | Peter Ujfalusi | 1 | -20/+22 |
2018-10-02 | drm/omap: dmm_tiler: No need to check if irq is valid in omap_dmm_remove | Peter Ujfalusi | 1 | -2/+1 |
2018-10-02 | drm/omap: fix memory barrier bug in DMM driver | Tomi Valkeinen | 1 | -0/+11 |
2018-10-02 | drm/omap: remove set but not used variable 'frame_height' | YueHaibing | 1 | -6/+3 |
2018-10-02 | drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR()) | zhong jiang | 1 | -1/+1 |
2018-10-02 | drm/omap: remove unused header tcm-sita.h | Corentin Labbe | 1 | -93/+0 |
2018-09-03 | drm/omap: Don't call .set_timings() operation recursively | Laurent Pinchart | 19 | -144/+8 |
2018-09-03 | drm/omap: Store CRTC timings in .set_timings() operation | Laurent Pinchart | 6 | -16/+12 |
2018-09-03 | drm/omap: venc: Fixup video mode in .check_timings() operation | Laurent Pinchart | 1 | -15/+8 |
2018-09-03 | drm/omap: sdi: Fixup video mode in .check_timings() operation | Laurent Pinchart | 1 | -15/+22 |
2018-09-03 | drm/omap: hdmi: Constify video mode and related pointers | Laurent Pinchart | 5 | -13/+13 |
2018-09-03 | drm/omap: dsi: Fixup video mode in .set_config() operation | Laurent Pinchart | 1 | -13/+14 |
2018-09-03 | drm/omap: dpi: Don't fixup video mode in dpi_set_mode() | Laurent Pinchart | 1 | -11/+1 |
2018-09-03 | drm/omap: Call dispc timings check operation directly | Laurent Pinchart | 9 | -50/+32 |
2018-09-03 | drm/omap: Split mode fixup and mode set from encoder enable | Laurent Pinchart | 1 | -69/+79 |
2018-09-03 | drm/omap: Move bus flag hack to encoder implementation | Laurent Pinchart | 2 | -47/+43 |
2018-09-03 | drm/omap: panels: Don't modify fixed timings | Laurent Pinchart | 7 | -21/+0 |
2018-09-03 | drm/omap: Remove .get_timings() operation from display connectors | Laurent Pinchart | 3 | -94/+0 |
2018-09-03 | drm/omap: Query timing information from analog TV encoder | Laurent Pinchart | 2 | -9/+37 |
2018-09-03 | drm/omap: Don't call .check_timings() operation recursively | Laurent Pinchart | 15 | -139/+32 |
2018-09-03 | drm/omap: Store bus flags in the omap_dss_device structure | Laurent Pinchart | 12 | -66/+79 |
2018-09-03 | drm/omap: Don't store video mode internally for external encoders | Laurent Pinchart | 3 | -15/+0 |
2018-09-03 | drm/omap: Remove unneeded fallback for missing .check_timings() | Laurent Pinchart | 2 | -38/+3 |
2018-09-03 | drm/omap: Remove duplicate calls to .set_timings() operation | Laurent Pinchart | 13 | -28/+0 |
2018-09-03 | drm/omap: Make the video_mode pointer to .set_timings() const | Laurent Pinchart | 19 | -19/+19 |
2018-09-03 | drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler | Laurent Pinchart | 1 | -2/+0 |
2018-09-03 | drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions | Laurent Pinchart | 2 | -12/+12 |
2018-09-03 | drm/omap: Determine connector type directly in omap_connector.c | Laurent Pinchart | 3 | -30/+31 |
2018-09-03 | drm/omap: Pass both output and display omap_dss_device to connector init | Laurent Pinchart | 3 | -16/+21 |
2018-09-03 | drm/omap: Don't call HDMI mode and infoframe operations recursively | Laurent Pinchart | 3 | -42/+1 |
2018-09-03 | drm/omap: Pass both output and display omap_dss_device to encoder init | Laurent Pinchart | 3 | -9/+13 |
2018-09-03 | drm/omap: Get from CRTC to display device directly | Laurent Pinchart | 3 | -31/+4 |
2018-09-03 | drm/omap: Don't call EDID read operation recursively | Laurent Pinchart | 6 | -77/+65 |
2018-09-03 | drm/omap: Move HPD disconnection handling to omap_connector | Laurent Pinchart | 3 | -18/+29 |
2018-09-03 | drm/omap: Merge HPD enable operation with HPD callback registration | Laurent Pinchart | 7 | -97/+35 |
2018-09-03 | drm/omap: Remove unneeded safety checks in the HPD operations | Laurent Pinchart | 5 | -40/+14 |
2018-09-03 | drm/omap: Don't call HPD registration operations recursively | Laurent Pinchart | 4 | -69/+88 |
2018-09-03 | drm/omap: Don't call .detect() operation recursively | Laurent Pinchart | 4 | -18/+30 |
2018-09-03 | drm/omap: dss: Add device operations flags | Laurent Pinchart | 1 | -0/+13 |