dp_display.c 94 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved.
  4. */
  5. #include <linux/module.h>
  6. #include <linux/slab.h>
  7. #include <linux/uaccess.h>
  8. #include <linux/debugfs.h>
  9. #include <linux/component.h>
  10. #include <linux/of_irq.h>
  11. #include <linux/delay.h>
  12. #include <linux/soc/qcom/fsa4480-i2c.h>
  13. #include <linux/usb/phy.h>
  14. #include <linux/jiffies.h>
  15. #include "sde_connector.h"
  16. #include "msm_drv.h"
  17. #include "dp_hpd.h"
  18. #include "dp_parser.h"
  19. #include "dp_power.h"
  20. #include "dp_catalog.h"
  21. #include "dp_aux.h"
  22. #include "dp_link.h"
  23. #include "dp_panel.h"
  24. #include "dp_ctrl.h"
  25. #include "dp_audio.h"
  26. #include "dp_display.h"
  27. #include "sde_hdcp.h"
  28. #include "dp_debug.h"
  29. #include "dp_pll.h"
  30. #include "sde_dbg.h"
  31. #define DP_MST_DEBUG(fmt, ...) DP_DEBUG(fmt, ##__VA_ARGS__)
  32. #define dp_display_state_show(x) { \
  33. DP_ERR("%s: state (0x%x): %s\n", x, dp->state, \
  34. dp_display_state_name(dp->state)); \
  35. SDE_EVT32_EXTERNAL(dp->state); }
  36. #define dp_display_state_log(x) { \
  37. DP_DEBUG("%s: state (0x%x): %s\n", x, dp->state, \
  38. dp_display_state_name(dp->state)); \
  39. SDE_EVT32_EXTERNAL(dp->state); }
  40. #define dp_display_state_is(x) (dp->state & (x))
  41. #define dp_display_state_add(x) { \
  42. (dp->state |= (x)); \
  43. dp_display_state_log("add "#x); }
  44. #define dp_display_state_remove(x) { \
  45. (dp->state &= ~(x)); \
  46. dp_display_state_log("remove "#x); }
  47. enum dp_display_states {
  48. DP_STATE_DISCONNECTED = 0,
  49. DP_STATE_CONFIGURED = BIT(0),
  50. DP_STATE_INITIALIZED = BIT(1),
  51. DP_STATE_READY = BIT(2),
  52. DP_STATE_CONNECTED = BIT(3),
  53. DP_STATE_CONNECT_NOTIFIED = BIT(4),
  54. DP_STATE_DISCONNECT_NOTIFIED = BIT(5),
  55. DP_STATE_ENABLED = BIT(6),
  56. DP_STATE_SUSPENDED = BIT(7),
  57. DP_STATE_ABORTED = BIT(8),
  58. DP_STATE_HDCP_ABORTED = BIT(9),
  59. DP_STATE_SRC_PWRDN = BIT(10),
  60. DP_STATE_TUI_ACTIVE = BIT(11),
  61. };
  62. static char *dp_display_state_name(enum dp_display_states state)
  63. {
  64. static char buf[SZ_1K];
  65. u32 len = 0;
  66. memset(buf, 0, SZ_1K);
  67. if (state & DP_STATE_CONFIGURED)
  68. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  69. "CONFIGURED");
  70. if (state & DP_STATE_INITIALIZED)
  71. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  72. "INITIALIZED");
  73. if (state & DP_STATE_READY)
  74. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  75. "READY");
  76. if (state & DP_STATE_CONNECTED)
  77. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  78. "CONNECTED");
  79. if (state & DP_STATE_CONNECT_NOTIFIED)
  80. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  81. "CONNECT_NOTIFIED");
  82. if (state & DP_STATE_DISCONNECT_NOTIFIED)
  83. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  84. "DISCONNECT_NOTIFIED");
  85. if (state & DP_STATE_ENABLED)
  86. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  87. "ENABLED");
  88. if (state & DP_STATE_SUSPENDED)
  89. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  90. "SUSPENDED");
  91. if (state & DP_STATE_ABORTED)
  92. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  93. "ABORTED");
  94. if (state & DP_STATE_HDCP_ABORTED)
  95. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  96. "HDCP_ABORTED");
  97. if (state & DP_STATE_SRC_PWRDN)
  98. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  99. "SRC_PWRDN");
  100. if (state & DP_STATE_TUI_ACTIVE)
  101. len += scnprintf(buf + len, sizeof(buf) - len, "|%s|",
  102. "TUI_ACTIVE");
  103. if (!strlen(buf))
  104. return "DISCONNECTED";
  105. return buf;
  106. }
  107. static struct dp_display *g_dp_display;
  108. #define HPD_STRING_SIZE 30
  109. struct dp_hdcp_dev {
  110. void *fd;
  111. struct sde_hdcp_ops *ops;
  112. enum sde_hdcp_version ver;
  113. };
  114. struct dp_hdcp {
  115. void *data;
  116. struct sde_hdcp_ops *ops;
  117. u32 source_cap;
  118. struct dp_hdcp_dev dev[HDCP_VERSION_MAX];
  119. };
  120. struct dp_mst {
  121. bool mst_active;
  122. bool drm_registered;
  123. struct dp_mst_drm_cbs cbs;
  124. };
  125. struct dp_display_private {
  126. char *name;
  127. int irq;
  128. enum drm_connector_status cached_connector_status;
  129. enum dp_display_states state;
  130. struct platform_device *pdev;
  131. struct device_node *aux_switch_node;
  132. bool aux_switch_ready;
  133. struct dp_aux_bridge *aux_bridge;
  134. struct dentry *root;
  135. struct completion notification_comp;
  136. struct completion attention_comp;
  137. struct dp_hpd *hpd;
  138. struct dp_parser *parser;
  139. struct dp_power *power;
  140. struct dp_catalog *catalog;
  141. struct dp_aux *aux;
  142. struct dp_link *link;
  143. struct dp_panel *panel;
  144. struct dp_ctrl *ctrl;
  145. struct dp_debug *debug;
  146. struct dp_pll *pll;
  147. struct dp_panel *active_panels[DP_STREAM_MAX];
  148. struct dp_hdcp hdcp;
  149. struct dp_hpd_cb hpd_cb;
  150. struct dp_display_mode mode;
  151. struct dp_display dp_display;
  152. struct msm_drm_private *priv;
  153. struct workqueue_struct *wq;
  154. struct delayed_work hdcp_cb_work;
  155. struct work_struct connect_work;
  156. struct work_struct attention_work;
  157. struct mutex session_lock;
  158. bool hdcp_delayed_off;
  159. u32 active_stream_cnt;
  160. struct dp_mst mst;
  161. u32 tot_dsc_blks_in_use;
  162. bool process_hpd_connect;
  163. struct notifier_block usb_nb;
  164. };
  165. static const struct of_device_id dp_dt_match[] = {
  166. {.compatible = "qcom,dp-display"},
  167. {}
  168. };
  169. static inline bool dp_display_is_hdcp_enabled(struct dp_display_private *dp)
  170. {
  171. return dp->link->hdcp_status.hdcp_version && dp->hdcp.ops;
  172. }
  173. static irqreturn_t dp_display_irq(int irq, void *dev_id)
  174. {
  175. struct dp_display_private *dp = dev_id;
  176. if (!dp) {
  177. DP_ERR("invalid data\n");
  178. return IRQ_NONE;
  179. }
  180. /* DP HPD isr */
  181. if (dp->hpd->type == DP_HPD_LPHW)
  182. dp->hpd->isr(dp->hpd);
  183. /* DP controller isr */
  184. dp->ctrl->isr(dp->ctrl);
  185. /* DP aux isr */
  186. dp->aux->isr(dp->aux);
  187. /* HDCP isr */
  188. if (dp_display_is_hdcp_enabled(dp) && dp->hdcp.ops->isr) {
  189. if (dp->hdcp.ops->isr(dp->hdcp.data))
  190. DP_ERR("dp_hdcp_isr failed\n");
  191. }
  192. return IRQ_HANDLED;
  193. }
  194. static bool dp_display_is_ds_bridge(struct dp_panel *panel)
  195. {
  196. return (panel->dpcd[DP_DOWNSTREAMPORT_PRESENT] &
  197. DP_DWN_STRM_PORT_PRESENT);
  198. }
  199. static bool dp_display_is_sink_count_zero(struct dp_display_private *dp)
  200. {
  201. return dp_display_is_ds_bridge(dp->panel) &&
  202. (dp->link->sink_count.count == 0);
  203. }
  204. static bool dp_display_is_ready(struct dp_display_private *dp)
  205. {
  206. return dp->hpd->hpd_high && dp_display_state_is(DP_STATE_CONNECTED) &&
  207. !dp_display_is_sink_count_zero(dp) &&
  208. dp->hpd->alt_mode_cfg_done;
  209. }
  210. static void dp_audio_enable(struct dp_display_private *dp, bool enable)
  211. {
  212. struct dp_panel *dp_panel;
  213. int idx;
  214. for (idx = DP_STREAM_0; idx < DP_STREAM_MAX; idx++) {
  215. if (!dp->active_panels[idx])
  216. continue;
  217. dp_panel = dp->active_panels[idx];
  218. if (dp_panel->audio_supported) {
  219. if (enable) {
  220. dp_panel->audio->bw_code =
  221. dp->link->link_params.bw_code;
  222. dp_panel->audio->lane_count =
  223. dp->link->link_params.lane_count;
  224. dp_panel->audio->on(dp_panel->audio);
  225. } else {
  226. dp_panel->audio->off(dp_panel->audio);
  227. }
  228. }
  229. }
  230. }
  231. static void dp_display_update_hdcp_status(struct dp_display_private *dp,
  232. bool reset)
  233. {
  234. if (reset) {
  235. dp->link->hdcp_status.hdcp_state = HDCP_STATE_INACTIVE;
  236. dp->link->hdcp_status.hdcp_version = HDCP_VERSION_NONE;
  237. }
  238. memset(dp->debug->hdcp_status, 0, sizeof(dp->debug->hdcp_status));
  239. snprintf(dp->debug->hdcp_status, sizeof(dp->debug->hdcp_status),
  240. "%s: %s\ncaps: %d\n",
  241. sde_hdcp_version(dp->link->hdcp_status.hdcp_version),
  242. sde_hdcp_state_name(dp->link->hdcp_status.hdcp_state),
  243. dp->hdcp.source_cap);
  244. }
  245. static void dp_display_update_hdcp_info(struct dp_display_private *dp)
  246. {
  247. void *fd = NULL;
  248. struct dp_hdcp_dev *dev = NULL;
  249. struct sde_hdcp_ops *ops = NULL;
  250. int i = HDCP_VERSION_2P2;
  251. dp_display_update_hdcp_status(dp, true);
  252. dp->hdcp.data = NULL;
  253. dp->hdcp.ops = NULL;
  254. if (dp->debug->hdcp_disabled || dp->debug->sim_mode)
  255. return;
  256. while (i) {
  257. dev = &dp->hdcp.dev[i];
  258. ops = dev->ops;
  259. fd = dev->fd;
  260. i >>= 1;
  261. if (!(dp->hdcp.source_cap & dev->ver))
  262. continue;
  263. if (ops->sink_support(fd)) {
  264. dp->hdcp.data = fd;
  265. dp->hdcp.ops = ops;
  266. dp->link->hdcp_status.hdcp_version = dev->ver;
  267. break;
  268. }
  269. }
  270. DP_DEBUG("HDCP version supported: %s\n",
  271. sde_hdcp_version(dp->link->hdcp_status.hdcp_version));
  272. }
  273. static void dp_display_check_source_hdcp_caps(struct dp_display_private *dp)
  274. {
  275. int i;
  276. struct dp_hdcp_dev *hdcp_dev = dp->hdcp.dev;
  277. if (dp->debug->hdcp_disabled) {
  278. DP_DEBUG("hdcp disabled\n");
  279. return;
  280. }
  281. for (i = 0; i < HDCP_VERSION_MAX; i++) {
  282. struct dp_hdcp_dev *dev = &hdcp_dev[i];
  283. struct sde_hdcp_ops *ops = dev->ops;
  284. void *fd = dev->fd;
  285. if (!fd || !ops)
  286. continue;
  287. if (ops->set_mode && ops->set_mode(fd, dp->mst.mst_active))
  288. continue;
  289. if (!(dp->hdcp.source_cap & dev->ver) &&
  290. ops->feature_supported &&
  291. ops->feature_supported(fd))
  292. dp->hdcp.source_cap |= dev->ver;
  293. }
  294. dp_display_update_hdcp_status(dp, false);
  295. }
  296. static void dp_display_hdcp_register_streams(struct dp_display_private *dp)
  297. {
  298. int rc;
  299. size_t i;
  300. struct sde_hdcp_ops *ops = dp->hdcp.ops;
  301. void *data = dp->hdcp.data;
  302. if (dp_display_is_ready(dp) && dp->mst.mst_active && ops &&
  303. ops->register_streams){
  304. struct stream_info streams[DP_STREAM_MAX];
  305. int index = 0;
  306. DP_DEBUG("Registering all active panel streams with HDCP\n");
  307. for (i = DP_STREAM_0; i < DP_STREAM_MAX; i++) {
  308. if (!dp->active_panels[i])
  309. continue;
  310. streams[index].stream_id = i;
  311. streams[index].virtual_channel =
  312. dp->active_panels[i]->vcpi;
  313. index++;
  314. }
  315. if (index > 0) {
  316. rc = ops->register_streams(data, index, streams);
  317. if (rc)
  318. DP_ERR("failed to register streams. rc = %d\n",
  319. rc);
  320. }
  321. }
  322. }
  323. static void dp_display_hdcp_deregister_stream(struct dp_display_private *dp,
  324. enum dp_stream_id stream_id)
  325. {
  326. if (dp->hdcp.ops->deregister_streams) {
  327. struct stream_info stream = {stream_id,
  328. dp->active_panels[stream_id]->vcpi};
  329. DP_DEBUG("Deregistering stream within HDCP library\n");
  330. dp->hdcp.ops->deregister_streams(dp->hdcp.data, 1, &stream);
  331. }
  332. }
  333. static void dp_display_hdcp_process_delayed_off(struct dp_display_private *dp)
  334. {
  335. if (dp->hdcp_delayed_off) {
  336. if (dp->hdcp.ops && dp->hdcp.ops->off)
  337. dp->hdcp.ops->off(dp->hdcp.data);
  338. dp_display_update_hdcp_status(dp, true);
  339. dp->hdcp_delayed_off = false;
  340. }
  341. }
  342. static int dp_display_hdcp_process_sink_sync(struct dp_display_private *dp)
  343. {
  344. u8 sink_status = 0;
  345. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY);
  346. if (dp->debug->hdcp_wait_sink_sync) {
  347. drm_dp_dpcd_readb(dp->aux->drm_aux, DP_SINK_STATUS,
  348. &sink_status);
  349. sink_status &= (DP_RECEIVE_PORT_0_STATUS |
  350. DP_RECEIVE_PORT_1_STATUS);
  351. if (sink_status < 1) {
  352. DP_DEBUG("Sink not synchronized. Queuing again then exiting\n");
  353. queue_delayed_work(dp->wq, &dp->hdcp_cb_work, HZ);
  354. return -EAGAIN;
  355. }
  356. /*
  357. * Some sinks need more time to stabilize after synchronization
  358. * and before it can handle an HDCP authentication request.
  359. * Adding the delay for better interoperability.
  360. */
  361. msleep(6000);
  362. }
  363. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT);
  364. return 0;
  365. }
  366. static int dp_display_hdcp_start(struct dp_display_private *dp)
  367. {
  368. if (dp->link->hdcp_status.hdcp_state != HDCP_STATE_INACTIVE)
  369. return -EINVAL;
  370. dp_display_check_source_hdcp_caps(dp);
  371. dp_display_update_hdcp_info(dp);
  372. if (dp_display_is_hdcp_enabled(dp)) {
  373. if (dp->hdcp.ops && dp->hdcp.ops->on &&
  374. dp->hdcp.ops->on(dp->hdcp.data)) {
  375. dp_display_update_hdcp_status(dp, true);
  376. return 0;
  377. }
  378. } else {
  379. dp_display_update_hdcp_status(dp, true);
  380. return 0;
  381. }
  382. return -EINVAL;
  383. }
  384. static void dp_display_hdcp_print_auth_state(struct dp_display_private *dp)
  385. {
  386. u32 hdcp_auth_state;
  387. int rc;
  388. rc = dp->catalog->ctrl.read_hdcp_status(&dp->catalog->ctrl);
  389. if (rc >= 0) {
  390. hdcp_auth_state = (rc >> 20) & 0x3;
  391. DP_DEBUG("hdcp auth state %d\n", hdcp_auth_state);
  392. }
  393. }
  394. static void dp_display_hdcp_process_state(struct dp_display_private *dp)
  395. {
  396. struct dp_link_hdcp_status *status;
  397. struct sde_hdcp_ops *ops;
  398. void *data;
  399. int rc = 0;
  400. status = &dp->link->hdcp_status;
  401. ops = dp->hdcp.ops;
  402. data = dp->hdcp.data;
  403. if (status->hdcp_state != HDCP_STATE_AUTHENTICATED &&
  404. dp->debug->force_encryption && ops && ops->force_encryption)
  405. ops->force_encryption(data, dp->debug->force_encryption);
  406. switch (status->hdcp_state) {
  407. case HDCP_STATE_INACTIVE:
  408. dp_display_hdcp_register_streams(dp);
  409. if (dp->hdcp.ops && dp->hdcp.ops->authenticate)
  410. rc = dp->hdcp.ops->authenticate(data);
  411. if (!rc)
  412. status->hdcp_state = HDCP_STATE_AUTHENTICATING;
  413. break;
  414. case HDCP_STATE_AUTH_FAIL:
  415. if (dp_display_is_ready(dp) &&
  416. dp_display_state_is(DP_STATE_ENABLED)) {
  417. if (ops && ops->on && ops->on(data)) {
  418. dp_display_update_hdcp_status(dp, true);
  419. return;
  420. }
  421. dp_display_hdcp_register_streams(dp);
  422. if (ops && ops->reauthenticate) {
  423. rc = ops->reauthenticate(data);
  424. if (rc)
  425. DP_ERR("failed rc=%d\n", rc);
  426. }
  427. status->hdcp_state = HDCP_STATE_AUTHENTICATING;
  428. } else {
  429. DP_DEBUG("not reauthenticating, cable disconnected\n");
  430. }
  431. break;
  432. default:
  433. dp_display_hdcp_register_streams(dp);
  434. break;
  435. }
  436. }
  437. static void dp_display_abort_hdcp(struct dp_display_private *dp,
  438. bool abort)
  439. {
  440. u8 i = HDCP_VERSION_2P2;
  441. struct dp_hdcp_dev *dev = NULL;
  442. while (i) {
  443. dev = &dp->hdcp.dev[i];
  444. i >>= 1;
  445. if (!(dp->hdcp.source_cap & dev->ver))
  446. continue;
  447. dev->ops->abort(dev->fd, abort);
  448. }
  449. }
  450. static void dp_display_hdcp_cb_work(struct work_struct *work)
  451. {
  452. struct dp_display_private *dp;
  453. struct delayed_work *dw = to_delayed_work(work);
  454. struct dp_link_hdcp_status *status;
  455. int rc = 0;
  456. dp = container_of(dw, struct dp_display_private, hdcp_cb_work);
  457. if (!dp_display_state_is(DP_STATE_ENABLED | DP_STATE_CONNECTED) ||
  458. dp_display_state_is(DP_STATE_ABORTED | DP_STATE_HDCP_ABORTED))
  459. return;
  460. if (dp_display_state_is(DP_STATE_SUSPENDED)) {
  461. DP_DEBUG("System suspending. Delay HDCP operations\n");
  462. queue_delayed_work(dp->wq, &dp->hdcp_cb_work, HZ);
  463. return;
  464. }
  465. dp_display_hdcp_process_delayed_off(dp);
  466. rc = dp_display_hdcp_process_sink_sync(dp);
  467. if (rc)
  468. return;
  469. rc = dp_display_hdcp_start(dp);
  470. if (!rc)
  471. return;
  472. dp_display_hdcp_print_auth_state(dp);
  473. status = &dp->link->hdcp_status;
  474. DP_DEBUG("%s: %s\n", sde_hdcp_version(status->hdcp_version),
  475. sde_hdcp_state_name(status->hdcp_state));
  476. dp_display_update_hdcp_status(dp, false);
  477. dp_display_hdcp_process_state(dp);
  478. }
  479. static void dp_display_notify_hdcp_status_cb(void *ptr,
  480. enum sde_hdcp_state state)
  481. {
  482. struct dp_display_private *dp = ptr;
  483. if (!dp) {
  484. DP_ERR("invalid input\n");
  485. return;
  486. }
  487. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY,
  488. dp->link->hdcp_status.hdcp_state);
  489. dp->link->hdcp_status.hdcp_state = state;
  490. queue_delayed_work(dp->wq, &dp->hdcp_cb_work, HZ/4);
  491. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT,
  492. dp->link->hdcp_status.hdcp_state);
  493. }
  494. static void dp_display_deinitialize_hdcp(struct dp_display_private *dp)
  495. {
  496. if (!dp) {
  497. DP_ERR("invalid input\n");
  498. return;
  499. }
  500. sde_hdcp_1x_deinit(dp->hdcp.dev[HDCP_VERSION_1X].fd);
  501. sde_dp_hdcp2p2_deinit(dp->hdcp.dev[HDCP_VERSION_2P2].fd);
  502. }
  503. static int dp_display_initialize_hdcp(struct dp_display_private *dp)
  504. {
  505. struct sde_hdcp_init_data hdcp_init_data;
  506. struct dp_parser *parser;
  507. void *fd;
  508. int rc = 0;
  509. if (!dp) {
  510. DP_ERR("invalid input\n");
  511. return -EINVAL;
  512. }
  513. parser = dp->parser;
  514. hdcp_init_data.client_id = HDCP_CLIENT_DP;
  515. hdcp_init_data.drm_aux = dp->aux->drm_aux;
  516. hdcp_init_data.cb_data = (void *)dp;
  517. hdcp_init_data.workq = dp->wq;
  518. hdcp_init_data.sec_access = true;
  519. hdcp_init_data.notify_status = dp_display_notify_hdcp_status_cb;
  520. hdcp_init_data.dp_ahb = &parser->get_io(parser, "dp_ahb")->io;
  521. hdcp_init_data.dp_aux = &parser->get_io(parser, "dp_aux")->io;
  522. hdcp_init_data.dp_link = &parser->get_io(parser, "dp_link")->io;
  523. hdcp_init_data.dp_p0 = &parser->get_io(parser, "dp_p0")->io;
  524. hdcp_init_data.hdcp_io = &parser->get_io(parser,
  525. "hdcp_physical")->io;
  526. hdcp_init_data.revision = &dp->panel->link_info.revision;
  527. hdcp_init_data.msm_hdcp_dev = dp->parser->msm_hdcp_dev;
  528. fd = sde_hdcp_1x_init(&hdcp_init_data);
  529. if (IS_ERR_OR_NULL(fd)) {
  530. DP_DEBUG("Error initializing HDCP 1.x\n");
  531. return -EINVAL;
  532. }
  533. dp->hdcp.dev[HDCP_VERSION_1X].fd = fd;
  534. dp->hdcp.dev[HDCP_VERSION_1X].ops = sde_hdcp_1x_get(fd);
  535. dp->hdcp.dev[HDCP_VERSION_1X].ver = HDCP_VERSION_1X;
  536. DP_INFO("HDCP 1.3 initialized\n");
  537. fd = sde_dp_hdcp2p2_init(&hdcp_init_data);
  538. if (IS_ERR_OR_NULL(fd)) {
  539. DP_DEBUG("Error initializing HDCP 2.x\n");
  540. rc = -EINVAL;
  541. goto error;
  542. }
  543. dp->hdcp.dev[HDCP_VERSION_2P2].fd = fd;
  544. dp->hdcp.dev[HDCP_VERSION_2P2].ops = sde_dp_hdcp2p2_get(fd);
  545. dp->hdcp.dev[HDCP_VERSION_2P2].ver = HDCP_VERSION_2P2;
  546. DP_INFO("HDCP 2.2 initialized\n");
  547. return 0;
  548. error:
  549. sde_hdcp_1x_deinit(dp->hdcp.dev[HDCP_VERSION_1X].fd);
  550. return rc;
  551. }
  552. static void dp_display_pause_audio(struct dp_display_private *dp, bool pause)
  553. {
  554. struct dp_panel *dp_panel;
  555. int idx;
  556. for (idx = DP_STREAM_0; idx < DP_STREAM_MAX; idx++) {
  557. if (!dp->active_panels[idx])
  558. continue;
  559. dp_panel = dp->active_panels[idx];
  560. if (dp_panel->audio_supported)
  561. dp_panel->audio->tui_active = pause;
  562. }
  563. }
  564. static int dp_display_pre_hw_release(void *data)
  565. {
  566. struct dp_display_private *dp;
  567. struct dp_display *dp_display = data;
  568. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY);
  569. if (!dp_display)
  570. return -EINVAL;
  571. dp = container_of(dp_display, struct dp_display_private, dp_display);
  572. mutex_lock(&dp->session_lock);
  573. dp_display_state_add(DP_STATE_TUI_ACTIVE);
  574. cancel_work_sync(&dp->connect_work);
  575. cancel_work_sync(&dp->attention_work);
  576. flush_workqueue(dp->wq);
  577. dp_display_pause_audio(dp, true);
  578. disable_irq(dp->irq);
  579. mutex_unlock(&dp->session_lock);
  580. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT);
  581. return 0;
  582. }
  583. static int dp_display_post_hw_acquire(void *data)
  584. {
  585. struct dp_display_private *dp;
  586. struct dp_display *dp_display = data;
  587. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY);
  588. if (!dp_display)
  589. return -EINVAL;
  590. dp = container_of(dp_display, struct dp_display_private, dp_display);
  591. mutex_lock(&dp->session_lock);
  592. dp_display_state_remove(DP_STATE_TUI_ACTIVE);
  593. dp_display_pause_audio(dp, false);
  594. enable_irq(dp->irq);
  595. mutex_unlock(&dp->session_lock);
  596. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT);
  597. return 0;
  598. }
  599. static int dp_display_bind(struct device *dev, struct device *master,
  600. void *data)
  601. {
  602. int rc = 0;
  603. struct dp_display_private *dp;
  604. struct drm_device *drm;
  605. struct platform_device *pdev = to_platform_device(dev);
  606. struct msm_vm_ops vm_event_ops = {
  607. .vm_pre_hw_release = dp_display_pre_hw_release,
  608. .vm_post_hw_acquire = dp_display_post_hw_acquire,
  609. };
  610. if (!dev || !pdev || !master) {
  611. DP_ERR("invalid param(s), dev %pK, pdev %pK, master %pK\n",
  612. dev, pdev, master);
  613. rc = -EINVAL;
  614. goto end;
  615. }
  616. drm = dev_get_drvdata(master);
  617. dp = platform_get_drvdata(pdev);
  618. if (!drm || !dp) {
  619. DP_ERR("invalid param(s), drm %pK, dp %pK\n",
  620. drm, dp);
  621. rc = -EINVAL;
  622. goto end;
  623. }
  624. dp->dp_display.drm_dev = drm;
  625. dp->priv = drm->dev_private;
  626. msm_register_vm_event(master, dev, &vm_event_ops,
  627. (void *)&dp->dp_display);
  628. end:
  629. return rc;
  630. }
  631. static void dp_display_unbind(struct device *dev, struct device *master,
  632. void *data)
  633. {
  634. struct dp_display_private *dp;
  635. struct platform_device *pdev = to_platform_device(dev);
  636. if (!dev || !pdev) {
  637. DP_ERR("invalid param(s)\n");
  638. return;
  639. }
  640. dp = platform_get_drvdata(pdev);
  641. if (!dp) {
  642. DP_ERR("Invalid params\n");
  643. return;
  644. }
  645. if (dp->power)
  646. (void)dp->power->power_client_deinit(dp->power);
  647. if (dp->aux)
  648. (void)dp->aux->drm_aux_deregister(dp->aux);
  649. dp_display_deinitialize_hdcp(dp);
  650. }
  651. static const struct component_ops dp_display_comp_ops = {
  652. .bind = dp_display_bind,
  653. .unbind = dp_display_unbind,
  654. };
  655. static bool dp_display_send_hpd_event(struct dp_display_private *dp)
  656. {
  657. struct drm_device *dev = NULL;
  658. struct drm_connector *connector;
  659. char name[HPD_STRING_SIZE], status[HPD_STRING_SIZE],
  660. bpp[HPD_STRING_SIZE], pattern[HPD_STRING_SIZE];
  661. char *envp[5];
  662. struct dp_display *display;
  663. int rc = 0;
  664. connector = dp->dp_display.base_connector;
  665. display = &dp->dp_display;
  666. if (!connector) {
  667. DP_ERR("connector not set\n");
  668. return false;
  669. }
  670. connector->status = display->is_sst_connected ? connector_status_connected :
  671. connector_status_disconnected;
  672. if (dp->cached_connector_status == connector->status) {
  673. DP_DEBUG("connector status (%d) unchanged, skipping uevent\n",
  674. dp->cached_connector_status);
  675. return false;
  676. }
  677. dp->cached_connector_status = connector->status;
  678. dev = connector->dev;
  679. if (dp->debug->skip_uevent) {
  680. DP_INFO("skipping uevent\n");
  681. return false;
  682. }
  683. snprintf(name, HPD_STRING_SIZE, "name=%s", connector->name);
  684. snprintf(status, HPD_STRING_SIZE, "status=%s",
  685. drm_get_connector_status_name(connector->status));
  686. snprintf(bpp, HPD_STRING_SIZE, "bpp=%d",
  687. dp_link_bit_depth_to_bpp(
  688. dp->link->test_video.test_bit_depth));
  689. snprintf(pattern, HPD_STRING_SIZE, "pattern=%d",
  690. dp->link->test_video.test_video_pattern);
  691. DP_INFO("[%s]:[%s] [%s] [%s]\n", name, status, bpp, pattern);
  692. envp[0] = name;
  693. envp[1] = status;
  694. envp[2] = bpp;
  695. envp[3] = pattern;
  696. envp[4] = NULL;
  697. rc = kobject_uevent_env(&dev->primary->kdev->kobj, KOBJ_CHANGE, envp);
  698. DP_INFO("uevent %s: %d\n", rc ? "failure" : "success", rc);
  699. return true;
  700. }
  701. static int dp_display_send_hpd_notification(struct dp_display_private *dp)
  702. {
  703. int ret = 0;
  704. bool hpd = !!dp_display_state_is(DP_STATE_CONNECTED);
  705. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state, hpd);
  706. /*
  707. * Send the notification only if there is any change. This check is
  708. * necessary since it is possible that the connect_work may or may not
  709. * skip sending the notification in order to respond to a pending
  710. * attention message. Attention work thread will always attempt to
  711. * send the notification after successfully handling the attention
  712. * message. This check here will avoid any unintended duplicate
  713. * notifications.
  714. */
  715. if (dp_display_state_is(DP_STATE_CONNECT_NOTIFIED) && hpd) {
  716. DP_DEBUG("connection notified already, skip notification\n");
  717. goto skip_wait;
  718. } else if (dp_display_state_is(DP_STATE_DISCONNECT_NOTIFIED) && !hpd) {
  719. DP_DEBUG("disonnect notified already, skip notification\n");
  720. goto skip_wait;
  721. }
  722. dp->aux->state |= DP_STATE_NOTIFICATION_SENT;
  723. reinit_completion(&dp->notification_comp);
  724. if (!dp->mst.mst_active) {
  725. dp->dp_display.is_sst_connected = hpd;
  726. if (!dp_display_send_hpd_event(dp))
  727. goto skip_wait;
  728. } else {
  729. dp->dp_display.is_sst_connected = false;
  730. if (!dp->mst.cbs.hpd)
  731. goto skip_wait;
  732. dp->mst.cbs.hpd(&dp->dp_display, true);
  733. }
  734. if (hpd) {
  735. dp_display_state_add(DP_STATE_CONNECT_NOTIFIED);
  736. dp_display_state_remove(DP_STATE_DISCONNECT_NOTIFIED);
  737. } else {
  738. dp_display_state_add(DP_STATE_DISCONNECT_NOTIFIED);
  739. dp_display_state_remove(DP_STATE_CONNECT_NOTIFIED);
  740. }
  741. /*
  742. * Skip the wait if TUI is active considering that the user mode will
  743. * not act on the notification until after the TUI session is over.
  744. */
  745. if (dp_display_state_is(DP_STATE_TUI_ACTIVE)) {
  746. dp_display_state_log("[TUI is active, skipping wait]");
  747. goto skip_wait;
  748. }
  749. if (hpd && dp->mst.mst_active)
  750. goto skip_wait;
  751. if (!dp->mst.mst_active &&
  752. (!!dp_display_state_is(DP_STATE_ENABLED) == hpd))
  753. goto skip_wait;
  754. if (!wait_for_completion_timeout(&dp->notification_comp,
  755. HZ * 5)) {
  756. DP_WARN("%s timeout\n", hpd ? "connect" : "disconnect");
  757. ret = -EINVAL;
  758. }
  759. skip_wait:
  760. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, hpd, ret);
  761. return ret;
  762. }
  763. static void dp_display_update_mst_state(struct dp_display_private *dp,
  764. bool state)
  765. {
  766. dp->mst.mst_active = state;
  767. dp->panel->mst_state = state;
  768. }
  769. static void dp_display_mst_init(struct dp_display_private *dp)
  770. {
  771. bool is_mst_receiver;
  772. const unsigned long clear_mstm_ctrl_timeout_us = 100000;
  773. u8 old_mstm_ctrl;
  774. int ret;
  775. if (!dp->parser->has_mst || !dp->mst.drm_registered) {
  776. DP_MST_DEBUG("mst not enabled. has_mst:%d, registered:%d\n",
  777. dp->parser->has_mst, dp->mst.drm_registered);
  778. return;
  779. }
  780. is_mst_receiver = dp->panel->read_mst_cap(dp->panel);
  781. if (!is_mst_receiver) {
  782. DP_MST_DEBUG("sink doesn't support mst\n");
  783. return;
  784. }
  785. /* clear sink mst state */
  786. drm_dp_dpcd_readb(dp->aux->drm_aux, DP_MSTM_CTRL, &old_mstm_ctrl);
  787. drm_dp_dpcd_writeb(dp->aux->drm_aux, DP_MSTM_CTRL, 0);
  788. /* add extra delay if MST state is not cleared */
  789. if (old_mstm_ctrl) {
  790. DP_MST_DEBUG("MSTM_CTRL is not cleared, wait %luus\n",
  791. clear_mstm_ctrl_timeout_us);
  792. usleep_range(clear_mstm_ctrl_timeout_us,
  793. clear_mstm_ctrl_timeout_us + 1000);
  794. }
  795. ret = drm_dp_dpcd_writeb(dp->aux->drm_aux, DP_MSTM_CTRL,
  796. DP_MST_EN | DP_UP_REQ_EN | DP_UPSTREAM_IS_SRC);
  797. if (ret < 0) {
  798. DP_ERR("sink mst enablement failed\n");
  799. return;
  800. }
  801. dp_display_update_mst_state(dp, true);
  802. }
  803. static void dp_display_set_mst_mgr_state(struct dp_display_private *dp,
  804. bool state)
  805. {
  806. if (!dp->mst.mst_active)
  807. return;
  808. if (dp->mst.cbs.set_mgr_state)
  809. dp->mst.cbs.set_mgr_state(&dp->dp_display, state);
  810. DP_MST_DEBUG("mst_mgr_state: %d\n", state);
  811. }
  812. static int dp_display_host_init(struct dp_display_private *dp)
  813. {
  814. bool flip = false;
  815. bool reset;
  816. int rc = 0;
  817. if (dp_display_state_is(DP_STATE_INITIALIZED)) {
  818. dp_display_state_log("[already initialized]");
  819. return rc;
  820. }
  821. if (dp->hpd->orientation == ORIENTATION_CC2)
  822. flip = true;
  823. reset = dp->debug->sim_mode ? false : !dp->hpd->multi_func;
  824. rc = dp->power->init(dp->power, flip);
  825. if (rc) {
  826. DP_WARN("Power init failed.\n");
  827. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_CASE1, dp->state);
  828. return rc;
  829. }
  830. dp->hpd->host_init(dp->hpd, &dp->catalog->hpd);
  831. rc = dp->ctrl->init(dp->ctrl, flip, reset);
  832. if (rc) {
  833. DP_WARN("Ctrl init Failed.\n");
  834. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_CASE2, dp->state);
  835. goto error_ctrl;
  836. }
  837. enable_irq(dp->irq);
  838. dp_display_abort_hdcp(dp, false);
  839. dp_display_state_add(DP_STATE_INITIALIZED);
  840. /* log this as it results from user action of cable connection */
  841. DP_INFO("[OK]\n");
  842. return rc;
  843. error_ctrl:
  844. dp->hpd->host_deinit(dp->hpd, &dp->catalog->hpd);
  845. dp->power->deinit(dp->power);
  846. return rc;
  847. }
  848. static int dp_display_host_ready(struct dp_display_private *dp)
  849. {
  850. int rc = 0;
  851. if (!dp_display_state_is(DP_STATE_INITIALIZED)) {
  852. rc = dp_display_host_init(dp);
  853. if (rc) {
  854. dp_display_state_show("[not initialized]");
  855. return rc;
  856. }
  857. }
  858. if (dp_display_state_is(DP_STATE_READY)) {
  859. dp_display_state_log("[already ready]");
  860. return rc;
  861. }
  862. /*
  863. * Reset the aborted state for AUX and CTRL modules. This will
  864. * allow these modules to execute normally in response to the
  865. * cable connection event.
  866. *
  867. * One corner case still exists. While the execution flow ensures
  868. * that cable disconnection flushes all pending work items on the DP
  869. * workqueue, and waits for the user module to clean up the DP
  870. * connection session, it is possible that the system delays can
  871. * lead to timeouts in the connect path. As a result, the actual
  872. * connection callback from user modules can come in late and can
  873. * race against a subsequent connection event here which would have
  874. * reset the aborted flags. There is no clear solution for this since
  875. * the connect/disconnect notifications do not currently have any
  876. * sessions IDs.
  877. */
  878. dp->aux->abort(dp->aux, false);
  879. dp->ctrl->abort(dp->ctrl, false);
  880. dp->aux->init(dp->aux, dp->parser->aux_cfg);
  881. dp->panel->init(dp->panel);
  882. dp_display_state_add(DP_STATE_READY);
  883. /* log this as it results from user action of cable connection */
  884. DP_INFO("[OK]\n");
  885. return rc;
  886. }
  887. static void dp_display_host_unready(struct dp_display_private *dp)
  888. {
  889. if (!dp_display_state_is(DP_STATE_INITIALIZED)) {
  890. dp_display_state_show("[not initialized]");
  891. return;
  892. }
  893. if (!dp_display_state_is(DP_STATE_READY)) {
  894. dp_display_state_show("[not ready]");
  895. return;
  896. }
  897. dp_display_state_remove(DP_STATE_READY);
  898. dp->aux->deinit(dp->aux);
  899. /* log this as it results from user action of cable disconnection */
  900. DP_INFO("[OK]\n");
  901. }
  902. static void dp_display_host_deinit(struct dp_display_private *dp)
  903. {
  904. if (dp->active_stream_cnt) {
  905. SDE_EVT32_EXTERNAL(dp->state, dp->active_stream_cnt);
  906. DP_DEBUG("active stream present\n");
  907. return;
  908. }
  909. if (!dp_display_state_is(DP_STATE_INITIALIZED)) {
  910. dp_display_state_show("[not initialized]");
  911. return;
  912. }
  913. dp_display_abort_hdcp(dp, true);
  914. dp->ctrl->deinit(dp->ctrl);
  915. dp->hpd->host_deinit(dp->hpd, &dp->catalog->hpd);
  916. dp->power->deinit(dp->power);
  917. disable_irq(dp->irq);
  918. dp->aux->state = 0;
  919. dp_display_state_remove(DP_STATE_INITIALIZED);
  920. /* log this as it results from user action of cable dis-connection */
  921. DP_INFO("[OK]\n");
  922. }
  923. static int dp_display_process_hpd_high(struct dp_display_private *dp)
  924. {
  925. int rc = -EINVAL;
  926. unsigned long wait_timeout_ms;
  927. unsigned long t;
  928. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  929. mutex_lock(&dp->session_lock);
  930. if (dp_display_state_is(DP_STATE_CONNECTED)) {
  931. DP_DEBUG("dp already connected, skipping hpd high\n");
  932. mutex_unlock(&dp->session_lock);
  933. return -EISCONN;
  934. }
  935. dp_display_state_add(DP_STATE_CONNECTED);
  936. dp->dp_display.max_pclk_khz = min(dp->parser->max_pclk_khz,
  937. dp->debug->max_pclk_khz);
  938. /*
  939. * If dp video session is not restored from a previous session teardown
  940. * by userspace, ensure the host_init is executed, in such a scenario,
  941. * so that all the required DP resources are enabled.
  942. *
  943. * Below is one of the sequences of events which describe the above
  944. * scenario:
  945. * a. Source initiated power down resulting in host_deinit.
  946. * b. Sink issues hpd low attention without physical cable disconnect.
  947. * c. Source initiated power up sequence returns early because hpd is
  948. * not high.
  949. * d. Sink issues a hpd high attention event.
  950. */
  951. if (dp_display_state_is(DP_STATE_SRC_PWRDN) &&
  952. dp_display_state_is(DP_STATE_CONFIGURED)) {
  953. rc = dp_display_host_init(dp);
  954. if (rc) {
  955. DP_WARN("Host init Failed");
  956. if (!dp_display_state_is(DP_STATE_SUSPENDED)) {
  957. /*
  958. * If not suspended no point of going forward if
  959. * resource is not enabled.
  960. */
  961. dp_display_state_remove(DP_STATE_CONNECTED);
  962. }
  963. goto end;
  964. }
  965. /*
  966. * If device is suspended and host_init fails, there is
  967. * one more chance for host init to happen in prepare which
  968. * is why DP_STATE_SRC_PWRDN is removed only at success.
  969. */
  970. dp_display_state_remove(DP_STATE_SRC_PWRDN);
  971. }
  972. rc = dp_display_host_ready(dp);
  973. if (rc) {
  974. dp_display_state_show("[ready failed]");
  975. goto end;
  976. }
  977. dp->link->psm_config(dp->link, &dp->panel->link_info, false);
  978. dp->debug->psm_enabled = false;
  979. if (!dp->dp_display.base_connector)
  980. goto end;
  981. rc = dp->panel->read_sink_caps(dp->panel,
  982. dp->dp_display.base_connector, dp->hpd->multi_func);
  983. /*
  984. * ETIMEDOUT --> cable may have been removed
  985. * ENOTCONN --> no downstream device connected
  986. */
  987. if (rc == -ETIMEDOUT || rc == -ENOTCONN) {
  988. dp_display_state_remove(DP_STATE_CONNECTED);
  989. goto end;
  990. }
  991. dp->link->process_request(dp->link);
  992. dp->panel->handle_sink_request(dp->panel);
  993. dp_display_mst_init(dp);
  994. rc = dp->ctrl->on(dp->ctrl, dp->mst.mst_active,
  995. dp->panel->fec_en, dp->panel->dsc_en, false);
  996. if (rc) {
  997. dp_display_state_remove(DP_STATE_CONNECTED);
  998. goto end;
  999. }
  1000. dp->process_hpd_connect = false;
  1001. dp_display_set_mst_mgr_state(dp, true);
  1002. end:
  1003. mutex_unlock(&dp->session_lock);
  1004. /*
  1005. * Delay the HPD connect notification to see if sink generates any
  1006. * IRQ HPDs immediately after the HPD high.
  1007. */
  1008. reinit_completion(&dp->attention_comp);
  1009. wait_timeout_ms = min_t(unsigned long,
  1010. dp->debug->connect_notification_delay_ms,
  1011. (unsigned long) MAX_CONNECT_NOTIFICATION_DELAY_MS);
  1012. t = wait_for_completion_timeout(&dp->attention_comp,
  1013. msecs_to_jiffies(wait_timeout_ms));
  1014. DP_DEBUG("wait_timeout=%lu ms, time_waited=%u ms\n", wait_timeout_ms,
  1015. jiffies_to_msecs(t));
  1016. /*
  1017. * If an IRQ HPD is pending, then do not send a connect notification.
  1018. * Once this work returns, the IRQ HPD would be processed and any
  1019. * required actions (such as link maintenance) would be done which
  1020. * will subsequently send the HPD notification. To keep things simple,
  1021. * do this only for SST use-cases. MST use cases require additional
  1022. * care in order to handle the side-band communications as well.
  1023. *
  1024. * One of the main motivations for this is DP LL 1.4 CTS use case
  1025. * where it is possible that we could get a test request right after
  1026. * a connection, and the strict timing requriements of the test can
  1027. * only be met if we do not wait for the e2e connection to be set up.
  1028. */
  1029. if (!dp->mst.mst_active &&
  1030. (work_busy(&dp->attention_work) == WORK_BUSY_PENDING)) {
  1031. SDE_EVT32_EXTERNAL(dp->state, 99, jiffies_to_msecs(t));
  1032. DP_DEBUG("Attention pending, skip HPD notification\n");
  1033. goto skip_notify;
  1034. }
  1035. if (!rc && !dp_display_state_is(DP_STATE_ABORTED))
  1036. dp_display_send_hpd_notification(dp);
  1037. skip_notify:
  1038. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state,
  1039. wait_timeout_ms, rc);
  1040. return rc;
  1041. }
  1042. static void dp_display_process_mst_hpd_low(struct dp_display_private *dp)
  1043. {
  1044. int rc = 0;
  1045. if (dp->mst.mst_active) {
  1046. DP_MST_DEBUG("mst_hpd_low work\n");
  1047. /*
  1048. * HPD unplug callflow:
  1049. * 1. send hpd unplug event with status=disconnected
  1050. * 2. send hpd unplug on base connector so usermode can disable
  1051. * all external displays.
  1052. * 3. unset mst state in the topology mgr so the branch device
  1053. * can be cleaned up.
  1054. */
  1055. if (dp->mst.cbs.hpd)
  1056. dp->mst.cbs.hpd(&dp->dp_display, false);
  1057. if ((dp_display_state_is(DP_STATE_CONNECT_NOTIFIED) ||
  1058. dp_display_state_is(DP_STATE_ENABLED)))
  1059. rc = dp_display_send_hpd_notification(dp);
  1060. dp_display_update_mst_state(dp, false);
  1061. dp_display_set_mst_mgr_state(dp, false);
  1062. }
  1063. DP_MST_DEBUG("mst_hpd_low. mst_active:%d\n", dp->mst.mst_active);
  1064. }
  1065. static int dp_display_process_hpd_low(struct dp_display_private *dp)
  1066. {
  1067. int rc = 0;
  1068. dp_display_state_remove(DP_STATE_CONNECTED);
  1069. dp->process_hpd_connect = false;
  1070. dp_audio_enable(dp, false);
  1071. if (dp->mst.mst_active) {
  1072. dp_display_process_mst_hpd_low(dp);
  1073. } else {
  1074. if ((dp_display_state_is(DP_STATE_CONNECT_NOTIFIED) ||
  1075. dp_display_state_is(DP_STATE_ENABLED)))
  1076. rc = dp_display_send_hpd_notification(dp);
  1077. }
  1078. mutex_lock(&dp->session_lock);
  1079. if (!dp->active_stream_cnt)
  1080. dp->ctrl->off(dp->ctrl);
  1081. mutex_unlock(&dp->session_lock);
  1082. dp->panel->video_test = false;
  1083. return rc;
  1084. }
  1085. static int dp_display_fsa4480_callback(struct notifier_block *self,
  1086. unsigned long event, void *data)
  1087. {
  1088. return 0;
  1089. }
  1090. static int dp_display_init_aux_switch(struct dp_display_private *dp)
  1091. {
  1092. int rc = 0;
  1093. struct notifier_block nb;
  1094. const u32 max_retries = 50;
  1095. u32 retry;
  1096. if (dp->aux_switch_ready)
  1097. return rc;
  1098. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY);
  1099. nb.notifier_call = dp_display_fsa4480_callback;
  1100. nb.priority = 0;
  1101. /*
  1102. * Iteratively wait for reg notifier which confirms that fsa driver is probed.
  1103. * Bootup DP with cable connected usecase can hit this scenario.
  1104. */
  1105. for (retry = 0; retry < max_retries; retry++) {
  1106. rc = fsa4480_reg_notifier(&nb, dp->aux_switch_node);
  1107. if (rc == 0) {
  1108. DP_DEBUG("registered notifier successfully\n");
  1109. dp->aux_switch_ready = true;
  1110. break;
  1111. } else {
  1112. DP_DEBUG("failed to register notifier retry=%d rc=%d\n", retry, rc);
  1113. msleep(100);
  1114. }
  1115. }
  1116. if (retry == max_retries) {
  1117. DP_WARN("Failed to register fsa notifier\n");
  1118. dp->aux_switch_ready = false;
  1119. return rc;
  1120. }
  1121. fsa4480_unreg_notifier(&nb, dp->aux_switch_node);
  1122. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, rc);
  1123. return rc;
  1124. }
  1125. static int dp_display_usbpd_configure_cb(struct device *dev)
  1126. {
  1127. int rc = 0;
  1128. struct dp_display_private *dp;
  1129. if (!dev) {
  1130. DP_ERR("invalid dev\n");
  1131. return -EINVAL;
  1132. }
  1133. dp = dev_get_drvdata(dev);
  1134. if (!dp) {
  1135. DP_ERR("no driver data found\n");
  1136. return -ENODEV;
  1137. }
  1138. if (!dp->debug->sim_mode && !dp->parser->no_aux_switch
  1139. && !dp->parser->gpio_aux_switch && dp->aux_switch_node) {
  1140. rc = dp_display_init_aux_switch(dp);
  1141. if (rc)
  1142. return rc;
  1143. rc = dp->aux->aux_switch(dp->aux, true, dp->hpd->orientation);
  1144. if (rc)
  1145. return rc;
  1146. }
  1147. mutex_lock(&dp->session_lock);
  1148. if (dp_display_state_is(DP_STATE_TUI_ACTIVE)) {
  1149. dp_display_state_log("[TUI is active]");
  1150. mutex_unlock(&dp->session_lock);
  1151. return 0;
  1152. }
  1153. dp_display_state_remove(DP_STATE_ABORTED);
  1154. dp_display_state_add(DP_STATE_CONFIGURED);
  1155. rc = dp_display_host_init(dp);
  1156. if (rc) {
  1157. DP_ERR("Host init Failed");
  1158. mutex_unlock(&dp->session_lock);
  1159. return rc;
  1160. }
  1161. /* check for hpd high */
  1162. if (dp->hpd->hpd_high)
  1163. queue_work(dp->wq, &dp->connect_work);
  1164. else
  1165. dp->process_hpd_connect = true;
  1166. mutex_unlock(&dp->session_lock);
  1167. return 0;
  1168. }
  1169. static void dp_display_update_dsc_resources(struct dp_display_private *dp,
  1170. struct dp_panel *panel, bool enable)
  1171. {
  1172. int rc;
  1173. u32 dsc_blk_cnt = 0;
  1174. struct msm_drm_private *priv = dp->priv;
  1175. if (enable) {
  1176. if (panel->pinfo.comp_info.comp_type == MSM_DISPLAY_COMPRESSION_DSC &&
  1177. (panel->pinfo.comp_info.enabled)) {
  1178. rc = msm_get_dsc_count(priv, panel->pinfo.h_active,
  1179. &dsc_blk_cnt);
  1180. if (rc) {
  1181. DP_ERR("error getting dsc count. rc:%d\n", rc);
  1182. return;
  1183. }
  1184. }
  1185. dp->tot_dsc_blks_in_use += dsc_blk_cnt;
  1186. panel->dsc_blks_in_use += dsc_blk_cnt;
  1187. } else {
  1188. dp->tot_dsc_blks_in_use -= panel->dsc_blks_in_use;
  1189. panel->dsc_blks_in_use = 0;
  1190. }
  1191. }
  1192. static int dp_display_stream_pre_disable(struct dp_display_private *dp,
  1193. struct dp_panel *dp_panel)
  1194. {
  1195. if (!dp->active_stream_cnt) {
  1196. DP_WARN("streams already disabled cnt=%d\n",
  1197. dp->active_stream_cnt);
  1198. return 0;
  1199. }
  1200. dp->ctrl->stream_pre_off(dp->ctrl, dp_panel);
  1201. return 0;
  1202. }
  1203. static void dp_display_stream_disable(struct dp_display_private *dp,
  1204. struct dp_panel *dp_panel)
  1205. {
  1206. if (!dp->active_stream_cnt) {
  1207. DP_WARN("streams already disabled cnt=%d\n",
  1208. dp->active_stream_cnt);
  1209. return;
  1210. }
  1211. if (dp_panel->stream_id == DP_STREAM_MAX ||
  1212. !dp->active_panels[dp_panel->stream_id]) {
  1213. DP_ERR("panel is already disabled\n");
  1214. return;
  1215. }
  1216. dp_display_update_dsc_resources(dp, dp_panel, false);
  1217. DP_DEBUG("stream_id=%d, active_stream_cnt=%d, tot_dsc_blks_in_use=%d\n",
  1218. dp_panel->stream_id, dp->active_stream_cnt,
  1219. dp->tot_dsc_blks_in_use);
  1220. dp->ctrl->stream_off(dp->ctrl, dp_panel);
  1221. dp->active_panels[dp_panel->stream_id] = NULL;
  1222. dp->active_stream_cnt--;
  1223. }
  1224. static void dp_display_clean(struct dp_display_private *dp)
  1225. {
  1226. int idx;
  1227. struct dp_panel *dp_panel;
  1228. struct dp_link_hdcp_status *status = &dp->link->hdcp_status;
  1229. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  1230. if (dp_display_state_is(DP_STATE_TUI_ACTIVE)) {
  1231. DP_WARN("TUI is active\n");
  1232. return;
  1233. }
  1234. if (dp_display_is_hdcp_enabled(dp) &&
  1235. status->hdcp_state != HDCP_STATE_INACTIVE) {
  1236. cancel_delayed_work_sync(&dp->hdcp_cb_work);
  1237. if (dp->hdcp.ops->off)
  1238. dp->hdcp.ops->off(dp->hdcp.data);
  1239. dp_display_update_hdcp_status(dp, true);
  1240. }
  1241. for (idx = DP_STREAM_0; idx < DP_STREAM_MAX; idx++) {
  1242. if (!dp->active_panels[idx])
  1243. continue;
  1244. dp_panel = dp->active_panels[idx];
  1245. if (dp_panel->audio_supported)
  1246. dp_panel->audio->off(dp_panel->audio);
  1247. dp_display_stream_pre_disable(dp, dp_panel);
  1248. dp_display_stream_disable(dp, dp_panel);
  1249. dp_panel->deinit(dp_panel, 0);
  1250. }
  1251. dp_display_state_remove(DP_STATE_ENABLED | DP_STATE_CONNECTED);
  1252. dp->ctrl->off(dp->ctrl);
  1253. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  1254. }
  1255. static int dp_display_handle_disconnect(struct dp_display_private *dp)
  1256. {
  1257. int rc;
  1258. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  1259. rc = dp_display_process_hpd_low(dp);
  1260. if (rc) {
  1261. /* cancel any pending request */
  1262. dp->ctrl->abort(dp->ctrl, true);
  1263. dp->aux->abort(dp->aux, true);
  1264. }
  1265. mutex_lock(&dp->session_lock);
  1266. if (dp_display_state_is(DP_STATE_ENABLED))
  1267. dp_display_clean(dp);
  1268. dp_display_host_unready(dp);
  1269. mutex_unlock(&dp->session_lock);
  1270. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  1271. return rc;
  1272. }
  1273. static void dp_display_disconnect_sync(struct dp_display_private *dp)
  1274. {
  1275. int disconnect_delay_ms;
  1276. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  1277. /* cancel any pending request */
  1278. dp_display_state_add(DP_STATE_ABORTED);
  1279. dp->ctrl->abort(dp->ctrl, true);
  1280. dp->aux->abort(dp->aux, true);
  1281. /* wait for idle state */
  1282. cancel_work_sync(&dp->connect_work);
  1283. cancel_work_sync(&dp->attention_work);
  1284. flush_workqueue(dp->wq);
  1285. /*
  1286. * Delay the teardown of the mainlink for better interop experience.
  1287. * It is possible that certain sinks can issue an HPD high immediately
  1288. * following an HPD low as soon as they detect the mainlink being
  1289. * turned off. This can sometimes result in the HPD low pulse getting
  1290. * lost with certain cable. This issue is commonly seen when running
  1291. * DP LL CTS test 4.2.1.3.
  1292. */
  1293. disconnect_delay_ms = min_t(u32, dp->debug->disconnect_delay_ms,
  1294. (u32) MAX_DISCONNECT_DELAY_MS);
  1295. DP_DEBUG("disconnect delay = %d ms\n", disconnect_delay_ms);
  1296. msleep(disconnect_delay_ms);
  1297. dp_display_handle_disconnect(dp);
  1298. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state,
  1299. disconnect_delay_ms);
  1300. }
  1301. static int dp_display_usbpd_disconnect_cb(struct device *dev)
  1302. {
  1303. int rc = 0;
  1304. struct dp_display_private *dp;
  1305. if (!dev) {
  1306. DP_ERR("invalid dev\n");
  1307. rc = -EINVAL;
  1308. goto end;
  1309. }
  1310. dp = dev_get_drvdata(dev);
  1311. if (!dp) {
  1312. DP_ERR("no driver data found\n");
  1313. rc = -ENODEV;
  1314. goto end;
  1315. }
  1316. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state,
  1317. dp->debug->psm_enabled);
  1318. /* skip if a disconnect is already in progress */
  1319. if (dp_display_state_is(DP_STATE_ABORTED) &&
  1320. dp_display_state_is(DP_STATE_READY)) {
  1321. DP_DEBUG("disconnect already in progress\n");
  1322. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_CASE1, dp->state);
  1323. return 0;
  1324. }
  1325. if (dp->debug->psm_enabled && dp_display_state_is(DP_STATE_READY))
  1326. dp->link->psm_config(dp->link, &dp->panel->link_info, true);
  1327. dp_display_disconnect_sync(dp);
  1328. mutex_lock(&dp->session_lock);
  1329. dp_display_host_deinit(dp);
  1330. dp_display_state_remove(DP_STATE_CONFIGURED);
  1331. mutex_unlock(&dp->session_lock);
  1332. if (!dp->debug->sim_mode && !dp->parser->no_aux_switch
  1333. && !dp->parser->gpio_aux_switch)
  1334. dp->aux->aux_switch(dp->aux, false, ORIENTATION_NONE);
  1335. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  1336. end:
  1337. return rc;
  1338. }
  1339. static int dp_display_stream_enable(struct dp_display_private *dp,
  1340. struct dp_panel *dp_panel)
  1341. {
  1342. int rc = 0;
  1343. rc = dp->ctrl->stream_on(dp->ctrl, dp_panel);
  1344. if (dp->debug->tpg_state)
  1345. dp_panel->tpg_config(dp_panel, true);
  1346. if (!rc) {
  1347. dp->active_panels[dp_panel->stream_id] = dp_panel;
  1348. dp->active_stream_cnt++;
  1349. }
  1350. dp_display_update_dsc_resources(dp, dp_panel, true);
  1351. DP_DEBUG("dp active_stream_cnt:%d, tot_dsc_blks_in_use=%d\n",
  1352. dp->active_stream_cnt, dp->tot_dsc_blks_in_use);
  1353. return rc;
  1354. }
  1355. static void dp_display_mst_attention(struct dp_display_private *dp)
  1356. {
  1357. if (dp->mst.mst_active && dp->mst.cbs.hpd_irq)
  1358. dp->mst.cbs.hpd_irq(&dp->dp_display);
  1359. DP_MST_DEBUG("mst_attention_work. mst_active:%d\n", dp->mst.mst_active);
  1360. }
  1361. static void dp_display_attention_work(struct work_struct *work)
  1362. {
  1363. struct dp_display_private *dp = container_of(work,
  1364. struct dp_display_private, attention_work);
  1365. int rc = 0;
  1366. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  1367. mutex_lock(&dp->session_lock);
  1368. SDE_EVT32_EXTERNAL(dp->state);
  1369. if (dp_display_state_is(DP_STATE_ABORTED)) {
  1370. DP_INFO("Hpd off, not handling any attention\n");
  1371. mutex_unlock(&dp->session_lock);
  1372. goto exit;
  1373. }
  1374. if (!dp_display_state_is(DP_STATE_READY)) {
  1375. mutex_unlock(&dp->session_lock);
  1376. goto mst_attention;
  1377. }
  1378. if (dp->link->process_request(dp->link)) {
  1379. mutex_unlock(&dp->session_lock);
  1380. goto cp_irq;
  1381. }
  1382. mutex_unlock(&dp->session_lock);
  1383. SDE_EVT32_EXTERNAL(dp->state, dp->link->sink_request);
  1384. if (dp->link->sink_request & DS_PORT_STATUS_CHANGED) {
  1385. SDE_EVT32_EXTERNAL(dp->state, DS_PORT_STATUS_CHANGED);
  1386. if (dp_display_is_sink_count_zero(dp)) {
  1387. dp_display_handle_disconnect(dp);
  1388. } else {
  1389. /*
  1390. * connect work should take care of sending
  1391. * the HPD notification.
  1392. */
  1393. if (!dp->mst.mst_active)
  1394. queue_work(dp->wq, &dp->connect_work);
  1395. }
  1396. goto mst_attention;
  1397. }
  1398. if (dp->link->sink_request & DP_TEST_LINK_VIDEO_PATTERN) {
  1399. SDE_EVT32_EXTERNAL(dp->state, DP_TEST_LINK_VIDEO_PATTERN);
  1400. dp_display_handle_disconnect(dp);
  1401. dp->panel->video_test = true;
  1402. /*
  1403. * connect work should take care of sending
  1404. * the HPD notification.
  1405. */
  1406. queue_work(dp->wq, &dp->connect_work);
  1407. goto mst_attention;
  1408. }
  1409. if (dp->link->sink_request & (DP_TEST_LINK_PHY_TEST_PATTERN |
  1410. DP_TEST_LINK_TRAINING | DP_LINK_STATUS_UPDATED)) {
  1411. mutex_lock(&dp->session_lock);
  1412. dp_audio_enable(dp, false);
  1413. if (dp->link->sink_request & DP_TEST_LINK_PHY_TEST_PATTERN) {
  1414. SDE_EVT32_EXTERNAL(dp->state,
  1415. DP_TEST_LINK_PHY_TEST_PATTERN);
  1416. dp->ctrl->process_phy_test_request(dp->ctrl);
  1417. }
  1418. if (dp->link->sink_request & DP_TEST_LINK_TRAINING) {
  1419. SDE_EVT32_EXTERNAL(dp->state, DP_TEST_LINK_TRAINING);
  1420. dp->link->send_test_response(dp->link);
  1421. rc = dp->ctrl->link_maintenance(dp->ctrl);
  1422. }
  1423. if (dp->link->sink_request & DP_LINK_STATUS_UPDATED) {
  1424. SDE_EVT32_EXTERNAL(dp->state, DP_LINK_STATUS_UPDATED);
  1425. rc = dp->ctrl->link_maintenance(dp->ctrl);
  1426. }
  1427. if (!rc)
  1428. dp_audio_enable(dp, true);
  1429. mutex_unlock(&dp->session_lock);
  1430. if (rc)
  1431. goto exit;
  1432. if (dp->link->sink_request & (DP_TEST_LINK_PHY_TEST_PATTERN |
  1433. DP_TEST_LINK_TRAINING))
  1434. goto mst_attention;
  1435. }
  1436. cp_irq:
  1437. if (dp_display_is_hdcp_enabled(dp) && dp->hdcp.ops->cp_irq)
  1438. dp->hdcp.ops->cp_irq(dp->hdcp.data);
  1439. if (!dp->mst.mst_active) {
  1440. /*
  1441. * It is possible that the connect_work skipped sending
  1442. * the HPD notification if the attention message was
  1443. * already pending. Send the notification here to
  1444. * account for that. This is not needed if this
  1445. * attention work was handling a test request
  1446. */
  1447. dp_display_send_hpd_notification(dp);
  1448. }
  1449. mst_attention:
  1450. dp_display_mst_attention(dp);
  1451. exit:
  1452. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  1453. }
  1454. static int dp_display_usbpd_attention_cb(struct device *dev)
  1455. {
  1456. struct dp_display_private *dp;
  1457. if (!dev) {
  1458. DP_ERR("invalid dev\n");
  1459. return -EINVAL;
  1460. }
  1461. dp = dev_get_drvdata(dev);
  1462. if (!dp) {
  1463. DP_ERR("no driver data found\n");
  1464. return -ENODEV;
  1465. }
  1466. DP_DEBUG("hpd_irq:%d, hpd_high:%d, power_on:%d, is_connected:%d\n",
  1467. dp->hpd->hpd_irq, dp->hpd->hpd_high,
  1468. !!dp_display_state_is(DP_STATE_ENABLED),
  1469. !!dp_display_state_is(DP_STATE_CONNECTED));
  1470. SDE_EVT32_EXTERNAL(dp->state, dp->hpd->hpd_irq, dp->hpd->hpd_high,
  1471. !!dp_display_state_is(DP_STATE_ENABLED),
  1472. !!dp_display_state_is(DP_STATE_CONNECTED));
  1473. if (!dp->hpd->hpd_high) {
  1474. dp_display_disconnect_sync(dp);
  1475. return 0;
  1476. }
  1477. /*
  1478. * Ignore all the attention messages except HPD LOW when TUI is
  1479. * active, so user mode can be notified of the disconnect event. This
  1480. * allows user mode to tear down the control path after the TUI
  1481. * session is over. Ideally this should never happen, but on the off
  1482. * chance that there is a race condition in which there is a IRQ HPD
  1483. * during tear down of DP at TUI start then this check might help avoid
  1484. * a potential issue accessing registers in attention processing.
  1485. */
  1486. if (dp_display_state_is(DP_STATE_TUI_ACTIVE)) {
  1487. DP_WARN("TUI is active\n");
  1488. return 0;
  1489. }
  1490. if (dp->hpd->hpd_irq && dp_display_state_is(DP_STATE_READY)) {
  1491. queue_work(dp->wq, &dp->attention_work);
  1492. complete_all(&dp->attention_comp);
  1493. } else if (dp->process_hpd_connect ||
  1494. !dp_display_state_is(DP_STATE_CONNECTED)) {
  1495. dp_display_state_remove(DP_STATE_ABORTED);
  1496. queue_work(dp->wq, &dp->connect_work);
  1497. } else {
  1498. DP_DEBUG("ignored\n");
  1499. }
  1500. return 0;
  1501. }
  1502. static void dp_display_connect_work(struct work_struct *work)
  1503. {
  1504. int rc = 0;
  1505. struct dp_display_private *dp = container_of(work,
  1506. struct dp_display_private, connect_work);
  1507. if (dp_display_state_is(DP_STATE_TUI_ACTIVE)) {
  1508. dp_display_state_log("[TUI is active]");
  1509. return;
  1510. }
  1511. if (dp_display_state_is(DP_STATE_ABORTED)) {
  1512. DP_WARN("HPD off requested\n");
  1513. return;
  1514. }
  1515. if (!dp->hpd->hpd_high) {
  1516. DP_WARN("Sink disconnected\n");
  1517. return;
  1518. }
  1519. rc = dp_display_process_hpd_high(dp);
  1520. if (!rc && dp->panel->video_test)
  1521. dp->link->send_test_response(dp->link);
  1522. }
  1523. static int dp_display_usb_notifier(struct notifier_block *nb,
  1524. unsigned long action, void *data)
  1525. {
  1526. struct dp_display_private *dp = container_of(nb,
  1527. struct dp_display_private, usb_nb);
  1528. SDE_EVT32_EXTERNAL(dp->state, dp->debug->sim_mode, action);
  1529. if (!action && dp->debug->sim_mode) {
  1530. DP_WARN("usb disconnected during simulation\n");
  1531. dp_display_disconnect_sync(dp);
  1532. dp->debug->abort(dp->debug);
  1533. }
  1534. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, NOTIFY_DONE);
  1535. return NOTIFY_DONE;
  1536. }
  1537. static void dp_display_register_usb_notifier(struct dp_display_private *dp)
  1538. {
  1539. int rc = 0;
  1540. const char *phandle = "usb-phy";
  1541. struct usb_phy *usbphy;
  1542. usbphy = devm_usb_get_phy_by_phandle(&dp->pdev->dev, phandle, 0);
  1543. if (IS_ERR_OR_NULL(usbphy)) {
  1544. DP_DEBUG("unable to get usbphy\n");
  1545. return;
  1546. }
  1547. dp->usb_nb.notifier_call = dp_display_usb_notifier;
  1548. dp->usb_nb.priority = 2;
  1549. rc = usb_register_notifier(usbphy, &dp->usb_nb);
  1550. if (rc)
  1551. DP_DEBUG("failed to register for usb event: %d\n", rc);
  1552. }
  1553. int dp_display_mmrm_callback(struct mmrm_client_notifier_data *notifier_data)
  1554. {
  1555. struct dss_clk_mmrm_cb *mmrm_cb_data = (struct dss_clk_mmrm_cb *)notifier_data->pvt_data;
  1556. struct dp_display *dp_display = (struct dp_display *)mmrm_cb_data->phandle;
  1557. struct dp_display_private *dp =
  1558. container_of(dp_display, struct dp_display_private, dp_display);
  1559. int ret = 0;
  1560. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state, notifier_data->cb_type);
  1561. if (notifier_data->cb_type == MMRM_CLIENT_RESOURCE_VALUE_CHANGE
  1562. && dp_display_state_is(DP_STATE_ENABLED)
  1563. && !dp_display_state_is(DP_STATE_ABORTED)) {
  1564. ret = dp_display_handle_disconnect(dp);
  1565. if (ret)
  1566. DP_ERR("mmrm callback error reducing clk, ret:%d\n", ret);
  1567. }
  1568. DP_DEBUG("mmrm callback handled, state: 0x%x rc:%d\n", dp->state, ret);
  1569. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, notifier_data->cb_type);
  1570. return ret;
  1571. }
  1572. static void dp_display_deinit_sub_modules(struct dp_display_private *dp)
  1573. {
  1574. dp_debug_put(dp->debug);
  1575. dp_hpd_put(dp->hpd);
  1576. if (dp->panel)
  1577. dp_audio_put(dp->panel->audio);
  1578. dp_ctrl_put(dp->ctrl);
  1579. dp_panel_put(dp->panel);
  1580. dp_link_put(dp->link);
  1581. dp_power_put(dp->power);
  1582. dp_pll_put(dp->pll);
  1583. dp_aux_put(dp->aux);
  1584. dp_catalog_put(dp->catalog);
  1585. dp_parser_put(dp->parser);
  1586. mutex_destroy(&dp->session_lock);
  1587. }
  1588. static int dp_init_sub_modules(struct dp_display_private *dp)
  1589. {
  1590. int rc = 0;
  1591. u32 dp_core_revision = 0;
  1592. bool hdcp_disabled;
  1593. const char *phandle = "qcom,dp-aux-switch";
  1594. struct device *dev = &dp->pdev->dev;
  1595. struct dp_hpd_cb *cb = &dp->hpd_cb;
  1596. struct dp_ctrl_in ctrl_in = {
  1597. .dev = dev,
  1598. };
  1599. struct dp_panel_in panel_in = {
  1600. .dev = dev,
  1601. };
  1602. struct dp_debug_in debug_in = {
  1603. .dev = dev,
  1604. };
  1605. struct dp_pll_in pll_in = {
  1606. .pdev = dp->pdev,
  1607. };
  1608. mutex_init(&dp->session_lock);
  1609. dp->parser = dp_parser_get(dp->pdev);
  1610. if (IS_ERR(dp->parser)) {
  1611. rc = PTR_ERR(dp->parser);
  1612. DP_ERR("failed to initialize parser, rc = %d\n", rc);
  1613. dp->parser = NULL;
  1614. goto error;
  1615. }
  1616. rc = dp->parser->parse(dp->parser);
  1617. if (rc) {
  1618. DP_ERR("device tree parsing failed\n");
  1619. goto error_catalog;
  1620. }
  1621. g_dp_display->is_mst_supported = dp->parser->has_mst;
  1622. g_dp_display->dsc_cont_pps = dp->parser->dsc_continuous_pps;
  1623. dp->catalog = dp_catalog_get(dev, dp->parser);
  1624. if (IS_ERR(dp->catalog)) {
  1625. rc = PTR_ERR(dp->catalog);
  1626. DP_ERR("failed to initialize catalog, rc = %d\n", rc);
  1627. dp->catalog = NULL;
  1628. goto error_catalog;
  1629. }
  1630. dp_core_revision = dp_catalog_get_dp_core_version(dp->catalog);
  1631. dp->aux_switch_node = of_parse_phandle(dp->pdev->dev.of_node, phandle, 0);
  1632. if (!dp->aux_switch_node)
  1633. DP_DEBUG("cannot parse %s handle\n", phandle);
  1634. dp->aux = dp_aux_get(dev, &dp->catalog->aux, dp->parser,
  1635. dp->aux_switch_node, dp->aux_bridge);
  1636. if (IS_ERR(dp->aux)) {
  1637. rc = PTR_ERR(dp->aux);
  1638. DP_ERR("failed to initialize aux, rc = %d\n", rc);
  1639. dp->aux = NULL;
  1640. goto error_aux;
  1641. }
  1642. rc = dp->aux->drm_aux_register(dp->aux);
  1643. if (rc) {
  1644. DP_ERR("DRM DP AUX register failed\n");
  1645. goto error_pll;
  1646. }
  1647. pll_in.aux = dp->aux;
  1648. pll_in.parser = dp->parser;
  1649. pll_in.dp_core_revision = dp_core_revision;
  1650. dp->pll = dp_pll_get(&pll_in);
  1651. if (IS_ERR(dp->pll)) {
  1652. rc = PTR_ERR(dp->pll);
  1653. DP_ERR("failed to initialize pll, rc = %d\n", rc);
  1654. dp->pll = NULL;
  1655. goto error_pll;
  1656. }
  1657. dp->power = dp_power_get(dp->parser, dp->pll);
  1658. if (IS_ERR(dp->power)) {
  1659. rc = PTR_ERR(dp->power);
  1660. DP_ERR("failed to initialize power, rc = %d\n", rc);
  1661. dp->power = NULL;
  1662. goto error_power;
  1663. }
  1664. rc = dp->power->power_client_init(dp->power, &dp->priv->phandle,
  1665. dp->dp_display.drm_dev);
  1666. if (rc) {
  1667. DP_ERR("Power client create failed\n");
  1668. goto error_link;
  1669. }
  1670. rc = dp->power->power_mmrm_init(dp->power, &dp->priv->phandle,
  1671. (void *)&dp->dp_display, dp_display_mmrm_callback);
  1672. if (rc) {
  1673. DP_ERR("failed to initialize mmrm, rc = %d\n", rc);
  1674. goto error_link;
  1675. }
  1676. dp->link = dp_link_get(dev, dp->aux, dp_core_revision);
  1677. if (IS_ERR(dp->link)) {
  1678. rc = PTR_ERR(dp->link);
  1679. DP_ERR("failed to initialize link, rc = %d\n", rc);
  1680. dp->link = NULL;
  1681. goto error_link;
  1682. }
  1683. panel_in.aux = dp->aux;
  1684. panel_in.catalog = &dp->catalog->panel;
  1685. panel_in.link = dp->link;
  1686. panel_in.connector = dp->dp_display.base_connector;
  1687. panel_in.base_panel = NULL;
  1688. panel_in.parser = dp->parser;
  1689. dp->panel = dp_panel_get(&panel_in);
  1690. if (IS_ERR(dp->panel)) {
  1691. rc = PTR_ERR(dp->panel);
  1692. DP_ERR("failed to initialize panel, rc = %d\n", rc);
  1693. dp->panel = NULL;
  1694. goto error_panel;
  1695. }
  1696. ctrl_in.link = dp->link;
  1697. ctrl_in.panel = dp->panel;
  1698. ctrl_in.aux = dp->aux;
  1699. ctrl_in.power = dp->power;
  1700. ctrl_in.catalog = &dp->catalog->ctrl;
  1701. ctrl_in.parser = dp->parser;
  1702. ctrl_in.pll = dp->pll;
  1703. dp->ctrl = dp_ctrl_get(&ctrl_in);
  1704. if (IS_ERR(dp->ctrl)) {
  1705. rc = PTR_ERR(dp->ctrl);
  1706. DP_ERR("failed to initialize ctrl, rc = %d\n", rc);
  1707. dp->ctrl = NULL;
  1708. goto error_ctrl;
  1709. }
  1710. dp->panel->audio = dp_audio_get(dp->pdev, dp->panel,
  1711. &dp->catalog->audio);
  1712. if (IS_ERR(dp->panel->audio)) {
  1713. rc = PTR_ERR(dp->panel->audio);
  1714. DP_ERR("failed to initialize audio, rc = %d\n", rc);
  1715. dp->panel->audio = NULL;
  1716. goto error_audio;
  1717. }
  1718. memset(&dp->mst, 0, sizeof(dp->mst));
  1719. dp->active_stream_cnt = 0;
  1720. cb->configure = dp_display_usbpd_configure_cb;
  1721. cb->disconnect = dp_display_usbpd_disconnect_cb;
  1722. cb->attention = dp_display_usbpd_attention_cb;
  1723. dp->hpd = dp_hpd_get(dev, dp->parser, &dp->catalog->hpd,
  1724. dp->aux_bridge, cb);
  1725. if (IS_ERR(dp->hpd)) {
  1726. rc = PTR_ERR(dp->hpd);
  1727. DP_ERR("failed to initialize hpd, rc = %d\n", rc);
  1728. dp->hpd = NULL;
  1729. goto error_hpd;
  1730. }
  1731. hdcp_disabled = !!dp_display_initialize_hdcp(dp);
  1732. debug_in.panel = dp->panel;
  1733. debug_in.hpd = dp->hpd;
  1734. debug_in.link = dp->link;
  1735. debug_in.aux = dp->aux;
  1736. debug_in.connector = &dp->dp_display.base_connector;
  1737. debug_in.catalog = dp->catalog;
  1738. debug_in.parser = dp->parser;
  1739. debug_in.ctrl = dp->ctrl;
  1740. debug_in.pll = dp->pll;
  1741. debug_in.display = &dp->dp_display;
  1742. dp->debug = dp_debug_get(&debug_in);
  1743. if (IS_ERR(dp->debug)) {
  1744. rc = PTR_ERR(dp->debug);
  1745. DP_ERR("failed to initialize debug, rc = %d\n", rc);
  1746. dp->debug = NULL;
  1747. goto error_debug;
  1748. }
  1749. dp->cached_connector_status = connector_status_disconnected;
  1750. dp->tot_dsc_blks_in_use = 0;
  1751. dp->debug->hdcp_disabled = hdcp_disabled;
  1752. dp_display_update_hdcp_status(dp, true);
  1753. dp_display_register_usb_notifier(dp);
  1754. if (dp->hpd->register_hpd) {
  1755. rc = dp->hpd->register_hpd(dp->hpd);
  1756. if (rc) {
  1757. DP_ERR("failed register hpd\n");
  1758. goto error_hpd_reg;
  1759. }
  1760. }
  1761. return rc;
  1762. error_hpd_reg:
  1763. dp_debug_put(dp->debug);
  1764. error_debug:
  1765. dp_hpd_put(dp->hpd);
  1766. error_hpd:
  1767. dp_audio_put(dp->panel->audio);
  1768. error_audio:
  1769. dp_ctrl_put(dp->ctrl);
  1770. error_ctrl:
  1771. dp_panel_put(dp->panel);
  1772. error_panel:
  1773. dp_link_put(dp->link);
  1774. error_link:
  1775. dp_power_put(dp->power);
  1776. error_power:
  1777. dp_pll_put(dp->pll);
  1778. error_pll:
  1779. dp_aux_put(dp->aux);
  1780. error_aux:
  1781. dp_catalog_put(dp->catalog);
  1782. error_catalog:
  1783. dp_parser_put(dp->parser);
  1784. error:
  1785. mutex_destroy(&dp->session_lock);
  1786. return rc;
  1787. }
  1788. static void dp_display_dbg_reister(struct dp_display_private *dp)
  1789. {
  1790. struct dp_parser *parser = dp->parser;
  1791. struct dss_io_data *io;
  1792. io = &parser->get_io(parser, "dp_ahb")->io;
  1793. if (io)
  1794. sde_dbg_reg_register_base("dp_ahb", io->base, io->len,
  1795. msm_get_phys_addr(dp->pdev, "dp_ahb"), SDE_DBG_DP);
  1796. io = &parser->get_io(parser, "dp_aux")->io;
  1797. if (io)
  1798. sde_dbg_reg_register_base("dp_aux", io->base, io->len,
  1799. msm_get_phys_addr(dp->pdev, "dp_aux"), SDE_DBG_DP);
  1800. io = &parser->get_io(parser, "dp_link")->io;
  1801. if (io)
  1802. sde_dbg_reg_register_base("dp_link", io->base, io->len,
  1803. msm_get_phys_addr(dp->pdev, "dp_link"), SDE_DBG_DP);
  1804. io = &parser->get_io(parser, "dp_p0")->io;
  1805. if (io)
  1806. sde_dbg_reg_register_base("dp_p0", io->base, io->len,
  1807. msm_get_phys_addr(dp->pdev, "dp_p0"), SDE_DBG_DP);
  1808. io = &parser->get_io(parser, "hdcp_physical")->io;
  1809. if (io)
  1810. sde_dbg_reg_register_base("hdcp_physical", io->base, io->len,
  1811. msm_get_phys_addr(dp->pdev, "hdcp_physical"), SDE_DBG_DP);
  1812. }
  1813. static int dp_display_post_init(struct dp_display *dp_display)
  1814. {
  1815. int rc = 0;
  1816. struct dp_display_private *dp;
  1817. if (!dp_display) {
  1818. DP_ERR("invalid input\n");
  1819. rc = -EINVAL;
  1820. goto end;
  1821. }
  1822. dp = container_of(dp_display, struct dp_display_private, dp_display);
  1823. if (IS_ERR_OR_NULL(dp)) {
  1824. DP_ERR("invalid params\n");
  1825. rc = -EINVAL;
  1826. goto end;
  1827. }
  1828. rc = dp_init_sub_modules(dp);
  1829. if (rc)
  1830. goto end;
  1831. dp_display_dbg_reister(dp);
  1832. dp_display->post_init = NULL;
  1833. end:
  1834. DP_DEBUG("%s\n", rc ? "failed" : "success");
  1835. return rc;
  1836. }
  1837. static int dp_display_set_mode(struct dp_display *dp_display, void *panel,
  1838. struct dp_display_mode *mode)
  1839. {
  1840. const u32 num_components = 3, default_bpp = 24;
  1841. struct dp_display_private *dp;
  1842. struct dp_panel *dp_panel;
  1843. if (!dp_display || !panel) {
  1844. DP_ERR("invalid input\n");
  1845. return -EINVAL;
  1846. }
  1847. dp_panel = panel;
  1848. if (!dp_panel->connector) {
  1849. DP_ERR("invalid connector input\n");
  1850. return -EINVAL;
  1851. }
  1852. dp = container_of(dp_display, struct dp_display_private, dp_display);
  1853. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state,
  1854. mode->timing.h_active, mode->timing.v_active,
  1855. mode->timing.refresh_rate);
  1856. mutex_lock(&dp->session_lock);
  1857. mode->timing.bpp =
  1858. dp_panel->connector->display_info.bpc * num_components;
  1859. if (!mode->timing.bpp)
  1860. mode->timing.bpp = default_bpp;
  1861. mode->timing.bpp = dp->panel->get_mode_bpp(dp->panel,
  1862. mode->timing.bpp, mode->timing.pixel_clk_khz);
  1863. dp_panel->pinfo = mode->timing;
  1864. mutex_unlock(&dp->session_lock);
  1865. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  1866. return 0;
  1867. }
  1868. static int dp_display_prepare(struct dp_display *dp_display, void *panel)
  1869. {
  1870. struct dp_display_private *dp;
  1871. struct dp_panel *dp_panel;
  1872. int rc = 0;
  1873. if (!dp_display || !panel) {
  1874. DP_ERR("invalid input\n");
  1875. return -EINVAL;
  1876. }
  1877. dp_panel = panel;
  1878. if (!dp_panel->connector) {
  1879. DP_ERR("invalid connector input\n");
  1880. return -EINVAL;
  1881. }
  1882. dp = container_of(dp_display, struct dp_display_private, dp_display);
  1883. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  1884. mutex_lock(&dp->session_lock);
  1885. /*
  1886. * If DP video session is restored by the userspace after display
  1887. * disconnect notification from dongle i.e. typeC cable connected to
  1888. * source but disconnected at the display side, the DP controller is
  1889. * not restored to the desired configured state. So, ensure host_init
  1890. * is executed in such a scenario so that all the DP controller
  1891. * resources are enabled for the next connection event.
  1892. */
  1893. if (dp_display_state_is(DP_STATE_SRC_PWRDN) &&
  1894. dp_display_state_is(DP_STATE_CONFIGURED)) {
  1895. rc = dp_display_host_init(dp);
  1896. if (rc) {
  1897. /*
  1898. * Skip all the events that are similar to abort case, just that
  1899. * the stream clks should be enabled so that no commit failure can
  1900. * be seen.
  1901. */
  1902. DP_ERR("Host init failed.\n");
  1903. goto end;
  1904. }
  1905. /*
  1906. * Remove DP_STATE_SRC_PWRDN flag on successful host_init to
  1907. * prevent cases such as below.
  1908. * 1. MST stream 1 failed to do host init then stream 2 can retry again.
  1909. * 2. Resume path fails, now sink sends hpd_high=0 and hpd_high=1.
  1910. */
  1911. dp_display_state_remove(DP_STATE_SRC_PWRDN);
  1912. }
  1913. /*
  1914. * If the physical connection to the sink is already lost by the time
  1915. * we try to set up the connection, we can just skip all the steps
  1916. * here safely.
  1917. */
  1918. if (dp_display_state_is(DP_STATE_ABORTED)) {
  1919. dp_display_state_log("[aborted]");
  1920. goto end;
  1921. }
  1922. /*
  1923. * If DP_STATE_ENABLED, there is nothing left to do.
  1924. * However, this should not happen ideally. So, log this.
  1925. */
  1926. if (dp_display_state_is(DP_STATE_ENABLED)) {
  1927. dp_display_state_show("[already enabled]");
  1928. goto end;
  1929. }
  1930. if (!dp_display_is_ready(dp)) {
  1931. dp_display_state_show("[not ready]");
  1932. goto end;
  1933. }
  1934. /* For supporting DP_PANEL_SRC_INITIATED_POWER_DOWN case */
  1935. rc = dp_display_host_ready(dp);
  1936. if (rc) {
  1937. dp_display_state_show("[ready failed]");
  1938. goto end;
  1939. }
  1940. if (dp->debug->psm_enabled) {
  1941. dp->link->psm_config(dp->link, &dp->panel->link_info, false);
  1942. dp->debug->psm_enabled = false;
  1943. }
  1944. /*
  1945. * Execute the dp controller power on in shallow mode here.
  1946. * In normal cases, controller should have been powered on
  1947. * by now. In some cases like suspend/resume or framework
  1948. * reboot, we end up here without a powered on controller.
  1949. * Cable may have been removed in suspended state. In that
  1950. * case, link training is bound to fail on system resume.
  1951. * So, we execute in shallow mode here to do only minimal
  1952. * and required things.
  1953. */
  1954. rc = dp->ctrl->on(dp->ctrl, dp->mst.mst_active, dp_panel->fec_en,
  1955. dp_panel->dsc_en, true);
  1956. if (rc)
  1957. goto end;
  1958. end:
  1959. mutex_unlock(&dp->session_lock);
  1960. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, rc);
  1961. return rc;
  1962. }
  1963. static int dp_display_set_stream_info(struct dp_display *dp_display,
  1964. void *panel, u32 strm_id, u32 start_slot,
  1965. u32 num_slots, u32 pbn, int vcpi)
  1966. {
  1967. int rc = 0;
  1968. struct dp_panel *dp_panel;
  1969. struct dp_display_private *dp;
  1970. const int max_slots = 64;
  1971. if (!dp_display) {
  1972. DP_ERR("invalid input\n");
  1973. return -EINVAL;
  1974. }
  1975. if (strm_id >= DP_STREAM_MAX) {
  1976. DP_ERR("invalid stream id:%d\n", strm_id);
  1977. return -EINVAL;
  1978. }
  1979. if (start_slot + num_slots > max_slots) {
  1980. DP_ERR("invalid channel info received. start:%d, slots:%d\n",
  1981. start_slot, num_slots);
  1982. return -EINVAL;
  1983. }
  1984. dp = container_of(dp_display, struct dp_display_private, dp_display);
  1985. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state, strm_id,
  1986. start_slot, num_slots);
  1987. mutex_lock(&dp->session_lock);
  1988. dp->ctrl->set_mst_channel_info(dp->ctrl, strm_id,
  1989. start_slot, num_slots);
  1990. if (panel) {
  1991. dp_panel = panel;
  1992. dp_panel->set_stream_info(dp_panel, strm_id, start_slot,
  1993. num_slots, pbn, vcpi);
  1994. }
  1995. mutex_unlock(&dp->session_lock);
  1996. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, rc);
  1997. return rc;
  1998. }
  1999. static int dp_display_enable(struct dp_display *dp_display, void *panel)
  2000. {
  2001. int rc = 0;
  2002. struct dp_display_private *dp;
  2003. if (!dp_display || !panel) {
  2004. DP_ERR("invalid input\n");
  2005. return -EINVAL;
  2006. }
  2007. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2008. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2009. mutex_lock(&dp->session_lock);
  2010. /*
  2011. * If DP_STATE_READY is not set, we should not do any HW
  2012. * programming.
  2013. */
  2014. if (!dp_display_state_is(DP_STATE_READY)) {
  2015. dp_display_state_show("[host not ready]");
  2016. goto end;
  2017. }
  2018. /*
  2019. * It is possible that by the time we get call back to establish
  2020. * the DP pipeline e2e, the physical DP connection to the sink is
  2021. * already lost. In such cases, the DP_STATE_ABORTED would be set.
  2022. * However, it is necessary to NOT abort the display setup here so as
  2023. * to ensure that the rest of the system is in a stable state prior to
  2024. * handling the disconnect notification.
  2025. */
  2026. if (dp_display_state_is(DP_STATE_ABORTED))
  2027. dp_display_state_log("[aborted, but continue on]");
  2028. rc = dp_display_stream_enable(dp, panel);
  2029. if (rc)
  2030. goto end;
  2031. dp_display_state_add(DP_STATE_ENABLED);
  2032. end:
  2033. mutex_unlock(&dp->session_lock);
  2034. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, rc);
  2035. return rc;
  2036. }
  2037. static void dp_display_stream_post_enable(struct dp_display_private *dp,
  2038. struct dp_panel *dp_panel)
  2039. {
  2040. dp_panel->spd_config(dp_panel);
  2041. dp_panel->setup_hdr(dp_panel, NULL, false, 0, true);
  2042. }
  2043. static int dp_display_post_enable(struct dp_display *dp_display, void *panel)
  2044. {
  2045. struct dp_display_private *dp;
  2046. struct dp_panel *dp_panel;
  2047. if (!dp_display || !panel) {
  2048. DP_ERR("invalid input\n");
  2049. return -EINVAL;
  2050. }
  2051. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2052. dp_panel = panel;
  2053. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2054. mutex_lock(&dp->session_lock);
  2055. /*
  2056. * If DP_STATE_READY is not set, we should not do any HW
  2057. * programming.
  2058. */
  2059. if (!dp_display_state_is(DP_STATE_ENABLED)) {
  2060. dp_display_state_show("[not enabled]");
  2061. goto end;
  2062. }
  2063. /*
  2064. * If the physical connection to the sink is already lost by the time
  2065. * we try to set up the connection, we can just skip all the steps
  2066. * here safely.
  2067. */
  2068. if (dp_display_state_is(DP_STATE_ABORTED)) {
  2069. dp_display_state_log("[aborted]");
  2070. goto end;
  2071. }
  2072. if (!dp_display_is_ready(dp) || !dp_display_state_is(DP_STATE_READY)) {
  2073. dp_display_state_show("[not ready]");
  2074. goto end;
  2075. }
  2076. dp_display_stream_post_enable(dp, dp_panel);
  2077. cancel_delayed_work_sync(&dp->hdcp_cb_work);
  2078. queue_delayed_work(dp->wq, &dp->hdcp_cb_work, HZ);
  2079. if (dp_panel->audio_supported) {
  2080. dp_panel->audio->bw_code = dp->link->link_params.bw_code;
  2081. dp_panel->audio->lane_count = dp->link->link_params.lane_count;
  2082. dp_panel->audio->on(dp_panel->audio);
  2083. }
  2084. end:
  2085. dp->aux->state |= DP_STATE_CTRL_POWERED_ON;
  2086. complete_all(&dp->notification_comp);
  2087. mutex_unlock(&dp->session_lock);
  2088. DP_DEBUG("display post enable complete. state: 0x%x\n", dp->state);
  2089. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2090. return 0;
  2091. }
  2092. static void dp_display_clear_colorspaces(struct dp_display *dp_display)
  2093. {
  2094. struct drm_connector *connector;
  2095. struct sde_connector *sde_conn;
  2096. connector = dp_display->base_connector;
  2097. sde_conn = to_sde_connector(connector);
  2098. sde_conn->color_enc_fmt = 0;
  2099. }
  2100. static int dp_display_pre_disable(struct dp_display *dp_display, void *panel)
  2101. {
  2102. struct dp_display_private *dp;
  2103. struct dp_panel *dp_panel = panel;
  2104. struct dp_link_hdcp_status *status;
  2105. int rc = 0;
  2106. size_t i;
  2107. if (!dp_display || !panel) {
  2108. DP_ERR("invalid input\n");
  2109. return -EINVAL;
  2110. }
  2111. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2112. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2113. mutex_lock(&dp->session_lock);
  2114. status = &dp->link->hdcp_status;
  2115. if (!dp_display_state_is(DP_STATE_ENABLED)) {
  2116. dp_display_state_show("[not enabled]");
  2117. goto end;
  2118. }
  2119. dp_display_state_add(DP_STATE_HDCP_ABORTED);
  2120. cancel_delayed_work_sync(&dp->hdcp_cb_work);
  2121. if (dp_display_is_hdcp_enabled(dp) &&
  2122. status->hdcp_state != HDCP_STATE_INACTIVE) {
  2123. bool off = true;
  2124. if (dp_display_state_is(DP_STATE_SUSPENDED)) {
  2125. DP_DEBUG("Can't perform HDCP cleanup while suspended. Defer\n");
  2126. dp->hdcp_delayed_off = true;
  2127. goto clean;
  2128. }
  2129. flush_delayed_work(&dp->hdcp_cb_work);
  2130. if (dp->mst.mst_active) {
  2131. dp_display_hdcp_deregister_stream(dp,
  2132. dp_panel->stream_id);
  2133. for (i = DP_STREAM_0; i < DP_STREAM_MAX; i++) {
  2134. if (i != dp_panel->stream_id &&
  2135. dp->active_panels[i]) {
  2136. DP_DEBUG("Streams are still active. Skip disabling HDCP\n");
  2137. off = false;
  2138. }
  2139. }
  2140. }
  2141. if (off) {
  2142. if (dp->hdcp.ops->off)
  2143. dp->hdcp.ops->off(dp->hdcp.data);
  2144. dp_display_update_hdcp_status(dp, true);
  2145. }
  2146. }
  2147. dp_display_clear_colorspaces(dp_display);
  2148. clean:
  2149. if (dp_panel->audio_supported)
  2150. dp_panel->audio->off(dp_panel->audio);
  2151. rc = dp_display_stream_pre_disable(dp, dp_panel);
  2152. end:
  2153. mutex_unlock(&dp->session_lock);
  2154. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2155. return 0;
  2156. }
  2157. static int dp_display_disable(struct dp_display *dp_display, void *panel)
  2158. {
  2159. int i;
  2160. struct dp_display_private *dp = NULL;
  2161. struct dp_panel *dp_panel = NULL;
  2162. struct dp_link_hdcp_status *status;
  2163. if (!dp_display || !panel) {
  2164. DP_ERR("invalid input\n");
  2165. return -EINVAL;
  2166. }
  2167. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2168. dp_panel = panel;
  2169. status = &dp->link->hdcp_status;
  2170. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2171. mutex_lock(&dp->session_lock);
  2172. if (!dp_display_state_is(DP_STATE_ENABLED)) {
  2173. dp_display_state_show("[not enabled]");
  2174. goto end;
  2175. }
  2176. if (!dp_display_state_is(DP_STATE_READY)) {
  2177. dp_display_state_show("[not ready]");
  2178. goto end;
  2179. }
  2180. dp_display_stream_disable(dp, dp_panel);
  2181. dp_display_state_remove(DP_STATE_HDCP_ABORTED);
  2182. for (i = DP_STREAM_0; i < DP_STREAM_MAX; i++) {
  2183. if (dp->active_panels[i]) {
  2184. if (status->hdcp_state != HDCP_STATE_AUTHENTICATED)
  2185. queue_delayed_work(dp->wq, &dp->hdcp_cb_work,
  2186. HZ/4);
  2187. break;
  2188. }
  2189. }
  2190. end:
  2191. mutex_unlock(&dp->session_lock);
  2192. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2193. return 0;
  2194. }
  2195. static int dp_request_irq(struct dp_display *dp_display)
  2196. {
  2197. int rc = 0;
  2198. struct dp_display_private *dp;
  2199. if (!dp_display) {
  2200. DP_ERR("invalid input\n");
  2201. return -EINVAL;
  2202. }
  2203. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2204. dp->irq = irq_of_parse_and_map(dp->pdev->dev.of_node, 0);
  2205. if (dp->irq < 0) {
  2206. rc = dp->irq;
  2207. DP_ERR("failed to get irq: %d\n", rc);
  2208. return rc;
  2209. }
  2210. rc = devm_request_irq(&dp->pdev->dev, dp->irq, dp_display_irq,
  2211. IRQF_TRIGGER_HIGH, "dp_display_isr", dp);
  2212. if (rc < 0) {
  2213. DP_ERR("failed to request IRQ%u: %d\n",
  2214. dp->irq, rc);
  2215. return rc;
  2216. }
  2217. disable_irq(dp->irq);
  2218. return 0;
  2219. }
  2220. static struct dp_debug *dp_get_debug(struct dp_display *dp_display)
  2221. {
  2222. struct dp_display_private *dp;
  2223. if (!dp_display) {
  2224. DP_ERR("invalid input\n");
  2225. return ERR_PTR(-EINVAL);
  2226. }
  2227. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2228. return dp->debug;
  2229. }
  2230. static int dp_display_unprepare(struct dp_display *dp_display, void *panel)
  2231. {
  2232. struct dp_display_private *dp;
  2233. struct dp_panel *dp_panel = panel;
  2234. u32 flags = 0;
  2235. if (!dp_display || !panel) {
  2236. DP_ERR("invalid input\n");
  2237. return -EINVAL;
  2238. }
  2239. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2240. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2241. mutex_lock(&dp->session_lock);
  2242. /*
  2243. * Check if the power off sequence was triggered
  2244. * by a source initialated action like framework
  2245. * reboot or suspend-resume but not from normal
  2246. * hot plug. If connector is in MST mode, skip
  2247. * powering down host as aux needs to be kept
  2248. * alive to handle hot-plug sideband message.
  2249. */
  2250. if (dp_display_is_ready(dp) &&
  2251. (dp_display_state_is(DP_STATE_SUSPENDED) ||
  2252. !dp->mst.mst_active))
  2253. flags |= DP_PANEL_SRC_INITIATED_POWER_DOWN;
  2254. if (dp->active_stream_cnt)
  2255. goto end;
  2256. if (flags & DP_PANEL_SRC_INITIATED_POWER_DOWN) {
  2257. dp->link->psm_config(dp->link, &dp->panel->link_info, true);
  2258. dp->debug->psm_enabled = true;
  2259. dp->ctrl->off(dp->ctrl);
  2260. dp_display_host_unready(dp);
  2261. dp_display_host_deinit(dp);
  2262. dp_display_state_add(DP_STATE_SRC_PWRDN);
  2263. }
  2264. dp_display_state_remove(DP_STATE_ENABLED);
  2265. dp->aux->state = DP_STATE_CTRL_POWERED_OFF;
  2266. complete_all(&dp->notification_comp);
  2267. /* log this as it results from user action of cable dis-connection */
  2268. DP_INFO("[OK]\n");
  2269. end:
  2270. dp_panel->deinit(dp_panel, flags);
  2271. mutex_unlock(&dp->session_lock);
  2272. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2273. return 0;
  2274. }
  2275. static int dp_display_validate_link_clock(struct dp_display_private *dp,
  2276. struct drm_display_mode *mode, struct dp_display_mode dp_mode)
  2277. {
  2278. u32 mode_rate_khz = 0, supported_rate_khz = 0, mode_bpp = 0;
  2279. bool dsc_en;
  2280. int rate;
  2281. dsc_en = dp_mode.timing.comp_info.enabled;
  2282. mode_bpp = dsc_en ?
  2283. DSC_BPP(dp_mode.timing.comp_info.dsc_info.config)
  2284. : dp_mode.timing.bpp;
  2285. mode_rate_khz = mode->clock * mode_bpp;
  2286. rate = drm_dp_bw_code_to_link_rate(dp->link->link_params.bw_code);
  2287. supported_rate_khz = dp->link->link_params.lane_count * rate * 8;
  2288. if (mode_rate_khz > supported_rate_khz) {
  2289. DP_DEBUG("mode_rate: %d kHz, supported_rate: %d kHz\n",
  2290. mode_rate_khz, supported_rate_khz);
  2291. return -EPERM;
  2292. }
  2293. return 0;
  2294. }
  2295. static int dp_display_validate_pixel_clock(struct dp_display_mode dp_mode,
  2296. u32 max_pclk_khz)
  2297. {
  2298. u32 pclk_khz = dp_mode.timing.widebus_en ?
  2299. (dp_mode.timing.pixel_clk_khz >> 1) :
  2300. dp_mode.timing.pixel_clk_khz;
  2301. if (pclk_khz > max_pclk_khz) {
  2302. DP_DEBUG("clk: %d kHz, max: %d kHz\n", pclk_khz, max_pclk_khz);
  2303. return -EPERM;
  2304. }
  2305. return 0;
  2306. }
  2307. static int dp_display_validate_topology(struct dp_display_private *dp,
  2308. struct dp_panel *dp_panel, struct drm_display_mode *mode,
  2309. struct dp_display_mode *dp_mode,
  2310. const struct msm_resource_caps_info *avail_res)
  2311. {
  2312. int rc;
  2313. struct msm_drm_private *priv = dp->priv;
  2314. const u32 dual = 2, quad = 4;
  2315. u32 num_lm = 0, num_dsc = 0, num_3dmux = 0;
  2316. bool dsc_capable = dp_mode->capabilities & DP_PANEL_CAPS_DSC;
  2317. u32 fps = dp_mode->timing.refresh_rate;
  2318. rc = msm_get_mixer_count(priv, mode, avail_res, &num_lm);
  2319. if (rc) {
  2320. DP_ERR("error getting mixer count. rc:%d\n", rc);
  2321. return rc;
  2322. }
  2323. /* Merge using DSC, if enabled */
  2324. if (dp_panel->dsc_en && dsc_capable) {
  2325. rc = msm_get_dsc_count(priv, mode->hdisplay, &num_dsc);
  2326. if (rc) {
  2327. DP_ERR("error getting dsc count. rc:%d\n", rc);
  2328. return rc;
  2329. }
  2330. num_dsc = max(num_lm, num_dsc);
  2331. if ((num_dsc > avail_res->num_lm) || (num_dsc > avail_res->num_dsc)) {
  2332. DP_DEBUG("mode %sx%d: not enough resources for dsc %d dsc_a:%d lm_a:%d\n",
  2333. mode->name, fps, num_dsc, avail_res->num_dsc,
  2334. avail_res->num_lm);
  2335. /* Clear DSC caps and retry */
  2336. dp_mode->capabilities &= ~DP_PANEL_CAPS_DSC;
  2337. return -EAGAIN;
  2338. } else {
  2339. /* Only DSCMERGE is supported on DP */
  2340. num_lm = num_dsc;
  2341. }
  2342. }
  2343. if (!num_dsc && (num_lm == 2) && avail_res->num_3dmux) {
  2344. num_3dmux = 1;
  2345. }
  2346. if (num_lm > avail_res->num_lm) {
  2347. DP_DEBUG("mode %sx%d is invalid, not enough lm %d %d\n",
  2348. mode->name, fps, num_lm, num_lm, avail_res->num_lm);
  2349. return -EPERM;
  2350. } else if (!num_dsc && (num_lm == dual && !num_3dmux)) {
  2351. DP_DEBUG("mode %sx%d is invalid, not enough 3dmux %d %d\n",
  2352. mode->name, fps, num_3dmux, avail_res->num_3dmux);
  2353. return -EPERM;
  2354. } else if (num_lm == quad && num_dsc != quad) {
  2355. DP_DEBUG("mode %sx%d is invalid, unsupported DP topology lm:%d dsc:%d\n",
  2356. mode->name, fps, num_lm, num_dsc);
  2357. return -EPERM;
  2358. }
  2359. DP_DEBUG("mode %sx%d is valid, supported DP topology lm:%d dsc:%d 3dmux:%d\n",
  2360. mode->name, fps, num_lm, num_dsc, num_3dmux);
  2361. return 0;
  2362. }
  2363. static enum drm_mode_status dp_display_validate_mode(
  2364. struct dp_display *dp_display,
  2365. void *panel, struct drm_display_mode *mode,
  2366. const struct msm_resource_caps_info *avail_res)
  2367. {
  2368. struct dp_display_private *dp;
  2369. struct dp_panel *dp_panel;
  2370. struct dp_debug *debug;
  2371. enum drm_mode_status mode_status = MODE_BAD;
  2372. struct dp_display_mode dp_mode;
  2373. int rc = 0;
  2374. if (!dp_display || !mode || !panel ||
  2375. !avail_res || !avail_res->max_mixer_width) {
  2376. DP_ERR("invalid params\n");
  2377. return mode_status;
  2378. }
  2379. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2380. mutex_lock(&dp->session_lock);
  2381. dp_panel = panel;
  2382. if (!dp_panel->connector) {
  2383. DP_ERR("invalid connector\n");
  2384. goto end;
  2385. }
  2386. debug = dp->debug;
  2387. if (!debug)
  2388. goto end;
  2389. dp_display->convert_to_dp_mode(dp_display, panel, mode, &dp_mode);
  2390. rc = dp_display_validate_topology(dp, dp_panel, mode, &dp_mode, avail_res);
  2391. if (rc == -EAGAIN) {
  2392. dp_panel->convert_to_dp_mode(dp_panel, mode, &dp_mode);
  2393. rc = dp_display_validate_topology(dp, dp_panel, mode, &dp_mode, avail_res);
  2394. }
  2395. if (rc)
  2396. goto end;
  2397. rc = dp_display_validate_link_clock(dp, mode, dp_mode);
  2398. if (rc)
  2399. goto end;
  2400. rc = dp_display_validate_pixel_clock(dp_mode, dp_display->max_pclk_khz);
  2401. if (rc)
  2402. goto end;
  2403. mode_status = MODE_OK;
  2404. end:
  2405. mutex_unlock(&dp->session_lock);
  2406. DP_DEBUG("[%s] mode is %s\n", mode->name,
  2407. (mode_status == MODE_OK) ? "valid" : "invalid");
  2408. return mode_status;
  2409. }
  2410. static int dp_display_get_available_dp_resources(struct dp_display *dp_display,
  2411. const struct msm_resource_caps_info *avail_res,
  2412. struct msm_resource_caps_info *max_dp_avail_res)
  2413. {
  2414. if (!dp_display || !avail_res || !max_dp_avail_res) {
  2415. DP_ERR("invalid arguments\n");
  2416. return -EINVAL;
  2417. }
  2418. memcpy(max_dp_avail_res, avail_res,
  2419. sizeof(struct msm_resource_caps_info));
  2420. max_dp_avail_res->num_lm = min(avail_res->num_lm,
  2421. dp_display->max_mixer_count);
  2422. max_dp_avail_res->num_dsc = min(avail_res->num_dsc,
  2423. dp_display->max_dsc_count);
  2424. DP_DEBUG("max_lm:%d, avail_lm:%d, dp_avail_lm:%d\n",
  2425. dp_display->max_mixer_count, avail_res->num_lm,
  2426. max_dp_avail_res->num_lm);
  2427. DP_DEBUG("max_dsc:%d, avail_dsc:%d, dp_avail_dsc:%d\n",
  2428. dp_display->max_dsc_count, avail_res->num_dsc,
  2429. max_dp_avail_res->num_dsc);
  2430. return 0;
  2431. }
  2432. static int dp_display_get_modes(struct dp_display *dp, void *panel,
  2433. struct dp_display_mode *dp_mode)
  2434. {
  2435. struct dp_display_private *dp_display;
  2436. struct dp_panel *dp_panel;
  2437. int ret = 0;
  2438. if (!dp || !panel) {
  2439. DP_ERR("invalid params\n");
  2440. return 0;
  2441. }
  2442. dp_panel = panel;
  2443. if (!dp_panel->connector) {
  2444. DP_ERR("invalid connector\n");
  2445. return 0;
  2446. }
  2447. dp_display = container_of(dp, struct dp_display_private, dp_display);
  2448. ret = dp_panel->get_modes(dp_panel, dp_panel->connector, dp_mode);
  2449. if (dp_mode->timing.pixel_clk_khz)
  2450. dp->max_pclk_khz = dp_mode->timing.pixel_clk_khz;
  2451. return ret;
  2452. }
  2453. static void dp_display_convert_to_dp_mode(struct dp_display *dp_display,
  2454. void *panel,
  2455. const struct drm_display_mode *drm_mode,
  2456. struct dp_display_mode *dp_mode)
  2457. {
  2458. int rc;
  2459. struct dp_display_private *dp;
  2460. struct dp_panel *dp_panel;
  2461. u32 free_dsc_blks = 0, required_dsc_blks = 0;
  2462. if (!dp_display || !drm_mode || !dp_mode || !panel) {
  2463. DP_ERR("invalid input\n");
  2464. return;
  2465. }
  2466. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2467. dp_panel = panel;
  2468. memset(dp_mode, 0, sizeof(*dp_mode));
  2469. free_dsc_blks = dp_display->max_dsc_count -
  2470. dp->tot_dsc_blks_in_use +
  2471. dp_panel->dsc_blks_in_use;
  2472. rc = msm_get_dsc_count(dp->priv, drm_mode->hdisplay,
  2473. &required_dsc_blks);
  2474. if (rc) {
  2475. DP_ERR("error getting dsc count. rc:%d\n", rc);
  2476. return;
  2477. }
  2478. if (free_dsc_blks >= required_dsc_blks)
  2479. dp_mode->capabilities |= DP_PANEL_CAPS_DSC;
  2480. if (dp_mode->capabilities & DP_PANEL_CAPS_DSC)
  2481. DP_DEBUG("in_use:%d, max:%d, free:%d, req:%d, caps:0x%x\n",
  2482. dp->tot_dsc_blks_in_use,
  2483. dp_display->max_dsc_count,
  2484. free_dsc_blks, required_dsc_blks,
  2485. dp_mode->capabilities);
  2486. dp_panel->convert_to_dp_mode(dp_panel, drm_mode, dp_mode);
  2487. }
  2488. static int dp_display_config_hdr(struct dp_display *dp_display, void *panel,
  2489. struct drm_msm_ext_hdr_metadata *hdr, bool dhdr_update)
  2490. {
  2491. struct dp_panel *dp_panel;
  2492. struct sde_connector *sde_conn;
  2493. struct dp_display_private *dp;
  2494. u64 core_clk_rate;
  2495. bool flush_hdr;
  2496. if (!dp_display || !panel) {
  2497. DP_ERR("invalid input\n");
  2498. return -EINVAL;
  2499. }
  2500. dp_panel = panel;
  2501. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2502. sde_conn = to_sde_connector(dp_panel->connector);
  2503. core_clk_rate = dp->power->clk_get_rate(dp->power, "core_clk");
  2504. if (!core_clk_rate) {
  2505. DP_ERR("invalid rate for core_clk\n");
  2506. return -EINVAL;
  2507. }
  2508. if (!dp_display_state_is(DP_STATE_ENABLED)) {
  2509. dp_display_state_show("[not enabled]");
  2510. return 0;
  2511. }
  2512. /*
  2513. * In rare cases where HDR metadata is updated independently
  2514. * flush the HDR metadata immediately instead of relying on
  2515. * the colorspace
  2516. */
  2517. flush_hdr = !sde_conn->colorspace_updated;
  2518. if (flush_hdr)
  2519. DP_DEBUG("flushing the HDR metadata\n");
  2520. else
  2521. DP_DEBUG("piggy-backing with colorspace\n");
  2522. return dp_panel->setup_hdr(dp_panel, hdr, dhdr_update,
  2523. core_clk_rate, flush_hdr);
  2524. }
  2525. static int dp_display_setup_colospace(struct dp_display *dp_display,
  2526. void *panel,
  2527. u32 colorspace)
  2528. {
  2529. struct dp_panel *dp_panel;
  2530. struct dp_display_private *dp;
  2531. if (!dp_display || !panel) {
  2532. pr_err("invalid input\n");
  2533. return -EINVAL;
  2534. }
  2535. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2536. if (!dp_display_state_is(DP_STATE_ENABLED)) {
  2537. dp_display_state_show("[not enabled]");
  2538. return 0;
  2539. }
  2540. dp_panel = panel;
  2541. return dp_panel->set_colorspace(dp_panel, colorspace);
  2542. }
  2543. static int dp_display_create_workqueue(struct dp_display_private *dp)
  2544. {
  2545. dp->wq = create_singlethread_workqueue("drm_dp");
  2546. if (IS_ERR_OR_NULL(dp->wq)) {
  2547. DP_ERR("Error creating wq\n");
  2548. return -EPERM;
  2549. }
  2550. INIT_DELAYED_WORK(&dp->hdcp_cb_work, dp_display_hdcp_cb_work);
  2551. INIT_WORK(&dp->connect_work, dp_display_connect_work);
  2552. INIT_WORK(&dp->attention_work, dp_display_attention_work);
  2553. return 0;
  2554. }
  2555. static int dp_display_bridge_internal_hpd(void *dev, bool hpd, bool hpd_irq)
  2556. {
  2557. struct dp_display_private *dp = dev;
  2558. struct drm_device *drm_dev = dp->dp_display.drm_dev;
  2559. if (!drm_dev || !drm_dev->mode_config.poll_enabled)
  2560. return -EBUSY;
  2561. if (hpd_irq)
  2562. dp_display_mst_attention(dp);
  2563. else
  2564. dp->hpd->simulate_connect(dp->hpd, hpd);
  2565. return 0;
  2566. }
  2567. static int dp_display_init_aux_bridge(struct dp_display_private *dp)
  2568. {
  2569. int rc = 0;
  2570. const char *phandle = "qcom,dp-aux-bridge";
  2571. struct device_node *bridge_node;
  2572. if (!dp->pdev->dev.of_node) {
  2573. pr_err("cannot find dev.of_node\n");
  2574. rc = -ENODEV;
  2575. goto end;
  2576. }
  2577. bridge_node = of_parse_phandle(dp->pdev->dev.of_node,
  2578. phandle, 0);
  2579. if (!bridge_node)
  2580. goto end;
  2581. dp->aux_bridge = of_dp_aux_find_bridge(bridge_node);
  2582. if (!dp->aux_bridge) {
  2583. pr_err("failed to find dp aux bridge\n");
  2584. rc = -EPROBE_DEFER;
  2585. goto end;
  2586. }
  2587. if (dp->aux_bridge->register_hpd &&
  2588. !(dp->aux_bridge->flag & DP_AUX_BRIDGE_HPD))
  2589. dp->aux_bridge->register_hpd(dp->aux_bridge,
  2590. dp_display_bridge_internal_hpd, dp);
  2591. end:
  2592. return rc;
  2593. }
  2594. static int dp_display_mst_install(struct dp_display *dp_display,
  2595. struct dp_mst_drm_install_info *mst_install_info)
  2596. {
  2597. struct dp_display_private *dp;
  2598. if (!dp_display || !mst_install_info) {
  2599. DP_ERR("invalid input\n");
  2600. return -EINVAL;
  2601. }
  2602. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2603. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2604. if (!mst_install_info->cbs->hpd || !mst_install_info->cbs->hpd_irq) {
  2605. DP_ERR("invalid mst cbs\n");
  2606. return -EINVAL;
  2607. }
  2608. dp_display->dp_mst_prv_info = mst_install_info->dp_mst_prv_info;
  2609. if (!dp->parser->has_mst) {
  2610. DP_DEBUG("mst not enabled\n");
  2611. return -EPERM;
  2612. }
  2613. memcpy(&dp->mst.cbs, mst_install_info->cbs, sizeof(dp->mst.cbs));
  2614. dp->mst.drm_registered = true;
  2615. DP_MST_DEBUG("dp mst drm installed\n");
  2616. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2617. return 0;
  2618. }
  2619. static int dp_display_mst_uninstall(struct dp_display *dp_display)
  2620. {
  2621. struct dp_display_private *dp;
  2622. if (!dp_display) {
  2623. DP_ERR("invalid input\n");
  2624. return -EINVAL;
  2625. }
  2626. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2627. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2628. if (!dp->mst.drm_registered) {
  2629. DP_DEBUG("drm mst not registered\n");
  2630. return -EPERM;
  2631. }
  2632. dp = container_of(dp_display, struct dp_display_private,
  2633. dp_display);
  2634. memset(&dp->mst.cbs, 0, sizeof(dp->mst.cbs));
  2635. dp->mst.drm_registered = false;
  2636. DP_MST_DEBUG("dp mst drm uninstalled\n");
  2637. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2638. return 0;
  2639. }
  2640. static int dp_display_mst_connector_install(struct dp_display *dp_display,
  2641. struct drm_connector *connector)
  2642. {
  2643. int rc = 0;
  2644. struct dp_panel_in panel_in;
  2645. struct dp_panel *dp_panel;
  2646. struct dp_display_private *dp;
  2647. if (!dp_display || !connector) {
  2648. DP_ERR("invalid input\n");
  2649. return -EINVAL;
  2650. }
  2651. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2652. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2653. mutex_lock(&dp->session_lock);
  2654. if (!dp->mst.drm_registered) {
  2655. DP_DEBUG("drm mst not registered\n");
  2656. rc = -EPERM;
  2657. goto end;
  2658. }
  2659. panel_in.dev = &dp->pdev->dev;
  2660. panel_in.aux = dp->aux;
  2661. panel_in.catalog = &dp->catalog->panel;
  2662. panel_in.link = dp->link;
  2663. panel_in.connector = connector;
  2664. panel_in.base_panel = dp->panel;
  2665. panel_in.parser = dp->parser;
  2666. dp_panel = dp_panel_get(&panel_in);
  2667. if (IS_ERR(dp_panel)) {
  2668. rc = PTR_ERR(dp_panel);
  2669. DP_ERR("failed to initialize panel, rc = %d\n", rc);
  2670. goto end;
  2671. }
  2672. dp_panel->audio = dp_audio_get(dp->pdev, dp_panel, &dp->catalog->audio);
  2673. if (IS_ERR(dp_panel->audio)) {
  2674. rc = PTR_ERR(dp_panel->audio);
  2675. DP_ERR("[mst] failed to initialize audio, rc = %d\n", rc);
  2676. dp_panel->audio = NULL;
  2677. goto end;
  2678. }
  2679. DP_MST_DEBUG("dp mst connector installed. conn:%d\n",
  2680. connector->base.id);
  2681. end:
  2682. mutex_unlock(&dp->session_lock);
  2683. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state, rc);
  2684. return rc;
  2685. }
  2686. static int dp_display_mst_connector_uninstall(struct dp_display *dp_display,
  2687. struct drm_connector *connector)
  2688. {
  2689. int rc = 0;
  2690. struct sde_connector *sde_conn;
  2691. struct dp_panel *dp_panel;
  2692. struct dp_display_private *dp;
  2693. if (!dp_display || !connector) {
  2694. DP_ERR("invalid input\n");
  2695. return -EINVAL;
  2696. }
  2697. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2698. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY, dp->state);
  2699. mutex_lock(&dp->session_lock);
  2700. if (!dp->mst.drm_registered) {
  2701. DP_DEBUG("drm mst not registered\n");
  2702. mutex_unlock(&dp->session_lock);
  2703. return -EPERM;
  2704. }
  2705. sde_conn = to_sde_connector(connector);
  2706. if (!sde_conn->drv_panel) {
  2707. DP_ERR("invalid panel for connector:%d\n", connector->base.id);
  2708. mutex_unlock(&dp->session_lock);
  2709. return -EINVAL;
  2710. }
  2711. dp_panel = sde_conn->drv_panel;
  2712. dp_audio_put(dp_panel->audio);
  2713. dp_panel_put(dp_panel);
  2714. DP_MST_DEBUG("dp mst connector uninstalled. conn:%d\n",
  2715. connector->base.id);
  2716. mutex_unlock(&dp->session_lock);
  2717. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  2718. return rc;
  2719. }
  2720. static int dp_display_mst_connector_update_edid(struct dp_display *dp_display,
  2721. struct drm_connector *connector,
  2722. struct edid *edid)
  2723. {
  2724. int rc = 0;
  2725. struct sde_connector *sde_conn;
  2726. struct dp_panel *dp_panel;
  2727. struct dp_display_private *dp;
  2728. if (!dp_display || !connector || !edid) {
  2729. DP_ERR("invalid input\n");
  2730. return -EINVAL;
  2731. }
  2732. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2733. if (!dp->mst.drm_registered) {
  2734. DP_DEBUG("drm mst not registered\n");
  2735. return -EPERM;
  2736. }
  2737. sde_conn = to_sde_connector(connector);
  2738. if (!sde_conn->drv_panel) {
  2739. DP_ERR("invalid panel for connector:%d\n", connector->base.id);
  2740. return -EINVAL;
  2741. }
  2742. dp_panel = sde_conn->drv_panel;
  2743. rc = dp_panel->update_edid(dp_panel, edid);
  2744. DP_MST_DEBUG("dp mst connector:%d edid updated. mode_cnt:%d\n",
  2745. connector->base.id, rc);
  2746. return rc;
  2747. }
  2748. static int dp_display_update_pps(struct dp_display *dp_display,
  2749. struct drm_connector *connector, char *pps_cmd)
  2750. {
  2751. struct sde_connector *sde_conn;
  2752. struct dp_panel *dp_panel;
  2753. struct dp_display_private *dp;
  2754. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2755. sde_conn = to_sde_connector(connector);
  2756. if (!sde_conn->drv_panel) {
  2757. DP_ERR("invalid panel for connector:%d\n", connector->base.id);
  2758. return -EINVAL;
  2759. }
  2760. if (!dp_display_state_is(DP_STATE_ENABLED)) {
  2761. dp_display_state_show("[not enabled]");
  2762. return 0;
  2763. }
  2764. dp_panel = sde_conn->drv_panel;
  2765. dp_panel->update_pps(dp_panel, pps_cmd);
  2766. return 0;
  2767. }
  2768. static int dp_display_mst_connector_update_link_info(
  2769. struct dp_display *dp_display,
  2770. struct drm_connector *connector)
  2771. {
  2772. int rc = 0;
  2773. struct sde_connector *sde_conn;
  2774. struct dp_panel *dp_panel;
  2775. struct dp_display_private *dp;
  2776. if (!dp_display || !connector) {
  2777. DP_ERR("invalid input\n");
  2778. return -EINVAL;
  2779. }
  2780. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2781. if (!dp->mst.drm_registered) {
  2782. DP_DEBUG("drm mst not registered\n");
  2783. return -EPERM;
  2784. }
  2785. sde_conn = to_sde_connector(connector);
  2786. if (!sde_conn->drv_panel) {
  2787. DP_ERR("invalid panel for connector:%d\n", connector->base.id);
  2788. return -EINVAL;
  2789. }
  2790. dp_panel = sde_conn->drv_panel;
  2791. memcpy(dp_panel->dpcd, dp->panel->dpcd,
  2792. DP_RECEIVER_CAP_SIZE + 1);
  2793. memcpy(dp_panel->dsc_dpcd, dp->panel->dsc_dpcd,
  2794. DP_RECEIVER_DSC_CAP_SIZE + 1);
  2795. memcpy(&dp_panel->link_info, &dp->panel->link_info,
  2796. sizeof(dp_panel->link_info));
  2797. DP_MST_DEBUG("dp mst connector:%d link info updated\n",
  2798. connector->base.id);
  2799. return rc;
  2800. }
  2801. static int dp_display_mst_get_fixed_topology_port(
  2802. struct dp_display *dp_display,
  2803. u32 strm_id, u32 *port_num)
  2804. {
  2805. struct dp_display_private *dp;
  2806. u32 port;
  2807. if (!dp_display) {
  2808. DP_ERR("invalid input\n");
  2809. return -EINVAL;
  2810. }
  2811. if (strm_id >= DP_STREAM_MAX) {
  2812. DP_ERR("invalid stream id:%d\n", strm_id);
  2813. return -EINVAL;
  2814. }
  2815. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2816. port = dp->parser->mst_fixed_port[strm_id];
  2817. if (!port || port > 255)
  2818. return -ENOENT;
  2819. if (port_num)
  2820. *port_num = port;
  2821. return 0;
  2822. }
  2823. static int dp_display_get_mst_caps(struct dp_display *dp_display,
  2824. struct dp_mst_caps *mst_caps)
  2825. {
  2826. int rc = 0;
  2827. struct dp_display_private *dp;
  2828. if (!dp_display || !mst_caps) {
  2829. DP_ERR("invalid input\n");
  2830. return -EINVAL;
  2831. }
  2832. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2833. mst_caps->has_mst = dp->parser->has_mst;
  2834. mst_caps->max_streams_supported = (mst_caps->has_mst) ? 2 : 0;
  2835. mst_caps->max_dpcd_transaction_bytes = (mst_caps->has_mst) ? 16 : 0;
  2836. mst_caps->drm_aux = dp->aux->drm_aux;
  2837. return rc;
  2838. }
  2839. static void dp_display_wakeup_phy_layer(struct dp_display *dp_display,
  2840. bool wakeup)
  2841. {
  2842. struct dp_display_private *dp;
  2843. struct dp_hpd *hpd;
  2844. if (!dp_display) {
  2845. DP_ERR("invalid input\n");
  2846. return;
  2847. }
  2848. dp = container_of(dp_display, struct dp_display_private, dp_display);
  2849. if (!dp->mst.drm_registered) {
  2850. DP_DEBUG("drm mst not registered\n");
  2851. return;
  2852. }
  2853. hpd = dp->hpd;
  2854. if (hpd && hpd->wakeup_phy)
  2855. hpd->wakeup_phy(hpd, wakeup);
  2856. }
  2857. static int dp_display_probe(struct platform_device *pdev)
  2858. {
  2859. int rc = 0;
  2860. struct dp_display_private *dp;
  2861. if (!pdev || !pdev->dev.of_node) {
  2862. DP_ERR("pdev not found\n");
  2863. rc = -ENODEV;
  2864. goto bail;
  2865. }
  2866. dp = devm_kzalloc(&pdev->dev, sizeof(*dp), GFP_KERNEL);
  2867. if (!dp) {
  2868. rc = -ENOMEM;
  2869. goto bail;
  2870. }
  2871. init_completion(&dp->notification_comp);
  2872. init_completion(&dp->attention_comp);
  2873. dp->pdev = pdev;
  2874. dp->name = "drm_dp";
  2875. memset(&dp->mst, 0, sizeof(dp->mst));
  2876. rc = dp_display_init_aux_bridge(dp);
  2877. if (rc)
  2878. goto error;
  2879. rc = dp_display_create_workqueue(dp);
  2880. if (rc) {
  2881. DP_ERR("Failed to create workqueue\n");
  2882. goto error;
  2883. }
  2884. platform_set_drvdata(pdev, dp);
  2885. g_dp_display = &dp->dp_display;
  2886. g_dp_display->enable = dp_display_enable;
  2887. g_dp_display->post_enable = dp_display_post_enable;
  2888. g_dp_display->pre_disable = dp_display_pre_disable;
  2889. g_dp_display->disable = dp_display_disable;
  2890. g_dp_display->set_mode = dp_display_set_mode;
  2891. g_dp_display->validate_mode = dp_display_validate_mode;
  2892. g_dp_display->get_modes = dp_display_get_modes;
  2893. g_dp_display->prepare = dp_display_prepare;
  2894. g_dp_display->unprepare = dp_display_unprepare;
  2895. g_dp_display->request_irq = dp_request_irq;
  2896. g_dp_display->get_debug = dp_get_debug;
  2897. g_dp_display->post_open = NULL;
  2898. g_dp_display->post_init = dp_display_post_init;
  2899. g_dp_display->config_hdr = dp_display_config_hdr;
  2900. g_dp_display->mst_install = dp_display_mst_install;
  2901. g_dp_display->mst_uninstall = dp_display_mst_uninstall;
  2902. g_dp_display->mst_connector_install = dp_display_mst_connector_install;
  2903. g_dp_display->mst_connector_uninstall =
  2904. dp_display_mst_connector_uninstall;
  2905. g_dp_display->mst_connector_update_edid =
  2906. dp_display_mst_connector_update_edid;
  2907. g_dp_display->mst_connector_update_link_info =
  2908. dp_display_mst_connector_update_link_info;
  2909. g_dp_display->get_mst_caps = dp_display_get_mst_caps;
  2910. g_dp_display->set_stream_info = dp_display_set_stream_info;
  2911. g_dp_display->update_pps = dp_display_update_pps;
  2912. g_dp_display->convert_to_dp_mode = dp_display_convert_to_dp_mode;
  2913. g_dp_display->mst_get_fixed_topology_port =
  2914. dp_display_mst_get_fixed_topology_port;
  2915. g_dp_display->wakeup_phy_layer =
  2916. dp_display_wakeup_phy_layer;
  2917. g_dp_display->set_colorspace = dp_display_setup_colospace;
  2918. g_dp_display->get_available_dp_resources =
  2919. dp_display_get_available_dp_resources;
  2920. rc = component_add(&pdev->dev, &dp_display_comp_ops);
  2921. if (rc) {
  2922. DP_ERR("component add failed, rc=%d\n", rc);
  2923. goto error;
  2924. }
  2925. return 0;
  2926. error:
  2927. devm_kfree(&pdev->dev, dp);
  2928. bail:
  2929. return rc;
  2930. }
  2931. int dp_display_get_displays(void **displays, int count)
  2932. {
  2933. if (!displays) {
  2934. DP_ERR("invalid data\n");
  2935. return -EINVAL;
  2936. }
  2937. if (count != 1) {
  2938. DP_ERR("invalid number of displays\n");
  2939. return -EINVAL;
  2940. }
  2941. displays[0] = g_dp_display;
  2942. return count;
  2943. }
  2944. int dp_display_get_num_of_displays(void)
  2945. {
  2946. if (!g_dp_display)
  2947. return 0;
  2948. return 1;
  2949. }
  2950. int dp_display_get_num_of_streams(void)
  2951. {
  2952. return DP_STREAM_MAX;
  2953. }
  2954. static void dp_display_set_mst_state(void *dp_display,
  2955. enum dp_drv_state mst_state)
  2956. {
  2957. struct dp_display_private *dp;
  2958. if (!g_dp_display) {
  2959. DP_DEBUG("dp display not initialized\n");
  2960. return;
  2961. }
  2962. dp = container_of(g_dp_display, struct dp_display_private, dp_display);
  2963. SDE_EVT32_EXTERNAL(mst_state, dp->mst.mst_active);
  2964. if (dp->mst.mst_active && dp->mst.cbs.set_drv_state)
  2965. dp->mst.cbs.set_drv_state(g_dp_display, mst_state);
  2966. }
  2967. static int dp_display_remove(struct platform_device *pdev)
  2968. {
  2969. struct dp_display_private *dp;
  2970. if (!pdev)
  2971. return -EINVAL;
  2972. dp = platform_get_drvdata(pdev);
  2973. dp_display_deinit_sub_modules(dp);
  2974. if (dp->wq)
  2975. destroy_workqueue(dp->wq);
  2976. platform_set_drvdata(pdev, NULL);
  2977. devm_kfree(&pdev->dev, dp);
  2978. return 0;
  2979. }
  2980. static int dp_pm_prepare(struct device *dev)
  2981. {
  2982. struct dp_display_private *dp = container_of(g_dp_display,
  2983. struct dp_display_private, dp_display);
  2984. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY);
  2985. mutex_lock(&dp->session_lock);
  2986. dp_display_set_mst_state(g_dp_display, PM_SUSPEND);
  2987. /*
  2988. * There are a few instances where the DP is hotplugged when the device
  2989. * is in PM suspend state. After hotplug, it is observed the device
  2990. * enters and exits the PM suspend multiple times while aux transactions
  2991. * are taking place. This may sometimes cause an unclocked register
  2992. * access error. So, abort aux transactions when such a situation
  2993. * arises i.e. when DP is connected but display not enabled yet.
  2994. */
  2995. if (dp_display_state_is(DP_STATE_CONNECTED) &&
  2996. !dp_display_state_is(DP_STATE_ENABLED)) {
  2997. dp->aux->abort(dp->aux, true);
  2998. dp->ctrl->abort(dp->ctrl, true);
  2999. }
  3000. dp_display_state_add(DP_STATE_SUSPENDED);
  3001. mutex_unlock(&dp->session_lock);
  3002. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  3003. return 0;
  3004. }
  3005. static void dp_pm_complete(struct device *dev)
  3006. {
  3007. struct dp_display_private *dp = container_of(g_dp_display,
  3008. struct dp_display_private, dp_display);
  3009. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_ENTRY);
  3010. mutex_lock(&dp->session_lock);
  3011. dp_display_set_mst_state(g_dp_display, PM_DEFAULT);
  3012. /*
  3013. * There are multiple PM suspend entry and exits observed before
  3014. * the connect uevent is issued to userspace. The aux transactions are
  3015. * aborted during PM suspend entry in dp_pm_prepare to prevent unclocked
  3016. * register access. On PM suspend exit, there will be no host_init call
  3017. * to reset the abort flags for ctrl and aux incase DP is connected
  3018. * but display not enabled. So, resetting abort flags for aux and ctrl.
  3019. */
  3020. if (dp_display_state_is(DP_STATE_CONNECTED) &&
  3021. !dp_display_state_is(DP_STATE_ENABLED)) {
  3022. dp->aux->abort(dp->aux, false);
  3023. dp->ctrl->abort(dp->ctrl, false);
  3024. }
  3025. dp_display_state_remove(DP_STATE_SUSPENDED);
  3026. mutex_unlock(&dp->session_lock);
  3027. SDE_EVT32_EXTERNAL(SDE_EVTLOG_FUNC_EXIT, dp->state);
  3028. }
  3029. static const struct dev_pm_ops dp_pm_ops = {
  3030. .prepare = dp_pm_prepare,
  3031. .complete = dp_pm_complete,
  3032. };
  3033. static struct platform_driver dp_display_driver = {
  3034. .probe = dp_display_probe,
  3035. .remove = dp_display_remove,
  3036. .driver = {
  3037. .name = "msm-dp-display",
  3038. .of_match_table = dp_dt_match,
  3039. .suppress_bind_attrs = true,
  3040. .pm = &dp_pm_ops,
  3041. },
  3042. };
  3043. void __init dp_display_register(void)
  3044. {
  3045. platform_driver_register(&dp_display_driver);
  3046. }
  3047. void __exit dp_display_unregister(void)
  3048. {
  3049. platform_driver_unregister(&dp_display_driver);
  3050. }