index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imx
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-31
drm/imx: Don't set a gamma table size
Daniel Vetter
1
-10
/
+0
2016-03-31
drm/imx: ipuv3-plane: Configure DMFC wait4eot bit after slots are determined
Liu Ying
1
-2
/
+2
2016-03-31
gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eot
Liu Ying
1
-1
/
+1
2016-03-31
gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return void
Liu Ying
1
-5
/
+1
2016-03-31
drm/imx: dw_hdmi: Don't call platform_set_drvdata()
Douglas Anderson
1
-2
/
+0
2016-03-31
drm/imx: dw_hdmi: Call drm_encoder_cleanup() in error path
Douglas Anderson
1
-1
/
+10
2016-03-31
drm/imx: ipuv3-plane: fix planar YUV 4:2:0 support
Philipp Zabel
1
-0
/
+12
2016-03-31
drm/imx: ipuv3-plane: Add more thorough checks for plane parameter limitations
Philipp Zabel
2
-12
/
+95
2016-03-14
Merge drm-fixes into drm-next.
Dave Airlie
2
-0
/
+3
2016-03-02
Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux i...
Dave Airlie
6
-48
/
+127
2016-03-01
drm/imx: only enable vblank IRQs when needed
Lucas Stach
1
-0
/
+9
2016-03-01
drm/imx: implement fence sync
Lucas Stach
1
-2
/
+61
2016-03-01
drm/imx: keep GEM object referenced as long as scanout is active
Lucas Stach
1
-5
/
+44
2016-03-01
drm/imx: track flip state explicitly
Lucas Stach
1
-5
/
+10
2016-03-01
drm/imx: don't touch primary fb on pageflip
Lucas Stach
1
-1
/
+0
2016-03-01
drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes
Liu Ying
1
-1
/
+1
2016-03-01
drm/imx: remove imx_drm_encoder_get_mux_id
Philipp Zabel
4
-36
/
+4
2016-02-16
drm/imx: removed optional dummy encoder mode_fixup function.
Carlos Palminha
4
-32
/
+0
2016-02-10
drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formats
Enrico Jorns
1
-0
/
+1
2016-02-10
drm/imx: notify DRM core about CRTC vblank state
Lucas Stach
1
-0
/
+2
2016-02-09
Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2
-17
/
+0
2016-02-08
drm/imx: Unconfuse preclose logic
Daniel Vetter
2
-17
/
+0
2016-01-20
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
1
-1
/
+1
2016-01-15
drm/fb_cma_helper: Remove implicit call to disable_unused_functions
Maxime Ripard
1
-0
/
+1
2016-01-13
drm: Do not set connector->encoder in drivers
Thierry Reding
1
-2
/
+0
2015-12-15
drm/imx: Constify function pointer structs
Ville Syrjälä
6
-16
/
+16
2015-12-15
drm/imx: Drop pipe field from struct imx_drm_crtc
Thierry Reding
1
-9
/
+8
2015-12-15
drm/imx: Make pipe number unsigned
Thierry Reding
2
-4
/
+4
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
4
-4
/
+4
2015-12-11
drm: Pass 'name' to drm_universal_plane_init()
Ville Syrjälä
1
-1
/
+2
2015-12-11
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
1
-1
/
+1
2015-12-08
Back merge tag 'v4.4-rc4' into drm-next
Dave Airlie
7
-57
/
+32
2015-11-30
drm: imx: imx-tve: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-11-25
drm: imx: convert to drm_crtc_send_vblank_event()
Russell King
1
-1
/
+2
2015-11-24
drm/imx: Remove local fbdev emulation Kconfig option
Archit Taneja
2
-18
/
+3
2015-11-24
GPU-DRM-IMX: Delete an unnecessary check before drm_fbdev_cma_restore_mode()
Markus Elfring
1
-2
/
+1
2015-11-24
drm/imx: Remove of_node assignment from ipuv3-crtc driver probe
Philipp Zabel
1
-34
/
+0
2015-11-24
drm/imx: parallel-display: allow to determine bus format from the connected p...
Philipp Zabel
1
-0
/
+4
2015-11-19
drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary plane
Liu Ying
1
-0
/
+4
2015-11-19
drm/imx: switch to universal planes
Philipp Zabel
5
-20
/
+20
2015-11-05
Merge tag 'imx-drm-next-2015-10-30' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
2
-4
/
+28
2015-10-30
drm/imx: hdmi: fix HDMI setup to allow modes larger than FullHD
Lucas Stach
1
-4
/
+12
2015-10-30
drm/imx: enable ARGB4444 16-bit color format
Lucas Stach
1
-0
/
+2
2015-10-30
drm/imx: ipuv3-plane: enable support for RGBX8888 and RGBA8888 pixel formats
Philipp Zabel
1
-0
/
+6
2015-10-30
drm/imx: enable 15-bit RGB with 1-bit alpha formats
Philipp Zabel
1
-0
/
+8
2015-10-20
drm/imx: Convert the probe function to the generic drm_of_component_probe()
Liviu Dudau
1
-51
/
+4
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
1
-1
/
+1
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
1
-4
/
+4
2015-08-27
Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...
Dave Airlie
1
-0
/
+5
2015-08-18
drm: imx/dw_hdmi: move phy comments
Russell King
1
-0
/
+5
[next]