aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04drm/sti: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-02-16drm/sti: removed optional dummy encoder mode_fixup function.Carlos Palminha1-10/+0
2016-01-20dma-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/benjamin.gaignard/kernel into drm-nextDave 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
2015-03-19drm: sti: convert driver to atomic modesetBenjamin Gaignard7-146/+205
2015-02-05drm: sti: HDMI add audio infoframeArnaud Pouliquen1-42/+137
2015-02-05drm: sti: add support of XBGR8888 for gdp planeFabien Dessenne1-0/+4
2015-02-04drm: sti: add support of ABGR8888 for gdp planeBenjamin Gaignard1-0/+7
2015-02-04drm: sti: fix static checker warning in sti_awg_utilsVincent Abriou1-2/+0
2015-02-04drm: sti: fix check for clk_pix_mainJassi Brar1-1/+1
2015-02-03drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S1-1/+1
2015-01-31drm: sti: add panel dependencyArnd Bergmann1-0/+1
2015-01-28drm/sti: fixup for bridge interfaceDave Airlie1-10/+19
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar2-18/+2
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar2-2/+4
2015-01-22Merge branch 'drm-sti-next-add-dvo' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-nextDave Airlie5-0/+891
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+0
2014-12-30drm: sti: add DVO output connectorBenjamin Gaignard5-0/+891