index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arm
/
malidp_drv.c
Age
Commit message (
Expand
)
Author
2018-03-14
drm: mali-dp: Turn off CRTC vblank when removing module.
Liviu Dudau
2018-03-14
drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removal
Laurent Pinchart
2018-03-14
drm: arm: malidp: Don't destroy planes manually in error handlers
Laurent Pinchart
2018-03-14
drm/mali-dp: Fix malidp_atomic_commit_hw_done() for event sending.
Liviu Dudau
2018-03-14
drm/mali-dp: Align pitch size to be multiple of bus burst read size.
Liviu Dudau
2017-12-08
drm/arm/mali: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
2017-12-04
Merge arlied/drm-next into drm-misc-next
Gustavo Padovan
2017-11-30
drm/arm/mali: Use drm_mode_config_helper_suspend/resume()
Noralf Trønnes
2017-11-24
drm: mali-dp: Separate static internal data into a read-only structure.
Liviu Dudau
2017-11-24
drm/arm: Replace instances of drm_dev_unref with drm_dev_put.
Srishti Sharma
2017-08-27
drm/arm/mali: Use drm_gem_fb_create()
Noralf Trønnes
2017-07-29
drm/arm: mali-dp: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-07-13
drm/mali: Use new atomic iterator macros
Maarten Lankhorst
2017-06-01
drm/hdlcd|mali: Drop drm_vblank_cleanup
Daniel Vetter
2017-04-24
drm: mali-dp: Enable image enhancement when scaling
Mihail Atanassov
2017-04-24
drm: mali-dp: Add plane upscaling support
Mihail Atanassov
2017-04-24
drm/mali-dp: Add core_id file to the sysfs interface
Liviu Dudau
2017-04-24
drm: mali-dp: Add CTM support
Mihail Atanassov
2017-04-24
drm: mali-dp: enable gamma support
Mihail Atanassov
2017-04-24
drm: mali-dp: Enable power management for the device.
Liviu Dudau
2017-04-24
drm: mali-dp: Update the state of all planes before re-enabling active CRTCs.
Liviu Dudau
2017-04-06
drm: convert drivers to use of_graph_get_remote_node
Rob Herring
2017-03-14
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
2017-02-12
drm: Constify drm_mode_config atomic helper private pointer
Laurent Pinchart
2017-02-07
drm: malidp: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
2017-02-07
drm: remove drm_vblank_no_hw_counter assignment from driver code
Shawn Guo
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-01-26
drm: mali-dp: Check for sufficient address space
Mihail Atanassov
2017-01-26
drm: mali-dp: Check hw version matches device-tree
Mihail Atanassov
2017-01-23
drm: malidp: Remove event_list member from struct malidp_drm
Liviu Dudau
2016-11-17
Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm i...
Dave Airlie
2016-11-11
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...
Dave Airlie
2016-11-04
drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLY
Brian Starkey
2016-11-04
arm: mali-dp: Extract mode_config cleanup into malidp_fini
Brian Starkey
2016-11-02
drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.
Liviu Dudau
2016-11-02
drm: mali-dp: Clear the config_valid flag before using it in wait_event.
Liviu Dudau
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
2016-10-31
drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registration
Brian Starkey
2016-10-25
drm: convert DT component matching to component_match_add_release()
Russell King
2016-09-22
drm: Don't swallow error codes in drm_dev_alloc()
Tom Gundersen
2016-08-29
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
Liu Ying
2016-07-28
drm/arm: mali-dp: Fix error return code in malidp_bind()
Wei Yongjun
2016-07-28
drm/arm: mali-dp: Remove redundant dev_err call in malidp_bind()
Wei Yongjun
2016-07-26
drm/arm: mali-dp: Set crtc.port to the port instead of the endpoint
Brian Starkey
2016-06-15
drm/arm: Add support for Mali Display Processors
Liviu Dudau