summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc
AgeCommit message (Expand)Author
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
2019-12-16drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha
2019-11-19drm/tilcdc: Drop drm_gem_fb_create wrapperDaniel Vetter
2019-11-08drm/tilcdc: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-10-07drm/tilcdc: plane: Make structure tilcdc_plane_funcs constantNishka Dasgupta
2019-09-30drm/tilcdc: include linux/pinctrl/consumer.h againArnd Bergmann
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon