Age | Commit message (Expand) | Author |
2018-09-03 | drm/omap: dss: Move common device operations to common structure | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Allow looking up any device by port | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Rework output lookup by port node | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Create and use omapdss_device_is_registered() | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Create global list of all omap_dss_device instances | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Rename omap_dss_device list field to output_list | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Remove omap_dss_device panel fields | Laurent Pinchart |
2018-09-03 | drm/omap: displays: Remove videomode from omap_dss_device structure | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Constify omap_dss_driver operations structure | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Remove unused omapdss_default_get_timings() | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Remove DSS encoders get_timings operation | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Handle DPI and SDI port initialization failures | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Move platform_device_register from core.c to dss.c probe | Jyri Sarha |
2018-09-03 | drm/omap: dss: Gather OMAP DSS components at probe time | Laurent Pinchart |
2018-09-03 | drm/omap: dss: Remove display ordering from dss/display.c | Peter Ujfalusi |
2018-09-03 | drm/omap: Do dss_device (display) ordering in omap_drv.c | Peter Ujfalusi |
2018-09-03 | drm/omap: Manage the usable omap_dss_device list within omap_drm_private | Peter Ujfalusi |
2018-09-03 | drm/omap: Allocate drm_device earlier and unref it as last step | Peter Ujfalusi |
2018-07-13 | drm: drop _mode_ from drm_mode_connector_attach_encoder | Daniel Vetter |
2018-07-13 | drm: drop _mode_ from update_edit_property() | Daniel Vetter |
2018-07-06 | Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tom... | Dave Airlie |
2018-06-28 | drm/omap: gem: Switch to gem_free_object_unlocked() | Daniel Vetter |
2018-06-28 | drm/omap: gem: Fix mm_list locking | Daniel Vetter |
2018-06-28 | drm/omap: gem: Replace struct_mutex usage with omap_obj private lock | Laurent Pinchart |
2018-06-28 | drm/omap: gem: Don't take struct_mutex to get GEM object mmap offset | Laurent Pinchart |
2018-06-28 | drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages() | Laurent Pinchart |
2018-06-28 | drm/omap: gem: Rename GEM function with omap_gem_* prefix | Laurent Pinchart |
2018-06-28 | drm/omap: fix email address | Tomi Valkeinen |
2018-06-28 | drm/omap: Implement workaround for DRA7 errata ID:i932 | Venkateswara Rao Mandela |
2018-06-28 | gpu: drm: omapdrm: Adding new typedef vm_fault_t | Souptick Joarder |
2018-06-25 | drm/omap: remove now unused functions | Christian König |
2018-06-22 | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2018-06-20 | Merge drm-upstream/drm-next into drm-misc-next | Gustavo Padovan |
2018-06-20 | dma-buf: remove kmap_atomic interface | Christian König |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-06 | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2018-05-25 | drm/omapdrm: Nuke omap_framebuffer_get_next_connector() | Ville Syrjälä |
2018-05-24 | drm/omap: fix NULL deref crash with SDI displays | Tomi Valkeinen |
2018-05-22 | drm/omap: Move buffer pitch/offset to drm_framebuffer | Daniel Stone |
2018-05-22 | drm/omap: Move GEM BO to drm_framebuffer | Daniel Stone |
2018-05-18 | Merge drm-fixes-for-v4.17-rc6-urgent into drm-next | Dave Airlie |
2018-05-07 | drm/omap: handle alloc failures in omap_connector | Tomi Valkeinen |
2018-05-07 | drm/omap: add missing linefeeds to prints | Tomi Valkeinen |
2018-05-07 | drm/omap: handle error if scale coefs are not found | Tomi Valkeinen |
2018-05-07 | drm/omap: check return value from soc_device_match | Tomi Valkeinen |
2018-05-07 | drm/omap: fix possible NULL ref issue in tiler_reserve_2d | Tomi Valkeinen |
2018-05-07 | drm/omap: fix uninitialized ret variable | Tomi Valkeinen |
2018-05-07 | drm/omap: silence unititialized variable warning | Dan Carpenter |