summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile
AgeCommit message (Expand)AuthorLines
2023-05-29drm: Place Renesas drivers in a separate dirBiju Das-2010/+0
2023-05-24drm: shmobile: Make DRM_SHMOBILE visible on Renesas SoC platformsGeert Uytterhoeven-2/+2
2023-05-24drm: shmobile: Add missing call to drm_fbdev_generic_setup()Geert Uytterhoeven-0/+3
2023-05-24drm: shmobile: Switch to drm_crtc_init_with_planes()Geert Uytterhoeven-2/+28
2023-05-24drm: shmobile: Add support for DRM_FORMAT_XRGB8888Geert Uytterhoeven-0/+11
2023-05-24drm: shmobile: Use %p4cc to print fourcc codesGeert Uytterhoeven-4/+4
2023-01-18drm/shmobile: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-2/+2
2022-12-12drm: shmobile: Remove #ifdef guards for PM related functionsPaul Cercueil-6/+3
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann-3/+4
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-4/+4
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-10/+10
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-6/+6
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich-1/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann-1/+0
2022-06-24drm: shmobile: Use backlight helperStephen Kitt-5/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+3
2022-01-27drm/shmobile: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann-1/+0
2021-10-07drm/shmobile: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing-3/+1
2021-07-25drm/shmobile: Convert to Linux IRQ interfacesThomas Zimmermann-5/+10
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-06-10drm/shmobile: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann-6/+1
2020-06-10drm/shmobile: Use GEM CMA object functionsThomas Zimmermann-5/+1
2020-04-02drm/shmobile: Use simple encoderThomas Zimmermann-11/+3
2020-03-26drm/shmob: Drop explicit drm_mode_config_cleanup callDaniel Vetter-3/+5
2019-07-15drm/shmobile: drop use of drmP.hSam Ravnborg-5/+13
2019-06-21drm/shmob: Drop drm_gem_prime_export/importDaniel Vetter-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-2/+1
2019-04-03video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan-1/+0
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-0/+3
2019-01-14drm/shmob: Fix return value check in shmob_drm_probeYueHaibing-2/+2
2018-11-23drm/shmobile: Replace drm_dev_unref with drm_dev_putThomas Zimmermann-2/+2
2018-09-14drm: shmobile: convert to SPDX identifiersKuninori Morimoto-55/+12
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter-1/+1
2018-05-14drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz-60/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-01drm/shmobile: Use drm_gem_fb_create()Noralf Trønnes-1/+2
2017-07-29drm/shmobile: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes-2/+0
2017-06-22drm/shmob: Drop drm_vblank_cleanupDaniel Vetter-3/+1
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter-1/+2
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter-2/+3
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter-1/+2
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter-11/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter-107/+104
2017-02-17drm: shmobile: Perform initialization/cleanup at probe/remove timeLaurent Pinchart-107/+104
2017-02-09drm: shmobile: use vblank hooks in struct drm_crtc_funcsShawn Guo-36/+35
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo-1/+0
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi-3/+1