summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: dsi: Simplify debugfs implementationLaurent Pinchart1-49/+14
2018-09-03drm/omap: displays: Remove input omap_dss_device from panel dataLaurent Pinchart14-447/+362
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart12-74/+25
2018-09-03drm/omap: displays: Don't call disconnect handlers directlyLaurent Pinchart14-14/+14
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart14-92/+12
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart17-31/+55
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart21-321/+256
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart4-16/+16
2018-09-03drm/omap: dss: Rework output lookup by port nodeLaurent Pinchart3-39/+23
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart4-37/+19
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart4-9/+46
2018-09-03drm/omap: dss: Rename omap_dss_device list field to output_listLaurent Pinchart2-6/+6
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart2-6/+0
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart15-30/+3
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart14-18/+18
2018-09-03drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart1-10/+0
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart9-92/+0
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart3-66/+0
2018-09-03drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart1-3/+10
2018-09-03drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha3-24/+17
2018-09-03drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart1-1/+2
2018-09-03drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi2-14/+3
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi3-0/+21
2018-09-03drm/omap: Manage the usable omap_dss_device list within omap_drm_privatePeter Ujfalusi2-35/+62
2018-09-03drm/omap: Allocate drm_device earlier and unref it as last stepPeter Ujfalusi1-16/+13
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-07-05Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie19-176/+237
2018-06-28drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter1-1/+1
2018-06-28drm/omap: gem: Fix mm_list lockingDaniel Vetter4-8/+13
2018-06-28drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart3-56/+86
2018-06-28drm/omap: gem: Don't take struct_mutex to get GEM object mmap offsetLaurent Pinchart1-14/+2
2018-06-28drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()Laurent Pinchart1-39/+20
2018-06-28drm/omap: gem: Rename GEM function with omap_gem_* prefixLaurent Pinchart1-22/+26
2018-06-28drm/omap: fix email addressTomi Valkeinen11-12/+12
2018-06-28drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela3-10/+67
2018-06-28gpu: drm: omapdrm: Adding new typedef vm_fault_tSouptick Joarder2-29/+25
2018-06-25drm/omap: remove now unused functionsChristian König1-17/+0
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-89/+24
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan7-12/+37
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-2/+0
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+3
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+4
2018-05-25drm/omapdrm: Nuke omap_framebuffer_get_next_connector()Ville Syrjälä2-29/+0
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen1-1/+4
2018-05-22drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone1-13/+9
2018-05-22drm/omap: Move GEM BO to drm_framebufferDaniel Stone1-45/+15
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie7-12/+37
2018-05-07drm/omap: handle alloc failures in omap_connectorTomi Valkeinen1-0/+10