summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti
AgeCommit message (Expand)AuthorFilesLines
2016-02-26drm/sti: fix panel detection for DVO connectorVincent Abriou1-3/+5
2016-02-26drm/sti: do not clip RGB/YUV component value at connector sideVincent Abriou1-8/+6
2016-02-26drm/sti: adapt YUV colorspace in display pipelineBich Hemon2-28/+64
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou3-168/+270
2016-02-26drm/sti: force cursor CLUT fetchFabien Dessenne1-7/+4
2016-02-26drm/sti: GDP cropping fails when we remove 2 pixels horizontallyVincent Abriou1-4/+5
2016-02-26drm/sti: fallback for GDP scalingBich Hemon1-5/+31
2016-02-26drm/sti: GDP planes only support RGB formatsBich Hemon1-17/+0
2016-02-26drm/sti: clarify the skip frame/field messageFabien Dessenne1-2/+2
2016-02-26drm/sti: awg_utils code cleanupBich Hemon1-21/+12
2016-02-26drm/sti: update VTG timing programmingVincent Abriou3-88/+173
2016-02-26drm/sti: set DRIVER_ATOMIC for stibenjamin.gaignard@linaro.org1-1/+1
2016-02-26drm/sti: fix cursor coordinatesbenjamin.gaignard@linaro.org1-1/+1
2016-02-26drm/sti: set CRTC modesetting parametersbenjamin.gaignard@linaro.org1-0/+1
2016-02-26drm/sti: fix potential crash in gdpbenjamin.gaignard@linaro.org1-6/+7
2016-02-16drm/sti: removed optional dummy encoder mode_fixup function.Carlos Palminha1-10/+0
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+1
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard1-0/+1
2015-12-11drm/sti: Drop bogus drm_mode_sort() callVille Syrjälä1-2/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-3/+4
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä3-3/+3
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-11-03drm/sti: load HQVDP firmware the first time HQVDP's plane is usedVincent Abriou2-153/+150
2015-11-03drm/sti: fix typo issue in sti_mode_config_initVincent Abriou1-2/+2
2015-11-03drm/sti: set mixer background color through module paramVincent Abriou1-5/+8
2015-11-03drm/sti: Remove local fbdev emulation Kconfig optionArchit Taneja2-8/+1
2015-11-03drm/sti: remove redundant sign extensionsRasmus Villemoes1-4/+0
2015-11-03drm/sti: hdmi use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy1-11/+6
2015-11-03drm/sti: hdmi fix i2c adapter device refcountingVladimir Zapolskiy1-18/+31
2015-11-03drm/sti: Do not export symbolsThierry Reding4-13/+0
2015-11-03drm/sti: Build monolithic driverThierry Reding11-30/+42
2015-11-03drm/sti: Use drm_crtc_vblank_*() APIThierry Reding5-28/+32
2015-11-03drm/sti: Store correct CRTC index in eventsThierry Reding1-1/+1
2015-11-03drm/sti: Select FW_LOADERThierry Reding1-0/+1
2015-11-03drm/sti: Constify function pointer structsVille Syrjälä5-9/+12
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding2-10/+10
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-1/+1
2015-08-14Merge branch 'drm-sti-next-atomic-2015-08-11' of http://git.linaro.org/people...Dave Airlie26-1621/+1311
2015-08-03drm/sti: atomic crtc/plane updateVincent Abriou13-877/+809
2015-08-03drm/sti: rename files and functionsVincent Abriou16-183/+182
2015-08-03drm/sti: code clean upVincent Abriou19-886/+713
2015-08-03drm/sti: fix dynamic z-orderingVincent Abriou3-20/+24
2015-08-03drm: sti: fix sub-components bindBenjamin Gaignard3-94/+22
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst1-2/+4
2015-06-08drm/sti: vtg fix CEA-861E video format timing errorVincent Abriou1-2/+5
2015-06-08drm/sti: hdmi fix CEA-861E video format timing errorVincent Abriou1-2/+2
2015-06-08drm/sti: VTG interrupt names are badly displayedVincent Abriou1-5/+2
2015-06-08drm/sti: missing first pixel column on HDMI displayVincent Abriou1-10/+32
2015-06-08drm/sti: correctly test devm_ioremap() returnWei Yongjun1-2/+2