Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bfda9aa15317838ddb259406027ef9911a1dffbc
bfda9aa
Merge tag 'drm-misc-next-2017-06-15' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
ac7c748
drm: Reduce scope of 'state' variable
by Dawid Kurek
· 8 years ago
ae9d042
drm: mxsfb_crtc: Reset the eLCDIF controller
by Fabio Estevam
· 8 years ago
d35fb61
drm: Remove duplicate forward declaration
by Dawid Kurek
· 8 years ago
e2af12b
drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e board
by Hoegeun Kwon
· 8 years ago
60ee02b
dt-bindings: Add support for samsung s6e3hf2 panel
by Hoegeun Kwon
· 8 years ago
2a49816
drm/panel: add backlight dependency for sitronix-st7789v
by Arnd Bergmann
· 8 years ago
93023c1
drm/panel: S6E3HA2 needs backlight code
by Arnd Bergmann
· 8 years ago
70c0d5b
drm/panel: simple: add support for AUO P320HVN03
by Lucas Stach
· 8 years ago
4177fa6
drm/panel: simple: add support for NLT NL192108AC18-02D
by Lucas Stach
· 8 years ago
fa9b4b6
dt-bindings: add vendor prefix for NLT Technologies, Ltd.
by Lucas Stach
· 8 years ago
01bacc13
drm/panel: simple: add support for NEC NL12880B20-05
by Lucas Stach
· 8 years ago
14c8f2e
drm/panel: add Innolux P079ZCA panel driver
by Chris Zhong
· 8 years ago
ead9d5b
dt-bindings: Add INNOLUX P079ZCA panel bindings
by Chris Zhong
· 8 years ago
3ee45a3
drm/syncobj: add sync_file interaction. (v1.2)
by Dave Airlie
· 8 years ago
e908342
drm: introduce sync objects (v4)
by Dave Airlie
· 8 years ago
d0b1d25
drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path
by Christophe JAILLET
· 8 years ago
24bb206
drm/vc4/vc4_bo.c: always set bo->resv
by Hans Verkuil
· 8 years ago
dc62914
drm: Add const to name field declaration in struct drm_prop_enum_list
by Jyri Sarha
· 8 years ago
2af168e
drm/pl111: Fix offset calculation for the primary plane.
by Eric Anholt
· 8 years ago
ff9b47a
drm/atmel-hlcdc: Fix panel registration
by Boris Brezillon
· 8 years ago
123387d
drm/bridge: Build the panel wrapper in drm_kms_helper
by Maarten Lankhorst
· 8 years ago
c9f0726
Merge tag 'exynos-drm-next-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
by Dave Airlie
· 8 years ago
55f5b0b
Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
96160a8
drm/atmel-hlcdc: Replace the panel usage with drm_panel_bridge.
by Eric Anholt
· 8 years ago
510fc3c
drm/atmel-hlcdc: Drop custom encoder cleanup func.
by Eric Anholt
· 8 years ago
7b1298e
drm/vc4: Switch DPI to using the panel-bridge helper.
by Eric Anholt
· 8 years ago
656fa22
drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.
by Eric Anholt
· 8 years ago
13dfc05
drm/bridge: Refactor out the panel wrapper from the lvds-encoder bridge.
by Eric Anholt
· 8 years ago
b0febde
drm/bridge/synopsys: dw-hdmi: Use bridge->mode_valid() callback
by Jose Abreu
· 8 years ago
f3ca01d
drm: zte: use devm_of_platform_populate()
by Benjamin Gaignard
· 8 years ago
562ff05
Merge tag 'omapdrm-4.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
by Dave Airlie
· 8 years ago
7f69694
drm/vc4: Mark the device as active when enabling runtime PM.
by Eric Anholt
· 8 years ago
71ae3df
drm: remove writeq/readq function definitions
by Corentin Labbe
· 8 years ago
a57bf53
drm/atmel-hlcdc: Use crtc->mode_valid() callback
by Jose Abreu
· 8 years ago
cc8dd76
drm/omap: fix tiled buffer stride calculations
by Tomi Valkeinen
· 8 years ago
2add8d13
drm/omap: fix YUV422 90/270 rotation with mirroring
by Tomi Valkeinen
· 8 years ago
c4df6e4
drm/omap: fix YUV422 rotation with TILER
by Tomi Valkeinen
· 8 years ago
16f9ede
drm/omap: pass rotation to dispc
by Tomi Valkeinen
· 8 years ago
4eebb80
drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean
by Tomi Valkeinen
· 8 years ago
0bd97c4
drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*
by Tomi Valkeinen
· 8 years ago
218ed53
drm/omap: remove omap_drm_win
by Tomi Valkeinen
· 8 years ago
8958aeb
drm/omap: add drm_rotation_to_tiler helper()
by Tomi Valkeinen
· 8 years ago
41aff42
drm/omap: rename color_mode to fourcc
by Tomi Valkeinen
· 8 years ago
c2e52e3
drm/omap: cleanup formats array
by Tomi Valkeinen
· 8 years ago
eecad43
drm/omap: remove omap_framebuffer_get_formats()
by Tomi Valkeinen
· 8 years ago
3e1d65c
drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*
by Tomi Valkeinen
· 8 years ago
9c39d17
drm/omap: use u32 instead of enum omap_color_mode
by Tomi Valkeinen
· 8 years ago
18c0d62
drm/omap: change supported_modes to an array
by Tomi Valkeinen
· 8 years ago
22245f5
drm/omap: remove unneeded prototypes
by Tomi Valkeinen
· 8 years ago
5edec14
drm/omap: add format_is_yuv() helper
by Tomi Valkeinen
· 8 years ago
185e23e
drm/omap: cleanup offset calculation
by Tomi Valkeinen
· 8 years ago
517a8a95
drm/omap: remove dma & vrfb rotation
by Tomi Valkeinen
· 8 years ago
dc50be8
drm/omap: ratelimit OCP error
by Tomi Valkeinen
· 8 years ago
4b9cdd9
drm/omap: remove CLUT
by Tomi Valkeinen
· 8 years ago
6d86278
drm/omap: fix setting & clearing DOUBLESTRIDE
by Tomi Valkeinen
· 9 years ago
eb06225
drm/omap: Remove unused omap_dss_find_output() function
by Laurent Pinchart
· 8 years ago
b82f6cc
drm/omap: remove omap_overlay & omap_overlay_manager
by Tomi Valkeinen
· 8 years ago
c632047
drm/omap: remove unused fields
by Tomi Valkeinen
· 8 years ago
d2935c1
drm/omap: remove legacy get_resolution
by Tomi Valkeinen
· 8 years ago
fb251e3
drm/omap: remove unused get_dimensions()
by Tomi Valkeinen
· 8 years ago
aa61321
drm/omap: remove rfbi
by Tomi Valkeinen
· 8 years ago
b42d7f5
drm/omap: dpi: remove legacy data_lines
by Tomi Valkeinen
· 8 years ago
e0eb2ac
drm/omap: remove recommended_bpp
by Tomi Valkeinen
· 8 years ago
f2214bc
drm/omap: venc: remove set_type & invert_vid_out_polarity
by Tomi Valkeinen
· 8 years ago
111d47d
drm/omap: sdi: remove legacy set_datapairs
by Tomi Valkeinen
· 8 years ago
c08feea
drm/omap: connector-dvi/hdmi: remove extra include
by Tomi Valkeinen
· 8 years ago
11b23e1
drm/omap: connector-analog-tv: remove non-DT support
by Tomi Valkeinen
· 8 years ago
de63742
drm/omap: acx565akm: remove non-DT support
by Tomi Valkeinen
· 8 years ago
bf31ce7
drm/omap: panel-dpi: remove non-DT support
by Tomi Valkeinen
· 8 years ago
9d24159a
drm/omap: define compat_ioctl
by Tomi Valkeinen
· 8 years ago
2150c19
drm/omap: 64bit compile fixes
by Tomi Valkeinen
· 8 years ago
2e953d8
drm/omap: remove read_irqenable()
by Tomi Valkeinen
· 8 years ago
49a3057
drm/omap: remove ovl_set_channel_out
by Tomi Valkeinen
· 8 years ago
5806bce
drm/omap: remove unused ovl_enabled()
by Tomi Valkeinen
· 8 years ago
564f88c
drm/omap: add new connector types
by Tomi Valkeinen
· 8 years ago
54156c2
drm: omapdrm: sdi: Remove platform driver
by Laurent Pinchart
· 8 years ago
5115bba
drm: omapdrm: dpi: Remove platform driver
by Laurent Pinchart
· 8 years ago
6e471fa
drm: omapdrm: Infer the OMAP version from the SoC family
by Laurent Pinchart
· 8 years ago
278cba7
drm: omapdrm: Remove unused default display name support
by Laurent Pinchart
· 8 years ago
fd07ab7
drm: omapdrm: Remove unused dss_get_core_pdev() function
by Laurent Pinchart
· 8 years ago
1dff212
drm: omapdrm: Drop support for non-DT devices
by Laurent Pinchart
· 8 years ago
b22622f
drm: omapdrm: Remove duplicate error messages when mapping memory
by Laurent Pinchart
· 8 years ago
c488dd2
drm: omapdrm: Take GEM object reference when exporting dmabuf
by Laurent Pinchart
· 8 years ago
97817fd
drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE direction
by Laurent Pinchart
· 8 years ago
930dc19
drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffers
by Laurent Pinchart
· 8 years ago
24fbaca
drm: omapdrm: Fix incorrect usage of the term 'cache coherency'
by Laurent Pinchart
· 8 years ago
d61ce7d
drm: omapdrm: Rename GEM DMA sync functions
by Laurent Pinchart
· 8 years ago
57c22f7
drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrs
by Laurent Pinchart
· 8 years ago
4fa6ce4
drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()
by Laurent Pinchart
· 8 years ago
bc20c85
drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()
by Laurent Pinchart
· 8 years ago
1686908
drm: omapdrm: Rename occurrences of paddr to dma_addr
by Laurent Pinchart
· 8 years ago
aa0408b
drm: omapdrm: Remove remap argument to omap_gem_get_paddr()
by Laurent Pinchart
· 8 years ago
dff6c24
drm: omapdrm: Add zpos property
by Laurent Pinchart
· 8 years ago
d980278
drm: omapdrm: Remove custom plane state
by Laurent Pinchart
· 8 years ago
ba527c1
drm: omapdrm: Store the Z order in the plane state zpos field
by Laurent Pinchart
· 8 years ago
d6f544f
drm: omapdrm: Remove legacy buffer synchronization support
by Laurent Pinchart
· 8 years ago
a9e6f9f
drm: omapdrm: Use DRM core's atomic commit helper
by Laurent Pinchart
· 8 years ago
ce9a8f1
drm: omapdrm: Handle events when enabling/disabling CRTCs
by Laurent Pinchart
· 8 years ago
991dca0
drm/exynos: Drop drm_vblank_cleanup
by Daniel Vetter
· 8 years ago
Next »