summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
AgeCommit message (Expand)AuthorLines
2017-06-16Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm...Dave Airlie-158/+15
2017-06-07drm/atmel-hlcdc: Fix panel registrationBoris Brezillon-2/+0
2017-06-06Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm...Dave Airlie-10/+11
2017-06-05drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.Eric Anholt-149/+14
2017-06-05drm/atmel-hlcdc: Drop custom encoder cleanup func.Eric Anholt-7/+1
2017-06-02drm/atmel-hlcdc: Use crtc->mode_valid() callbackJose Abreu-9/+11
2017-05-31drm/atmel: Drop drm_vblank_cleanupDaniel Vetter-1/+0
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie-22/+14
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss-10/+10
2017-05-18drm/atmel-hlcdc: Fix output initializationBoris Brezillon-22/+14
2017-04-18drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()Dan Carpenter-3/+2
2017-04-06drm: convert drivers to use drm_of_find_panel_or_bridgeRob Herring-52/+21
2017-03-16drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon-51/+21
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter-11/+1
2017-02-28drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon-1496/+697
2017-02-26drm: Always prepare null framebuffer in transitional helperGabriel Krisman Bertazi-0/+3
2017-02-07drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo-21/+21
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi-1/+0
2017-02-01Merge tag 'drm/atmel-hlcdc/for-4.11' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie-11/+7
2017-01-30drm/atmel-hlcdc: Rework the fbdev creation logicBoris Brezillon-11/+7
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart-3/+1
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä-9/+9
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä-2/+2
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula-2/+0
2016-10-21drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä-17/+20
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä-2/+2
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson-1/+2
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-6/+6
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen-2/+2
2016-09-06drm/atmel-hlcdc: Make ->reset() implementation staticThierry Reding-1/+1
2016-09-06drm: atmel-hlcdc: Fix vertical scalingJan Leupold-5/+5
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying-1/+1
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson-2/+2
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen-11/+11
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter-4/+8
2016-07-15drm/atmel-hlcdc: make fbdev support really optionalTobias Jakobi-1/+0
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie-1/+1
2016-07-12drm/atmel: use drm_crtc_handle_vblank()Gustavo Padovan-1/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie-4/+8
2016-06-22drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()Chris Wilson-8/+0
2016-06-21drm: atmel-hlcdc: Fix OF graph parsingBoris Brezillon-4/+6
2016-06-21drm: atmel-hlcdc: actually disable scaling when no scaling is requiredBoris Brezillon-0/+2
2016-06-21drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson-7/+0
2016-06-10drm: atmel-hlcdc: Rely on the default ->best_encoder() behaviorBoris Brezillon-12/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter-1/+1
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie-2/+2
2016-06-09Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie-1/+1
2016-06-06drm/atmel: use drm_crtc_vblank_{get,put}()Gustavo Padovan-1/+1