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
/
atmel-hlcdc
/
atmel_hlcdc_dc.c
Age
Commit message (
Expand
)
Author
2017-07-29
drm/atmel-hlcdc: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-07-26
drm/atmel-hlcdc: Handle drm_atomic_helper_swap_state failure
Maarten Lankhorst
2017-06-22
drm: atmel-hlcdc: add support for 8-bit color lookup table mode
Peter Rosin
2017-06-21
drm/atmel-hlcdc: Remove unnecessary NULL check
Thierry Reding
2017-06-02
drm/atmel-hlcdc: Use crtc->mode_valid() callback
Jose Abreu
2017-05-31
drm/atmel: Drop drm_vblank_cleanup
Daniel Vetter
2017-03-16
drm/atmel-hlcdc: Fix suspend/resume implementation
Boris Brezillon
2017-03-14
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
2017-02-28
drm/atmel-hlcdc: Simplify the HLCDC layer logic
Boris Brezillon
2017-02-07
drm: atmel: 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-30
drm/atmel-hlcdc: Rework the fbdev creation logic
Boris Brezillon
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
2016-10-17
drm: Add reference counting to drm_atomic_state
Chris Wilson
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-06-22
drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()
Chris Wilson
2016-06-21
drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()
Chris Wilson
2016-06-10
drm/atomic-helper: Massage swap_state signature somewhat
Daniel Vetter
2016-06-01
drm/atmel: Use lockless gem BO free callback
Daniel Vetter
2016-04-22
Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-a...
Dave Airlie
2016-04-20
drm: atmel_hldc: Use generic drm_connector_register_all() helper
Alexey Brodkin
2016-04-14
drm: atmel-hlcdc: rework the output code to support drm bridges
Boris Brezillon
2016-04-14
drm: atmel-hlcdc: move output mode selection in CRTC implementation
Boris Brezillon
2016-04-14
drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2
Boris Brezillon
2016-04-14
drm: atmel-hlcdc: support asynchronous atomic commit operations
Boris Brezillon
2016-03-29
drm/atmel: Fixup drm_connector_/unplug/unregister/_all
Daniel Vetter
2016-02-08
drm/atmel: Nuke preclose
Daniel Vetter
2015-12-15
drm: use dev_name as default unique name in drm_dev_alloc()
Nicolas Iooss
2015-12-15
drm: atmel-hlcdc: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-12-15
drm: atmel-hlcdc: add support for sama5d2 SoCs
Nicolas Ferre
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-08-24
Merge tag 'v4.2-rc8' into drm-next
Dave Airlie
2015-08-18
drm: atmel-hlcdc: add support for sama5d4 SoCs
Boris Brezillon
2015-08-18
drm: atmel-hlcdc: add support for at91sam9n12 SoC
Boris Brezillon
2015-08-18
drm: atmel-hlcdc: add support for at91sam9x5 SoCs
Boris Brezillon
2015-08-18
drm: atmel-hlcdc: add the missing DRM_ATOMIC flag
Boris Brezillon
2015-08-18
drm: atmel-hlcdc: add PRIME support
Boris Brezillon
2015-08-18
drm/atmel-hlcdc: Compile suspend/resume for PM_SLEEP only
Thierry Reding
2015-07-20
drm: atmel-hlcdc: fix vblank initial state
Boris Brezillon
2015-03-16
drm: atmel-hlcdc: use appropriate enabled flag in suspend/resume
Sylvain Rochet
2015-03-09
Merge tag 'v4.0-rc3' into drm-next
Dave Airlie
2015-02-24
drm: atmel-hlcdc: remove useless pm_runtime_put_sync in probe
Boris Brezillon
2015-02-24
drm: atmel-hlcdc: Add PM suspend/resume support
Sylvain Rochet
2015-02-22
drm: atmel-hlcdc: Atomic mode-setting conversion
Boris Brezillon
2015-01-21
drm: add Atmel HLCDC Display Controller support
Boris Brezillon