summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
Commit message (Expand)AuthorAgeFilesLines
* drm/atmel-hlcdc: Simplify the HLCDC layer logicBoris Brezillon2017-02-287-1496/+697Star
* drm: Always prepare null framebuffer in transitional helperGabriel Krisman Bertazi2017-02-261-0/+3
* drm: atmel: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-072-21/+21
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+0Star
* Merge tag 'drm/atmel-hlcdc/for-4.11' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2017-01-311-11/+7Star
|\
| * drm/atmel-hlcdc: Rework the fbdev creation logicBoris Brezillon2017-01-301-11/+7Star
* | drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-3/+1Star
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-9/+9
* | drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* | drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-152-2/+2
|/
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0Star
* drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä2016-10-211-17/+20
* drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-211-2/+2
* drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-171-1/+2
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-282-6/+6
|\
| * drm/atmel-hlcdc: Make ->reset() implementation staticThierry Reding2016-09-061-1/+1
| * drm: atmel-hlcdc: Fix vertical scalingJan Leupold2016-09-061-5/+5
* | drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* | drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+1
* | drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson2016-08-191-2/+2
* | drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-11/+11
|/
* Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-192-4/+8
|\
| * Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-07-151-1/+1
| |\
| * \ Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-022-4/+8
| |\ \
| | * | drm: atmel-hlcdc: Fix OF graph parsingBoris Brezillon2016-06-211-4/+6
| | * | drm: atmel-hlcdc: actually disable scaling when no scaling is requiredBoris Brezillon2016-06-211-0/+2
* | | | drm/atmel-hlcdc: make fbdev support really optionalTobias Jakobi2016-07-151-1/+0Star
| |_|/ |/| |
* | | drm/atmel: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
|/ /
* | drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()Chris Wilson2016-06-221-8/+0Star
* | drm/atmel-hlcdc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-7/+0Star
* | drm: atmel-hlcdc: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-12/+0Star
* | drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-2/+2
|\ \
| * | drm/atmel: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-1/+1
| * | drm/atmel: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-061-1/+1
* | | Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie2016-06-091-1/+1
|\ \ \ | |_|/ |/| |
| * | drm/atmel: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
| |/
* | drm: atmel-hlcdc: fix a NULL checkDan Carpenter2016-06-011-2/+3
* | drm: atmel-hlcdc: fix atmel_hlcdc_crtc_reset() implementationBoris Brezillon2016-06-011-3/+2Star
|/
* drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter2016-05-171-1/+1
* Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-a...Dave Airlie2016-04-225-159/+481
|\
| * drm: atmel-hlcdc: route DMA accesses through AHB interfacesBoris Brezillon2016-04-143-3/+47
| * drm: atmel-hlcdc: check display mode validity in crtc->mode_fixup()Boris Brezillon2016-04-141-4/+10
| * drm: atmel-hlcdc: rework the output code to support drm bridgesBoris Brezillon2016-04-142-82/+113
| * drm: atmel-hlcdc: move output mode selection in CRTC implementationBoris Brezillon2016-04-144-50/+142
| * drm: atmel-hlcdc: support extended timing ranges on sama5d4 and sama5d2Boris Brezillon2016-04-142-6/+24
| * drm: atmel-hlcdc: remove leftovers from atomic mode setting migrationBoris Brezillon2016-04-141-12/+0Star
| * drm: atmel-hlcdc: fix connector and encoder typesBoris Brezillon2016-04-141-2/+2
| * drm: atmel-hlcdc: support asynchronous atomic commit operationsBoris Brezillon2016-04-142-1/+98