summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile
Commit message (Expand)AuthorAgeFilesLines
* drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1
* Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-112-107/+104
|\
| * drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2017-02-172-107/+104
* | drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-093-36/+35
* | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
|/
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-3/+1
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-152-5/+5
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* drm/shmobile: make fbdev support really optionalTobias Jakobi2016-07-181-1/+0
* drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter2016-06-211-1/+0
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-2/+2
|\
| * drm/shmobile: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-2/+2
* | drm/shmob: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
|/
* drm/shmobile: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
* drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-093-30/+0
|\
| * drm/shmob: Nuke preclose hookDaniel Vetter2016-02-083-30/+0
* | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-1/+1
|/
* drm: Do not set connector->encoder in driversThierry Reding2016-01-131-2/+0
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-2/+2
* drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter2015-07-221-1/+1
* drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S2015-02-031-1/+1
* drm: shmobile: fix Kconfig dependenciesArnd Bergmann2015-01-311-0/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-0/+1
|\
| * drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* | gpu: drm: shmobile: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* drm/shmob: Update copyright noticeLaurent Pinchart2014-09-1511-11/+11
* drm: add driver->set_busid() callbackDavid Herrmann2014-09-101-0/+1
* drm: shmobile: fix warningsRussell King2014-07-221-1/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-3/+3
* drm/shmobile: Add run-time dependenciesJean Delvare2014-05-271-1/+2
* Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-05-161-7/+0
|\
| * drm: make mode_valid callback optionalAndrzej Hajda2014-04-221-7/+0
* | drm: pass the irq explicitly to drm_irq_installDaniel Vetter2014-04-231-1/+1
|/
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-7/+7
* drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper2014-04-011-1/+1
* drm/shmob: call drm_put_dev directly from ->remove hookDaniel Vetter2013-12-181-1/+3
* drm: shmob_drm: Check clk_prepare_enable() return valueLaurent Pinchart2013-12-181-4/+14
* drm: shmob_drm: Convert to clk_prepare/unprepareLaurent Pinchart2013-11-101-2/+2
* drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICELaurent Pinchart2013-11-061-0/+1
* drm: Add separate Kconfig option for fbdev helpersDaniel Vetter2013-10-111-0/+1
* drm: Pass page flip ioctl flags to driverKeith Packard2013-08-301-1/+2
* drm: remove FASYNC supportDaniel Vetter2013-08-191-1/+0
* drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-071-1/+1
* drm/shmobile: Use the GEM PRIME helpersLaurent Pinchart2013-07-171-2/+7
OpenPOWER on IntegriCloud