summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti
Commit message (Expand)AuthorAgeFilesLines
* drm/sti: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-10/+0Star
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-211-1/+1
* drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard2016-01-151-0/+1
* drm/sti: Drop bogus drm_mode_sort() callVille Syrjälä2015-12-111-2/+0Star
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-3/+4
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-113-3/+3
* drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* drm/sti: load HQVDP firmware the first time HQVDP's plane is usedVincent Abriou2015-11-032-153/+150Star
* drm/sti: fix typo issue in sti_mode_config_initVincent Abriou2015-11-031-2/+2
* drm/sti: set mixer background color through module paramVincent Abriou2015-11-031-5/+8
* drm/sti: Remove local fbdev emulation Kconfig optionArchit Taneja2015-11-032-8/+1Star
* drm/sti: remove redundant sign extensionsRasmus Villemoes2015-11-031-4/+0Star
* drm/sti: hdmi use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy2015-11-031-11/+6Star
* drm/sti: hdmi fix i2c adapter device refcountingVladimir Zapolskiy2015-11-031-18/+31
* drm/sti: Do not export symbolsThierry Reding2015-11-034-13/+0Star
* drm/sti: Build monolithic driverThierry Reding2015-11-0311-30/+42
* drm/sti: Use drm_crtc_vblank_*() APIThierry Reding2015-11-035-28/+32
* drm/sti: Store correct CRTC index in eventsThierry Reding2015-11-031-1/+1
* drm/sti: Select FW_LOADERThierry Reding2015-11-031-0/+1
* drm/sti: Constify function pointer structsVille Syrjälä2015-11-035-9/+12
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-062-10/+10
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-081-1/+1
* Merge branch 'drm-sti-next-atomic-2015-08-11' of http://git.linaro.org/people...Dave Airlie2015-08-1426-1621/+1311Star
|\
| * drm/sti: atomic crtc/plane updateVincent Abriou2015-08-0313-877/+809Star
| * drm/sti: rename files and functionsVincent Abriou2015-08-0316-183/+182Star
| * drm/sti: code clean upVincent Abriou2015-08-0319-886/+713Star
| * drm/sti: fix dynamic z-orderingVincent Abriou2015-08-033-20/+24
| * drm: sti: fix sub-components bindBenjamin Gaignard2015-08-033-94/+22Star
* | drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2015-07-271-2/+4
|/
* drm/sti: vtg fix CEA-861E video format timing errorVincent Abriou2015-06-081-2/+5
* drm/sti: hdmi fix CEA-861E video format timing errorVincent Abriou2015-06-081-2/+2
* drm/sti: VTG interrupt names are badly displayedVincent Abriou2015-06-081-5/+2Star
* drm/sti: missing first pixel column on HDMI displayVincent Abriou2015-06-081-10/+32
* drm/sti: correctly test devm_ioremap() returnWei Yongjun2015-06-081-2/+2
* drm: sti: convert driver to atomic modesetBenjamin Gaignard2015-03-197-146/+205
* drm: sti: HDMI add audio infoframeArnaud Pouliquen2015-02-051-42/+137
* drm: sti: add support of XBGR8888 for gdp planeFabien Dessenne2015-02-051-0/+4
* drm: sti: add support of ABGR8888 for gdp planeBenjamin Gaignard2015-02-041-0/+7
* drm: sti: fix static checker warning in sti_awg_utilsVincent Abriou2015-02-041-2/+0Star
* drm: sti: fix check for clk_pix_mainJassi Brar2015-02-041-1/+1
* drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S2015-02-031-1/+1
* drm: sti: add panel dependencyArnd Bergmann2015-01-311-0/+1
* drm/sti: fixup for bridge interfaceDave Airlie2015-01-281-10/+19
* drm/bridge: make bridge registration independent of drm flowAjay Kumar2015-01-282-18/+2Star
* drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar2015-01-282-2/+4
* Merge branch 'drm-sti-next-add-dvo' of git://git.linaro.org/people/benjamin.g...Dave Airlie2015-01-225-0/+891
|\
| * drm: sti: add DVO output connectorBenjamin Gaignard2014-12-305-0/+891
* | Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-01-091-6/+0Star
|\ \
| * | drm/sti: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-6/+0Star