summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_drv.c
AgeCommit message (Expand)Author
2018-07-23drm: mali-dp: Set encoder possible_clonesAlexandru Gheorghe
2018-07-05drm/arm/malidp: Added the late system pm functionsAyan Kumar Halder
2018-07-05drm/arm/malidp: Set the output_depth register in modesetAyan Kumar Halder
2018-07-05drm/arm/malidp: Enable/disable interrupts in runtime pmAyan Kumar Halder
2018-07-05drm/arm/malidp: Modified the prototype of malidp irq de-initializersAyan Kumar Halder
2018-07-05drm: mali-dp: Add debugfs file for reporting internal errorsAlexandru Gheorghe
2018-07-05drm/mali-dp: Improve writeback handling for DP500.Liviu Dudau
2018-07-05drm: mali-dp: Add writeback connectorBrian Starkey
2018-07-05drm/mali-dp: Add writeback support for DP500.Liviu Dudau
2018-06-18drm/arm/malidp: Ensure that the crtcs are shutdown before removing any encode...Ayan Kumar Halder
2018-03-14drm: mali-dp: Turn off CRTC vblank when removing module.Liviu Dudau
2018-03-14drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart
2018-03-14drm: arm: malidp: Don't destroy planes manually in error handlersLaurent Pinchart
2018-03-14drm/mali-dp: Fix malidp_atomic_commit_hw_done() for event sending.Liviu Dudau
2018-03-14drm/mali-dp: Align pitch size to be multiple of bus burst read size.Liviu Dudau
2017-12-08drm/arm/mali: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes
2017-12-04Merge arlied/drm-next into drm-misc-nextGustavo Padovan
2017-11-30drm/arm/mali: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau
2017-11-24drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma
2017-08-27drm/arm/mali: Use drm_gem_fb_create()Noralf Trønnes
2017-07-29drm/arm: mali-dp: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-07-13drm/mali: Use new atomic iterator macrosMaarten Lankhorst
2017-06-01drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter
2017-04-24drm: mali-dp: Enable image enhancement when scalingMihail Atanassov
2017-04-24drm: mali-dp: Add plane upscaling supportMihail Atanassov
2017-04-24drm/mali-dp: Add core_id file to the sysfs interfaceLiviu Dudau
2017-04-24drm: mali-dp: Add CTM supportMihail Atanassov
2017-04-24drm: mali-dp: enable gamma supportMihail Atanassov
2017-04-24drm: mali-dp: Enable power management for the device.Liviu Dudau
2017-04-24drm: mali-dp: Update the state of all planes before re-enabling active CRTCs.Liviu Dudau
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart
2017-02-07drm: malidp: use vblank hooks in struct drm_crtc_funcsShawn Guo
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-26drm: mali-dp: Check for sufficient address spaceMihail Atanassov
2017-01-26drm: mali-dp: Check hw version matches device-treeMihail Atanassov
2017-01-23drm: malidp: Remove event_list member from struct malidp_drmLiviu Dudau
2016-11-17Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie
2016-11-11Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie
2016-11-04drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLYBrian Starkey
2016-11-04arm: mali-dp: Extract mode_config cleanup into malidp_finiBrian Starkey
2016-11-02drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.Liviu Dudau
2016-11-02drm: mali-dp: Clear the config_valid flag before using it in wait_event.Liviu Dudau
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen