summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | drm/omap: fix display SYNC/DE flagsTomi Valkeinen2017-04-032-5/+43
| * | | | drm/omap: dispc: improve debug print of display flagsTomi Valkeinen2017-04-031-5/+15
| * | | | drm/omap: displays: panel-dpi: Support for handling backlight devicesPeter Ujfalusi2017-04-031-2/+35
| * | | | drm/omap: poll only connectors where the connect/disconnect can be checkedPeter Ujfalusi2017-04-031-6/+4
| * | | | drm/omap: display: Add displays in sorted order to the panel_listPeter Ujfalusi2017-04-031-1/+9
| * | | | drm/omap: Use omapdss_stack_is_ready() to check that the display stack is upPeter Ujfalusi2017-04-031-6/+3
| * | | | drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi2017-04-033-0/+111
| * | | | drm/omap: dss: Functions to check components in the display/output listPeter Ujfalusi2017-04-033-0/+34
| * | | | drm/omap: fix replication logicTomi Valkeinen2017-04-033-6/+6
| * | | | drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabledTomi Valkeinen2017-04-032-12/+0
| * | | | drm/omap: remove all EXPORT_SYMBOLs from dispc.cTomi Valkeinen2017-04-033-96/+33
| * | | | drm/omap: use dispc_opsTomi Valkeinen2017-04-035-39/+57
| * | | | drm/omap: fill dispc_opsTomi Valkeinen2017-04-031-0/+40
| * | | | drm/omap: add dispc_opsTomi Valkeinen2017-04-032-0/+63
| * | | | drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen2017-04-037-7/+31
| * | | | drm/omap: move display, dss-of, output to omapdss-baseTomi Valkeinen2017-04-036-11/+8
| * | | | drm/omap: display: don't use dsi_get_pixel_size()Tomi Valkeinen2017-04-033-12/+4
| * | | | drm/omap: output: use dev_err instead of DSSERRTomi Valkeinen2017-04-031-5/+8
| * | | | drm/omap: move dss_initialized to omapdss-baseTomi Valkeinen2017-04-033-10/+18
| * | | | drm/omap: add omapdss-base.koTomi Valkeinen2017-04-033-0/+14
| * | | | drm/omap: fix HDMI sync polaritiesTomi Valkeinen2017-04-031-5/+7
| * | | | drm/omap: Add support for render nodesHemant Hariyani2017-04-031-7/+13
| * | | | drm/omap: improve DPI clock selection on DRA7xxTomi Valkeinen2017-04-031-10/+40
| * | | | drm/omap: decrease min width & heightTomi Valkeinen2017-04-031-2/+2
| * | | | drm/omap: remove divider constraint from hsdivTomi Valkeinen2017-04-031-8/+0
| * | | | drm/omap: refactor CRTC HW property setupTomi Valkeinen2017-04-031-8/+17
| * | | | drm/omap: work-around for errata i886Tomi Valkeinen2017-04-031-8/+9
| * | | | Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-0366-505/+714
| |\ \ \ \
| * | | | | drm/vmwgfx: Properly check display/scanout surface sizeSinclair Yeh2017-03-313-1/+32
| * | | | | drm/vmwgfx: Support topology greater than texture sizeSinclair Yeh2017-03-313-1/+253
| * | | | | drm/vmwgfx: Re-implement the stream resource as a simple resource.Thomas Hellstrom2017-03-313-255/+169
| * | | | | drm/vmwgfx: Introduce a simple resource typeThomas Hellstrom2017-03-313-1/+298
| * | | | | drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"Øyvind A. Holm2017-03-311-4/+4
| * | | | | drm/vmwgfx: Fix LDU X blank screen until mode change issueSinclair Yeh2017-03-311-20/+21
| * | | | | drm/vmwgfx: Skipping fbdev fb pinning for lduSinclair Yeh2017-03-311-7/+16
| * | | | | drm/vmwgfx: Explicityly track screen target width and heightSinclair Yeh2017-03-311-3/+8
| * | | | | drm/vmwgfx: Turn on DRIVER_ATOMIC flagSinclair Yeh2017-03-314-4/+3
| * | | | | drm/vmwgfx: Switch over to internal atomic API for SOU and LDUSinclair Yeh2017-03-312-295/+25
| * | | | | drm/vmwgfx: Switch over to internal atomic API for STDUSinclair Yeh2017-03-313-295/+51
| * | | | | drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2017-03-311-1/+3
| * | | | | drm/vmwgfx: Add and connect atomic state object check/commitSinclair Yeh2017-03-311-0/+48
| * | | | | drm/vmwgfx: Add and connect connector helper functionSinclair Yeh2017-03-313-0/+24
| * | | | | drm/vmwgfx: Add and connect plane helper functionsSinclair Yeh2017-03-315-1/+695
| * | | | | drm/vmwgfx: Add and connect CRTC helper functionsSinclair Yeh2017-03-315-0/+379
| * | | | | drm/vmwgfx: Connector atomic stateSinclair Yeh2017-03-315-7/+204
| * | | | | drm/vmwgfx: Plane atomic stateSinclair Yeh2017-03-315-0/+150
| * | | | | drm/vmwgfx: CRTC atomic stateSinclair Yeh2017-03-315-3/+131
| * | | | | drm/vmwgfx: Add universal plane supportSinclair Yeh2017-03-317-198/+398
| * | | | | drm/vmwgfx: Removed unused snooper.crtc fieldSinclair Yeh2017-03-313-4/+0
| * | | | | drm/amdgpu: Fix 32bit x86 compilation warningAlex Xie2017-03-303-3/+3
OpenPOWER on IntegriCloud