Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c2e52e32049c0e94aa35a0635a2b150478ef3b2a
/
drivers
/
gpu
/
drm
/
omapdrm
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
517a8a9
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
· 8 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
c2c446a
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
by Robert Foss
· 8 years ago
88b39bb
drm/omap: remove unneeded -Iinclude/drm compiler flag
by Masahiro Yamada
· 8 years ago
f9b67f0
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
by Logan Gunthorpe
· 8 years ago
09bffa6
drm: omap: use common OF graph helpers
by Rob Herring
· 8 years ago
e8e13b1
drm/omap: Major omap_modeset_init() cleanup
by Jyri Sarha
· 8 years ago
694c99c
drm/omap: Remove the obsolete #define omap_plane _omap_plane hack
by Jyri Sarha
· 8 years ago
273ffea
drm/omap: Fix one ugly indentation style break left by coccinelle
by Jyri Sarha
· 8 years ago
864050c
drm/omap: Rename enum omap_plane to enum omap_plane_id
by Jyri Sarha
· 8 years ago
f1118b8
drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
by Jyri Sarha
· 8 years ago
c9af3ed
drm/omap: fix crash on module unload
by Tomi Valkeinen
· 8 years ago
8a54aa9
drm/omap: use drm_atomic_helper_shutdown()
by Tomi Valkeinen
· 8 years ago
50fa9f0
drm/omap: fix display SYNC/DE flags
by Tomi Valkeinen
· 8 years ago
956d4f9
drm/omap: dispc: improve debug print of display flags
by Tomi Valkeinen
· 8 years ago
39135a3
drm/omap: displays: panel-dpi: Support for handling backlight devices
by Peter Ujfalusi
· 8 years ago
4573ebe
drm/omap: poll only connectors where the connect/disconnect can be checked
by Peter Ujfalusi
· 8 years ago
389c576
drm/omap: display: Add displays in sorted order to the panel_list
by Peter Ujfalusi
· 8 years ago
a09d2bc
drm/omap: Use omapdss_stack_is_ready() to check that the display stack is up
by Peter Ujfalusi
· 9 years ago
1e08c82
drm/omap: dss: Support for detecting display stack readiness
by Peter Ujfalusi
· 9 years ago
7c79e8d
drm/omap: dss: Functions to check components in the display/output list
by Peter Ujfalusi
· 9 years ago
be2d68c
drm/omap: fix replication logic
by Tomi Valkeinen
· 8 years ago
b8480ca
drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabled
by Tomi Valkeinen
· 9 years ago
5034b1fa
drm/omap: remove all EXPORT_SYMBOLs from dispc.c
by Tomi Valkeinen
· 9 years ago
9f75922
drm/omap: use dispc_ops
by Tomi Valkeinen
· 9 years ago
a1a37647
drm/omap: fill dispc_ops
by Tomi Valkeinen
· 9 years ago
8a13398
drm/omap: add dispc_ops
by Tomi Valkeinen
· 9 years ago
c283400
drm/omap: move dispc related dss-feat funcs to dispc
by Tomi Valkeinen
· 9 years ago
82e83f6
drm/omap: move display, dss-of, output to omapdss-base
by Tomi Valkeinen
· 9 years ago
892fdcb
drm/omap: display: don't use dsi_get_pixel_size()
by Tomi Valkeinen
· 9 years ago
39637e1
drm/omap: output: use dev_err instead of DSSERR
by Tomi Valkeinen
· 9 years ago
7c29971
drm/omap: move dss_initialized to omapdss-base
by Tomi Valkeinen
· 9 years ago
a99ac0d
drm/omap: add omapdss-base.ko
by Tomi Valkeinen
· 9 years ago
d5e7efa
drm/omap: fix HDMI sync polarities
by Tomi Valkeinen
· 9 years ago
5f6ab8c
drm/omap: Add support for render nodes
by Hemant Hariyani
· 9 years ago
7bbdef2
drm/omap: improve DPI clock selection on DRA7xx
by Tomi Valkeinen
· 8 years ago
1e90711
drm/omap: decrease min width & height
by Tomi Valkeinen
· 8 years ago
0e81798
drm/omap: remove divider constraint from hsdiv
by Tomi Valkeinen
· 8 years ago
7e3d927
drm/omap: refactor CRTC HW property setup
by Tomi Valkeinen
· 9 years ago
7d267f0
drm/omap: work-around for errata i886
by Tomi Valkeinen
· 9 years ago
65d1086
BackMerge tag 'v4.11-rc3' into drm-next
by Dave Airlie
· 8 years ago
9fa1d75
drm/omap: fix dmabuf mmap for dma_alloc'ed buffers
by Tomi Valkeinen
· 8 years ago
b558dfd
Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
8dfe162
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
by Joe Perches
· 8 years ago
8e22e1b
Merge airlied/drm-next into drm-misc-next
by Daniel Vetter
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
Next »