summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-211-3/+0
* drm: omap: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-10/+0
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2016-06-0948-520/+1889
|\
| * drm/omapdrm: Implement gamma_lut atomic crtc propertiesJyri Sarha2016-06-071-0/+56
| * drm/omapdrm: Workaround for errata i734 (LCD1 Gamma) in DSS dispcJyri Sarha2016-06-071-0/+174
| * drm/omapdrm: Add gamma table support to DSS dispcJyri Sarha2016-06-075-22/+197
| * Merge omapdss header refactoringTomi Valkeinen2016-06-0738-64/+911
| |\
| | * drm/omap: Remove the video/omapdss.h and move it's content to local header filePeter Ujfalusi2016-06-031-1/+865
| | * drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi2016-06-0337-50/+44
| | * omapdss: hdmi audio: Make header file independent of video/omapdss.hPeter Ujfalusi2016-06-031-0/+1
| | * drm/omap: Remove reference to pdata->default_devicePeter Ujfalusi2016-06-031-2/+0
| | * drm/omap: connector-analog-tv: Support only Composite type in legacy bootPeter Ujfalusi2016-06-031-7/+1
| | * drm/omap: displays: Do not include video/omap-panel-data.h if not neededPeter Ujfalusi2016-06-034-4/+0
| * | Merge branch '4.8/omapdrm-pll' (omapdrm PLL work)Tomi Valkeinen2016-06-0613-348/+494
| |\ \
| | * | drm/omap: DPI: rename "DSI" related namesTomi Valkeinen2016-05-191-22/+22
| | * | drm/omap: support type B PLL for DPITomi Valkeinen2016-05-191-9/+22
| | * | drm/omap: add comments for PLL calculationsTomi Valkeinen2016-05-191-0/+7
| | * | drm/omap: generalize dss_pll_calc_b()Tomi Valkeinen2016-05-194-8/+17
| | * | drm/omap: move HDMI PLL calc function to pll.cTomi Valkeinen2016-05-196-64/+67
| | * | drm/omap: rename PLL calc functionsTomi Valkeinen2016-05-194-10/+10
| | * | drm/omap: HDMI PLL: use runtime pmTomi Valkeinen2016-05-192-0/+10
| | * | drm/omap: fix DPI clkout index handlingTomi Valkeinen2016-05-191-6/+6
| | * | drm/omap: cleanup DPI clock source handlingTomi Valkeinen2016-05-191-30/+18
| | * | drm/omap: cleanup dispc_fclk_rate()Tomi Valkeinen2016-05-191-20/+11
| | * | drm/omap: cleanup dispc_mgr_lclk_rate()Tomi Valkeinen2016-05-191-29/+17
| | * | drm/omap: add PLL helper funcsTomi Valkeinen2016-05-192-0/+55
| | * | drm/omap: clean up the LCD clk mux codeTomi Valkeinen2016-05-193-51/+141
| | * | drm/omap: add field for PLL typeTomi Valkeinen2016-05-194-0/+19
| | * | drm/omap: Add missing clock sourcesTomi Valkeinen2016-05-192-0/+7
| | * | drm/omap: rename dss_clk_source enumsTomi Valkeinen2016-05-195-55/+54
| | * | drm/omap: rename dss_get_generic_clk_source_name()Tomi Valkeinen2016-05-194-8/+8
| | * | drm/omap: remove dss_feat_get_clk_source_name()Tomi Valkeinen2016-05-195-59/+11
| | * | drm/omap: rename omap_dss_clk_sourceTomi Valkeinen2016-05-197-23/+23
| | * | drm/omap: copy enum omap_dss_clk_sourceTomi Valkeinen2016-05-191-0/+11
| | * | drm/omap: video-pll: add missing data for clkout2 & 3Tomi Valkeinen2016-05-191-0/+4
| | * | drm/omap: fix wrong variable typeTomi Valkeinen2016-05-191-1/+1
| * | | drm/omap: rename panel/encoder Kconfig namesTomi Valkeinen2016-06-062-28/+28
| * | | drm: omapdrm: add DSI mappingSebastian Reichel2016-06-061-0/+2
| * | | drm: omapdrm: Remove unused omap_framebuffer_bo functionLaurent Pinchart2016-06-062-9/+0
| * | | drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart2016-06-062-13/+0
| * | | drm: omapdrm: panel-lgphilips-lb035q02: Remove unused backlight GPIOLaurent Pinchart2016-06-061-19/+0
| * | | drm/omap: panel-dpi: implement support for a vcc regulatorUwe Kleine-König2016-06-061-0/+13
| * | | drm/omap: panel-dpi: make (limited) use of a reset gpioUwe Kleine-König2016-06-061-0/+10
| * | | drm/omap: fix pitch round-upTomi Valkeinen2016-06-062-3/+3
| * | | drm/omap: remove align_pitch()Tomi Valkeinen2016-06-063-12/+4
| * | | drm/omap: remove unnecessary pitch round-upTomi Valkeinen2016-06-061-4/+1
| * | | drm/omap: remove unneeded gpio includesTomi Valkeinen2016-06-062-2/+0
* | | | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-6/+5
|\ \ \ \
| * | | | drm/omap: Use for_each_plane_in_stateDaniel Vetter2016-06-021-6/+5
| | |_|/ | |/| |