summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc
AgeCommit message (Expand)Author
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-04-25drm/tilcdc: fix typos in commentChunguang Xu
2022-03-29tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong
2022-03-21drm/tilcdc: Use drm_mode_copy()Ville Syrjälä
2022-01-27drm/tilcdc: Add support for the nomodeset kernel parameterJavier Martinez Canillas
2021-12-16drm/tilcdc: add const to of_device_idXiang wangx
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-08-10drm/tilcdc: Convert to Linux IRQ interfacesThomas Zimmermann
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2021-03-24drm/tilcdc: fix pixel clock setting warning messageDario Binacchi
2021-03-24drm/tilcdc: fix LCD pixel clock settingDario Binacchi
2021-03-24drm/tilcdc: rename req_rate to pclk_rateDario Binacchi
2021-03-24drm/tilcdc: panel: fix platform_no_drv_owner.cocci warningsYang Li
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-22doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command lineMasahiro Yamada
2021-02-18drm/tilcdc: fix raster control register settingDario Binacchi
2021-02-18drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao
2021-02-10drm/tilcdc: send vblank event when disabling crtcQuanyang Wang
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-27drm/tilcdc: avoid 'make W=2' build failureArnd Bergmann
2020-10-10drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha
2020-10-10drm/tilcdc: Do not keep vblank interrupts enabled all the timeJyri Sarha
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14drm/tilcdc: Use standard drm_atomic_helper_commitDaniel Vetter
2020-06-10drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann
2020-06-10drm/tilcdc: Use GEM CMA object functionsThomas Zimmermann
2020-05-19drm/tilcdc: add missing static for panel_driverTomi Valkeinen
2020-05-19drm/tilcdc: remove unnecessary state->fb checkTomi Valkeinen
2020-05-19drm/tilcdc: fix leak & null ref in panel_connector_get_modesTomi Valkeinen
2020-05-17drm/tilcdc: use devm_of_find_backlightSam Ravnborg
2020-04-08drm/tilcdc: Set up fbdev after fully registering deviceThomas Zimmermann
2020-04-02drm/tilcdc: Use simple encoderThomas Zimmermann
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm/tilcdc: remove check for return value of debugfs functions.Wambui Karuga
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig