summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-1954-106/+67
* drm/omap: DMM: Check for DMM readiness after successful transaction commitPeter Ujfalusi2017-12-191-0/+5
* drm/omap: DMM: Print information if we received an error interruptPeter Ujfalusi2017-12-191-0/+5
* drm/omap: DMM: In case of error/timeout in wait_status() print the reasonPeter Ujfalusi2017-12-191-2/+10
* drm/omap: DMM: Fix DMM_IRQSTAT_ERR_MASK definitionPeter Ujfalusi2017-12-191-6/+6
* drm: omapdrm: Deconstruct the omap_drv.h header.Laurent Pinchart2017-12-199-120/+386
* drm: omapdrm: venc: Return error code on OF parsing failureLaurent Pinchart2017-12-191-2/+2
* drm: omapdrm: dpi: Remove dpi_data port_initialized fieldLaurent Pinchart2017-12-191-5/+1
* drm: omapdrm: dss: Make dss_dump_clocks() function staticLaurent Pinchart2017-12-192-2/+3
* drm: omapdrm: dss: Set the DMA coherent maskLaurent Pinchart2017-12-191-0/+7
* drm: omapdrm: Remove unused omap_dss_find_device() functionLaurent Pinchart2017-12-192-17/+0
* drm: omapdrm: Pass drm_device to omap_gem_resume()Laurent Pinchart2017-12-193-6/+5
* drm: omapdrm: dpi: Don't treat GPIO probe deferral as an errorLaurent Pinchart2017-12-191-1/+2
* drm/omap: panel-dsi-cm: switch to gpiodSebastian Reichel2017-12-191-47/+27
* drm/omap: panel-dsi-cm: add external backlight supportSebastian Reichel2017-12-191-31/+60
* drm/omap: panel-dsi-cm: add physical size supportSebastian Reichel2017-12-191-0/+19
* drm/omap: panel-dsi-cm: add regulator supportSebastian Reichel2017-12-191-4/+53
* drm/omap: panel-dsi-cm: fix driverTony Lindgren2017-12-191-5/+51
* drm/omap: add support for physical size hints from display driversSebastian Reichel2017-12-192-0/+8
* drm/omap: drop incorrect commentSebastian Reichel2017-12-191-3/+0
* drm/omap: remove unused function definesSebastian Reichel2017-12-191-3/+0
* drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi2017-12-193-0/+45
* drm/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi2017-12-192-0/+15
* dt-bindings: display/ti: Add optional property to set memory bandwidth limitPeter Ujfalusi2017-12-195-0/+21
* omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLEH. Nikolaus Schaller2017-12-192-4/+19
* omapdrm: panel: fix compatible vendor string for td028ttec1H. Nikolaus Schaller2017-12-193-2/+8
* Merge tag 'drm-misc-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-1866-530/+319
|\
| * drm/atomic-helper: Make zpos property kerneldoc less misleadingThierry Reding2017-12-141-3/+5
| * drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard2017-12-133-14/+54
| * MAINTAINERS: Remove Jani as drm-misc co-maintainerJani Nikula2017-12-131-1/+0
| * drm/tinydrm: Use drm_fb_cma_fbdev_init_with_funcs/fini()Noralf Trønnes2017-12-106-43/+11
| * drm/arm/mali: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-33/+7
| * drm/zte: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-42/+6
| * drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-083-27/+6
| * drm/tve200: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-13/+4
| * drm/tilcdc: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-23/+5
| * drm/sun4i: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-084-27/+9
| * drm/stm: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-33/+6
| * drm/sti: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-23/+5
| * drm/pl111: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-13/+4
| * drm/imx: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-28/+6
| * drm/atmel-hlcdc: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-23/+5
| * drm/cma-helper: Add drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-082-3/+123
| * drm/gem-fb-helper: drm_gem_fbdev_fb_create() make funcs optionalNoralf Trønnes2017-12-081-1/+5
| * drm/tegra: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-083-29/+2
| * drm/rockchip: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-082-16/+2
| * drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-32/+2
| * drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes2017-12-085-13/+5
| * drm/msm: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-16/+2
| * drm/gma500: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-082-22/+2