aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-29drm/shmobile: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-06-22drm/shmob: Drop drm_vblank_cleanupDaniel Vetter1-3/+1
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-2/+3
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-1/+2
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into drm-misc-nextDaniel Vetter2-107/+104
2017-02-17drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2-107/+104
2017-02-09drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo3-36/+35
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä2-5/+5
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-07-18drm/shmobile: make fbdev support really optionalTobias Jakobi1-1/+0
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+2
2016-06-06drm/shmobile: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-2/+2
2016-06-01drm/shmob: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-02drm/shmobile: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-03-04drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie3-30/+0
2016-02-08drm/shmob: Nuke preclose hookDaniel Vetter3-30/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+1
2016-01-13drm: Do not set connector->encoder in driversThierry Reding1-2/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-2/+2
2015-07-22drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter1-1/+1
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S1-1/+1
2015-01-31drm: shmobile: fix Kconfig dependenciesArnd Bergmann1-0/+2
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-20gpu: drm: shmobile: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-15drm/shmob: Update copyright noticeLaurent Pinchart11-11/+11
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-07-22drm: shmobile: fix warningsRussell King1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-3/+3
2014-05-27drm/shmobile: Add run-time dependenciesJean Delvare1-1/+2
2014-05-16Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-7/+0
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-7/+0
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-7/+7
2014-04-01drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper1-1/+1
2013-12-18drm/shmob: call drm_put_dev directly from ->remove hookDaniel Vetter1-1/+3
2013-12-18drm: shmob_drm: Check clk_prepare_enable() return valueLaurent Pinchart1-4/+14
2013-11-10drm: shmob_drm: Convert to clk_prepare/unprepareLaurent Pinchart1-2/+2
2013-11-06drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICELaurent Pinchart1-0/+1