summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: sti: tvout: fix return value check in sti_tvout_probe()Wei Yongjun2014-08-261-2/+2
* Revert "drm: drop redundant drm_file->is_master"Dave Airlie2014-08-079-27/+20Star
* Merge tag 'drm/tegra/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2014-08-0716-67/+425
|\
| * drm/tegra: add MODULE_DEVICE_TABLEsStephen Warren2014-08-047-0/+7
| * drm/tegra: dc - Reset controller on driver removeThierry Reding2014-08-041-0/+1
| * drm/tegra: Properly align stride for framebuffersThierry Reding2014-08-044-1/+27
| * drm/tegra: sor - Configure proper sync polaritiesThierry Reding2014-08-041-3/+13
| * drm/tegra: sor - Use bits-per-color from panelStéphane Marchesin2014-08-041-1/+1
| * drm/tegra: Make job submission 64-bit safeThierry Reding2014-08-043-35/+64
| * drm/tegra: Allow non-authenticated processes to create buffer objectsThierry Reding2014-08-041-1/+1
| * drm/tegra: Add SET/GET_FLAGS IOCTLsThierry Reding2014-08-042-0/+70
| * drm/tegra: Add SET/GET_TILING IOCTLsThierry Reding2014-08-042-0/+120
| * drm/tegra: Implement more tiling modesThierry Reding2014-08-046-24/+118
| * drm/tegra: dsi - Handle non-continuous clock flagAlexandre Courbot2014-08-041-1/+2
| * drm/tegra: sor - missing unlock on errorDan Carpenter2014-08-041-1/+1
| * Merge branch 'drm/dsi/for-next' into drm/tegra/for-nextThierry Reding2014-08-041-0/+2
| |\
* | \ Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2014-08-0717-73/+447
|\ \ \
| * | | drm/panel: simple: Use devm_gpiod_get_optional()Alexandre Courbot2014-08-071-7/+5Star
| * | | drm/dsi: Replace upcasting macro by functionThierry Reding2014-08-061-2/+9
| * | | drm/panel: ld9040: Replace upcasting macro by functionThierry Reding2014-08-061-1/+4
| * | | drm/exynos: dp: Modify driver to support drm_panelAjay Kumar2014-08-063-21/+71
| * | | drm/exynos: Move DP setup into commit()Ajay Kumar2014-08-061-5/+19
| * | | drm/panel: simple: Add AUO B133HTN01 panel supportAjay Kumar2014-08-062-0/+37
| * | | drm/panel: simple: Support delays in panel functionsAjay Kumar2014-08-061-0/+30
| * | | drm/panel: simple: Add proper definition for prepare and unprepareAjay Kumar2014-08-061-10/+27
| * | | drm/panel: s6e8aa0: Add proper definition for prepare and unprepareAjay Kumar2014-08-061-11/+11
| * | | drm/panel: ld9040: Add proper definition for prepare and unprepareAjay Kumar2014-08-061-11/+11
| * | | drm/tegra: Add support for panel prepare and unprepare routinesAjay Kumar2014-08-061-0/+2
| * | | drm/exynos: dsi: Add support for panel prepare and unprepare routinesAjay Kumar2014-08-061-2/+11
| * | | drm/exynos: dpi: Add support for panel prepare and unprepare routinesAjay Kumar2014-08-061-2/+6
| * | | drm/panel: simple: Add dummy prepare and unprepare routinesAjay Kumar2014-08-061-0/+12
| * | | drm/panel: s6e8aa0: Add dummy prepare and unprepare routinesAjay Kumar2014-08-061-0/+12
| * | | drm/panel: ld9040: Add dummy prepare and unprepare routinesAjay Kumar2014-08-061-0/+12
| * | | drm/panel: Provide convenience wrapper for .get_modes()Ajay Kumar2014-08-061-0/+8
| * | | drm/panel: add .prepare() and .unprepare() functionsAjay Kumar2014-08-061-0/+50
| * | | drm/panel: simple: Remove simple-panel compatibleThierry Reding2014-08-061-2/+0Star
| * | | drm/panel: simple: Add Innolux N116BGE panel supportThierry Reding2014-08-062-0/+34
| * | | drm/panel: simple: Add bits-per-color supportStéphane Marchesin2014-08-011-0/+12
| * | | drm/panel: simple: add support for InnoLux N156BGE-L21 panelAlban Bedel2014-07-222-0/+32
| * | | drm/panel: s6e8aa0: Use static inline for upcastingThierry Reding2014-07-221-1/+4
| * | | drm/dsi: Use peripheral's channel for DCS commandsThierry Reding2014-07-223-14/+12Star
| * | | drm/dsi: Make mipi_dsi_dcs_write() return ssize_tThierry Reding2014-07-223-6/+6
| * | | drm/panel: add support for Foxlink FL500WVR00-A0T panelBoris BREZILLON2014-07-152-0/+32
| * | | drm/panel: Set non-continuous clock flag on supporting panelsAlexandre Courbot2014-07-141-2/+3
| * | | drm/panel: make DRM_PANEL_LD9040 depend on SPIRussell King2014-07-141-2/+1Star
| * | | drm/panel: consolidate unnecessary explicit dependenciesRussell King2014-07-141-3/+1Star
| | |/ | |/|
| * | drm/dsi: Flag for non-continuous clock behaviorAlexandre Courbot2014-07-141-0/+2
* | | drm: move drm_stub.c to drm_drv.cDave Airlie2014-08-062-1/+1
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-08-0614-748/+727Star
|\ \ \
| * | | drm: mark drm_context support as legacyDavid Herrmann2014-08-057-87/+103