123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263 |
- /*
- * Taal DSI command mode panel
- *
- * Copyright (C) 2009 Nokia Corporation
- * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published by
- * the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program. If not, see <http://www.gnu.org/licenses/>.
- */
- /*#define DEBUG*/
- #include <linux/module.h>
- #include <linux/delay.h>
- #include <linux/err.h>
- #include <linux/jiffies.h>
- #include <linux/sched.h>
- #include <linux/backlight.h>
- #include <linux/fb.h>
- #include <linux/interrupt.h>
- #include <linux/gpio.h>
- #include <linux/completion.h>
- #include <linux/workqueue.h>
- #include <linux/slab.h>
- #include <linux/mutex.h>
- #include <plat/display.h>
- /* DSI Virtual channel. Hardcoded for now. */
- #define TCH 0
- #define DCS_READ_NUM_ERRORS 0x05
- #define DCS_READ_POWER_MODE 0x0a
- #define DCS_READ_MADCTL 0x0b
- #define DCS_READ_PIXEL_FORMAT 0x0c
- #define DCS_RDDSDR 0x0f
- #define DCS_SLEEP_IN 0x10
- #define DCS_SLEEP_OUT 0x11
- #define DCS_DISPLAY_OFF 0x28
- #define DCS_DISPLAY_ON 0x29
- #define DCS_COLUMN_ADDR 0x2a
- #define DCS_PAGE_ADDR 0x2b
- #define DCS_MEMORY_WRITE 0x2c
- #define DCS_TEAR_OFF 0x34
- #define DCS_TEAR_ON 0x35
- #define DCS_MEM_ACC_CTRL 0x36
- #define DCS_PIXEL_FORMAT 0x3a
- #define DCS_BRIGHTNESS 0x51
- #define DCS_CTRL_DISPLAY 0x53
- #define DCS_WRITE_CABC 0x55
- #define DCS_READ_CABC 0x56
- #define DCS_GET_ID1 0xda
- #define DCS_GET_ID2 0xdb
- #define DCS_GET_ID3 0xdc
- /* #define TAAL_USE_ESD_CHECK */
- #define TAAL_ESD_CHECK_PERIOD msecs_to_jiffies(5000)
- static int _taal_enable_te(struct omap_dss_device *dssdev, bool enable);
- struct taal_data {
- struct mutex lock;
- struct backlight_device *bldev;
- unsigned long hw_guard_end; /* next value of jiffies when we can
- * issue the next sleep in/out command
- */
- unsigned long hw_guard_wait; /* max guard time in jiffies */
- struct omap_dss_device *dssdev;
- bool enabled;
- u8 rotate;
- bool mirror;
- bool te_enabled;
- bool use_ext_te;
- struct completion te_completion;
- bool use_dsi_bl;
- bool cabc_broken;
- unsigned cabc_mode;
- bool intro_printed;
- struct workqueue_struct *esd_wq;
- struct delayed_work esd_work;
- };
- static void taal_esd_work(struct work_struct *work);
- static void hw_guard_start(struct taal_data *td, int guard_msec)
- {
- td->hw_guard_wait = msecs_to_jiffies(guard_msec);
- td->hw_guard_end = jiffies + td->hw_guard_wait;
- }
- static void hw_guard_wait(struct taal_data *td)
- {
- unsigned long wait = td->hw_guard_end - jiffies;
- if ((long)wait > 0 && wait <= td->hw_guard_wait) {
- set_current_state(TASK_UNINTERRUPTIBLE);
- schedule_timeout(wait);
- }
- }
- static int taal_dcs_read_1(u8 dcs_cmd, u8 *data)
- {
- int r;
- u8 buf[1];
- r = dsi_vc_dcs_read(TCH, dcs_cmd, buf, 1);
- if (r < 0)
- return r;
- *data = buf[0];
- return 0;
- }
- static int taal_dcs_write_0(u8 dcs_cmd)
- {
- return dsi_vc_dcs_write(TCH, &dcs_cmd, 1);
- }
- static int taal_dcs_write_1(u8 dcs_cmd, u8 param)
- {
- u8 buf[2];
- buf[0] = dcs_cmd;
- buf[1] = param;
- return dsi_vc_dcs_write(TCH, buf, 2);
- }
- static int taal_sleep_in(struct taal_data *td)
- {
- u8 cmd;
- int r;
- hw_guard_wait(td);
- cmd = DCS_SLEEP_IN;
- r = dsi_vc_dcs_write_nosync(TCH, &cmd, 1);
- if (r)
- return r;
- hw_guard_start(td, 120);
- msleep(5);
- return 0;
- }
- static int taal_sleep_out(struct taal_data *td)
- {
- int r;
- hw_guard_wait(td);
- r = taal_dcs_write_0(DCS_SLEEP_OUT);
- if (r)
- return r;
- hw_guard_start(td, 120);
- msleep(5);
- return 0;
- }
- static int taal_get_id(u8 *id1, u8 *id2, u8 *id3)
- {
- int r;
- r = taal_dcs_read_1(DCS_GET_ID1, id1);
- if (r)
- return r;
- r = taal_dcs_read_1(DCS_GET_ID2, id2);
- if (r)
- return r;
- r = taal_dcs_read_1(DCS_GET_ID3, id3);
- if (r)
- return r;
- return 0;
- }
- static int taal_set_addr_mode(u8 rotate, bool mirror)
- {
- int r;
- u8 mode;
- int b5, b6, b7;
- r = taal_dcs_read_1(DCS_READ_MADCTL, &mode);
- if (r)
- return r;
- switch (rotate) {
- default:
- case 0:
- b7 = 0;
- b6 = 0;
- b5 = 0;
- break;
- case 1:
- b7 = 0;
- b6 = 1;
- b5 = 1;
- break;
- case 2:
- b7 = 1;
- b6 = 1;
- b5 = 0;
- break;
- case 3:
- b7 = 1;
- b6 = 0;
- b5 = 1;
- break;
- }
- if (mirror)
- b6 = !b6;
- mode &= ~((1<<7) | (1<<6) | (1<<5));
- mode |= (b7 << 7) | (b6 << 6) | (b5 << 5);
- return taal_dcs_write_1(DCS_MEM_ACC_CTRL, mode);
- }
- static int taal_set_update_window(u16 x, u16 y, u16 w, u16 h)
- {
- int r;
- u16 x1 = x;
- u16 x2 = x + w - 1;
- u16 y1 = y;
- u16 y2 = y + h - 1;
- u8 buf[5];
- buf[0] = DCS_COLUMN_ADDR;
- buf[1] = (x1 >> 8) & 0xff;
- buf[2] = (x1 >> 0) & 0xff;
- buf[3] = (x2 >> 8) & 0xff;
- buf[4] = (x2 >> 0) & 0xff;
- r = dsi_vc_dcs_write_nosync(TCH, buf, sizeof(buf));
- if (r)
- return r;
- buf[0] = DCS_PAGE_ADDR;
- buf[1] = (y1 >> 8) & 0xff;
- buf[2] = (y1 >> 0) & 0xff;
- buf[3] = (y2 >> 8) & 0xff;
- buf[4] = (y2 >> 0) & 0xff;
- r = dsi_vc_dcs_write_nosync(TCH, buf, sizeof(buf));
- if (r)
- return r;
- dsi_vc_send_bta_sync(TCH);
- return r;
- }
- static int taal_bl_update_status(struct backlight_device *dev)
- {
- struct omap_dss_device *dssdev = dev_get_drvdata(&dev->dev);
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- int level;
- if (dev->props.fb_blank == FB_BLANK_UNBLANK &&
- dev->props.power == FB_BLANK_UNBLANK)
- level = dev->props.brightness;
- else
- level = 0;
- dev_dbg(&dssdev->dev, "update brightness to %d\n", level);
- if (td->use_dsi_bl) {
- if (td->enabled) {
- dsi_bus_lock();
- r = taal_dcs_write_1(DCS_BRIGHTNESS, level);
- dsi_bus_unlock();
- if (r)
- return r;
- }
- } else {
- if (!dssdev->set_backlight)
- return -EINVAL;
- r = dssdev->set_backlight(dssdev, level);
- if (r)
- return r;
- }
- return 0;
- }
- static int taal_bl_get_intensity(struct backlight_device *dev)
- {
- if (dev->props.fb_blank == FB_BLANK_UNBLANK &&
- dev->props.power == FB_BLANK_UNBLANK)
- return dev->props.brightness;
- return 0;
- }
- static struct backlight_ops taal_bl_ops = {
- .get_brightness = taal_bl_get_intensity,
- .update_status = taal_bl_update_status,
- };
- static void taal_get_timings(struct omap_dss_device *dssdev,
- struct omap_video_timings *timings)
- {
- *timings = dssdev->panel.timings;
- }
- static void taal_get_resolution(struct omap_dss_device *dssdev,
- u16 *xres, u16 *yres)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- if (td->rotate == 0 || td->rotate == 2) {
- *xres = dssdev->panel.timings.x_res;
- *yres = dssdev->panel.timings.y_res;
- } else {
- *yres = dssdev->panel.timings.x_res;
- *xres = dssdev->panel.timings.y_res;
- }
- }
- static irqreturn_t taal_te_isr(int irq, void *data)
- {
- struct omap_dss_device *dssdev = data;
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- complete_all(&td->te_completion);
- return IRQ_HANDLED;
- }
- static ssize_t taal_num_errors_show(struct device *dev,
- struct device_attribute *attr, char *buf)
- {
- struct omap_dss_device *dssdev = to_dss_device(dev);
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- u8 errors;
- int r;
- if (td->enabled) {
- dsi_bus_lock();
- r = taal_dcs_read_1(DCS_READ_NUM_ERRORS, &errors);
- dsi_bus_unlock();
- } else {
- r = -ENODEV;
- }
- if (r)
- return r;
- return snprintf(buf, PAGE_SIZE, "%d\n", errors);
- }
- static ssize_t taal_hw_revision_show(struct device *dev,
- struct device_attribute *attr, char *buf)
- {
- struct omap_dss_device *dssdev = to_dss_device(dev);
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- u8 id1, id2, id3;
- int r;
- if (td->enabled) {
- dsi_bus_lock();
- r = taal_get_id(&id1, &id2, &id3);
- dsi_bus_unlock();
- } else {
- r = -ENODEV;
- }
- if (r)
- return r;
- return snprintf(buf, PAGE_SIZE, "%02x.%02x.%02x\n", id1, id2, id3);
- }
- static const char *cabc_modes[] = {
- "off", /* used also always when CABC is not supported */
- "ui",
- "still-image",
- "moving-image",
- };
- static ssize_t show_cabc_mode(struct device *dev,
- struct device_attribute *attr,
- char *buf)
- {
- struct omap_dss_device *dssdev = to_dss_device(dev);
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- const char *mode_str;
- int mode;
- int len;
- mode = td->cabc_mode;
- mode_str = "unknown";
- if (mode >= 0 && mode < ARRAY_SIZE(cabc_modes))
- mode_str = cabc_modes[mode];
- len = snprintf(buf, PAGE_SIZE, "%s\n", mode_str);
- return len < PAGE_SIZE - 1 ? len : PAGE_SIZE - 1;
- }
- static ssize_t store_cabc_mode(struct device *dev,
- struct device_attribute *attr,
- const char *buf, size_t count)
- {
- struct omap_dss_device *dssdev = to_dss_device(dev);
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int i;
- for (i = 0; i < ARRAY_SIZE(cabc_modes); i++) {
- if (sysfs_streq(cabc_modes[i], buf))
- break;
- }
- if (i == ARRAY_SIZE(cabc_modes))
- return -EINVAL;
- if (td->enabled) {
- dsi_bus_lock();
- if (!td->cabc_broken)
- taal_dcs_write_1(DCS_WRITE_CABC, i);
- dsi_bus_unlock();
- }
- td->cabc_mode = i;
- return count;
- }
- static ssize_t show_cabc_available_modes(struct device *dev,
- struct device_attribute *attr,
- char *buf)
- {
- int len;
- int i;
- for (i = 0, len = 0;
- len < PAGE_SIZE && i < ARRAY_SIZE(cabc_modes); i++)
- len += snprintf(&buf[len], PAGE_SIZE - len, "%s%s%s",
- i ? " " : "", cabc_modes[i],
- i == ARRAY_SIZE(cabc_modes) - 1 ? "\n" : "");
- return len < PAGE_SIZE ? len : PAGE_SIZE - 1;
- }
- static DEVICE_ATTR(num_dsi_errors, S_IRUGO, taal_num_errors_show, NULL);
- static DEVICE_ATTR(hw_revision, S_IRUGO, taal_hw_revision_show, NULL);
- static DEVICE_ATTR(cabc_mode, S_IRUGO | S_IWUSR,
- show_cabc_mode, store_cabc_mode);
- static DEVICE_ATTR(cabc_available_modes, S_IRUGO,
- show_cabc_available_modes, NULL);
- static struct attribute *taal_attrs[] = {
- &dev_attr_num_dsi_errors.attr,
- &dev_attr_hw_revision.attr,
- &dev_attr_cabc_mode.attr,
- &dev_attr_cabc_available_modes.attr,
- NULL,
- };
- static struct attribute_group taal_attr_group = {
- .attrs = taal_attrs,
- };
- static int taal_probe(struct omap_dss_device *dssdev)
- {
- struct backlight_properties props;
- struct taal_data *td;
- struct backlight_device *bldev;
- int r;
- const struct omap_video_timings taal_panel_timings = {
- .x_res = 864,
- .y_res = 480,
- };
- dev_dbg(&dssdev->dev, "probe\n");
- dssdev->panel.config = OMAP_DSS_LCD_TFT;
- dssdev->panel.timings = taal_panel_timings;
- dssdev->ctrl.pixel_size = 24;
- td = kzalloc(sizeof(*td), GFP_KERNEL);
- if (!td) {
- r = -ENOMEM;
- goto err0;
- }
- td->dssdev = dssdev;
- mutex_init(&td->lock);
- td->esd_wq = create_singlethread_workqueue("taal_esd");
- if (td->esd_wq == NULL) {
- dev_err(&dssdev->dev, "can't create ESD workqueue\n");
- r = -ENOMEM;
- goto err1;
- }
- INIT_DELAYED_WORK_DEFERRABLE(&td->esd_work, taal_esd_work);
- dev_set_drvdata(&dssdev->dev, td);
- /* if no platform set_backlight() defined, presume DSI backlight
- * control */
- memset(&props, 0, sizeof(struct backlight_properties));
- if (!dssdev->set_backlight)
- td->use_dsi_bl = true;
- if (td->use_dsi_bl)
- props.max_brightness = 255;
- else
- props.max_brightness = 127;
- bldev = backlight_device_register("taal", &dssdev->dev, dssdev,
- &taal_bl_ops, &props);
- if (IS_ERR(bldev)) {
- r = PTR_ERR(bldev);
- goto err2;
- }
- td->bldev = bldev;
- bldev->props.fb_blank = FB_BLANK_UNBLANK;
- bldev->props.power = FB_BLANK_UNBLANK;
- if (td->use_dsi_bl)
- bldev->props.brightness = 255;
- else
- bldev->props.brightness = 127;
- taal_bl_update_status(bldev);
- if (dssdev->phy.dsi.ext_te) {
- int gpio = dssdev->phy.dsi.ext_te_gpio;
- r = gpio_request(gpio, "taal irq");
- if (r) {
- dev_err(&dssdev->dev, "GPIO request failed\n");
- goto err3;
- }
- gpio_direction_input(gpio);
- r = request_irq(gpio_to_irq(gpio), taal_te_isr,
- IRQF_DISABLED | IRQF_TRIGGER_RISING,
- "taal vsync", dssdev);
- if (r) {
- dev_err(&dssdev->dev, "IRQ request failed\n");
- gpio_free(gpio);
- goto err3;
- }
- init_completion(&td->te_completion);
- td->use_ext_te = true;
- }
- r = sysfs_create_group(&dssdev->dev.kobj, &taal_attr_group);
- if (r) {
- dev_err(&dssdev->dev, "failed to create sysfs files\n");
- goto err4;
- }
- return 0;
- err4:
- if (td->use_ext_te) {
- int gpio = dssdev->phy.dsi.ext_te_gpio;
- free_irq(gpio_to_irq(gpio), dssdev);
- gpio_free(gpio);
- }
- err3:
- backlight_device_unregister(bldev);
- err2:
- cancel_delayed_work_sync(&td->esd_work);
- destroy_workqueue(td->esd_wq);
- err1:
- kfree(td);
- err0:
- return r;
- }
- static void taal_remove(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- struct backlight_device *bldev;
- dev_dbg(&dssdev->dev, "remove\n");
- sysfs_remove_group(&dssdev->dev.kobj, &taal_attr_group);
- if (td->use_ext_te) {
- int gpio = dssdev->phy.dsi.ext_te_gpio;
- free_irq(gpio_to_irq(gpio), dssdev);
- gpio_free(gpio);
- }
- bldev = td->bldev;
- bldev->props.power = FB_BLANK_POWERDOWN;
- taal_bl_update_status(bldev);
- backlight_device_unregister(bldev);
- cancel_delayed_work_sync(&td->esd_work);
- destroy_workqueue(td->esd_wq);
- kfree(td);
- }
- static int taal_power_on(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- u8 id1, id2, id3;
- int r;
- if (dssdev->platform_enable) {
- r = dssdev->platform_enable(dssdev);
- if (r)
- return r;
- }
- /* it seems we have to wait a bit until taal is ready */
- msleep(5);
- dsi_bus_lock();
- r = omapdss_dsi_display_enable(dssdev);
- if (r) {
- dev_err(&dssdev->dev, "failed to enable DSI\n");
- goto err0;
- }
- omapdss_dsi_vc_enable_hs(TCH, false);
- r = taal_sleep_out(td);
- if (r)
- goto err;
- r = taal_get_id(&id1, &id2, &id3);
- if (r)
- goto err;
- /* on early revisions CABC is broken */
- if (id2 == 0x00 || id2 == 0xff || id2 == 0x81)
- td->cabc_broken = true;
- taal_dcs_write_1(DCS_BRIGHTNESS, 0xff);
- taal_dcs_write_1(DCS_CTRL_DISPLAY, (1<<2) | (1<<5)); /* BL | BCTRL */
- taal_dcs_write_1(DCS_PIXEL_FORMAT, 0x7); /* 24bit/pixel */
- taal_set_addr_mode(td->rotate, td->mirror);
- if (!td->cabc_broken)
- taal_dcs_write_1(DCS_WRITE_CABC, td->cabc_mode);
- taal_dcs_write_0(DCS_DISPLAY_ON);
- r = _taal_enable_te(dssdev, td->te_enabled);
- if (r)
- goto err;
- #ifdef TAAL_USE_ESD_CHECK
- queue_delayed_work(td->esd_wq, &td->esd_work, TAAL_ESD_CHECK_PERIOD);
- #endif
- td->enabled = 1;
- if (!td->intro_printed) {
- dev_info(&dssdev->dev, "revision %02x.%02x.%02x\n",
- id1, id2, id3);
- if (td->cabc_broken)
- dev_info(&dssdev->dev,
- "old Taal version, CABC disabled\n");
- td->intro_printed = true;
- }
- omapdss_dsi_vc_enable_hs(TCH, true);
- dsi_bus_unlock();
- return 0;
- err:
- omapdss_dsi_display_disable(dssdev);
- err0:
- dsi_bus_unlock();
- if (dssdev->platform_disable)
- dssdev->platform_disable(dssdev);
- return r;
- }
- static void taal_power_off(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- dsi_bus_lock();
- cancel_delayed_work(&td->esd_work);
- taal_dcs_write_0(DCS_DISPLAY_OFF);
- taal_sleep_in(td);
- /* wait a bit so that the message goes through */
- msleep(10);
- omapdss_dsi_display_disable(dssdev);
- if (dssdev->platform_disable)
- dssdev->platform_disable(dssdev);
- td->enabled = 0;
- dsi_bus_unlock();
- }
- static int taal_enable(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- dev_dbg(&dssdev->dev, "enable\n");
- mutex_lock(&td->lock);
- if (dssdev->state != OMAP_DSS_DISPLAY_DISABLED) {
- r = -EINVAL;
- goto err;
- }
- r = taal_power_on(dssdev);
- if (r)
- goto err;
- dssdev->state = OMAP_DSS_DISPLAY_ACTIVE;
- mutex_unlock(&td->lock);
- return 0;
- err:
- dev_dbg(&dssdev->dev, "enable failed\n");
- mutex_unlock(&td->lock);
- return r;
- }
- static void taal_disable(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- dev_dbg(&dssdev->dev, "disable\n");
- mutex_lock(&td->lock);
- if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE)
- taal_power_off(dssdev);
- dssdev->state = OMAP_DSS_DISPLAY_DISABLED;
- mutex_unlock(&td->lock);
- }
- static int taal_suspend(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- dev_dbg(&dssdev->dev, "suspend\n");
- mutex_lock(&td->lock);
- if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) {
- r = -EINVAL;
- goto err;
- }
- taal_power_off(dssdev);
- dssdev->state = OMAP_DSS_DISPLAY_SUSPENDED;
- mutex_unlock(&td->lock);
- return 0;
- err:
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_resume(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- dev_dbg(&dssdev->dev, "resume\n");
- mutex_lock(&td->lock);
- if (dssdev->state != OMAP_DSS_DISPLAY_SUSPENDED) {
- r = -EINVAL;
- goto err;
- }
- r = taal_power_on(dssdev);
- dssdev->state = OMAP_DSS_DISPLAY_ACTIVE;
- mutex_unlock(&td->lock);
- return r;
- err:
- mutex_unlock(&td->lock);
- return r;
- }
- static void taal_framedone_cb(int err, void *data)
- {
- struct omap_dss_device *dssdev = data;
- dev_dbg(&dssdev->dev, "framedone, err %d\n", err);
- dsi_bus_unlock();
- }
- static int taal_update(struct omap_dss_device *dssdev,
- u16 x, u16 y, u16 w, u16 h)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- dev_dbg(&dssdev->dev, "update %d, %d, %d x %d\n", x, y, w, h);
- mutex_lock(&td->lock);
- dsi_bus_lock();
- if (!td->enabled) {
- r = 0;
- goto err;
- }
- r = omap_dsi_prepare_update(dssdev, &x, &y, &w, &h);
- if (r)
- goto err;
- r = taal_set_update_window(x, y, w, h);
- if (r)
- goto err;
- r = omap_dsi_update(dssdev, TCH, x, y, w, h,
- taal_framedone_cb, dssdev);
- if (r)
- goto err;
- /* note: no bus_unlock here. unlock is in framedone_cb */
- mutex_unlock(&td->lock);
- return 0;
- err:
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_sync(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- dev_dbg(&dssdev->dev, "sync\n");
- mutex_lock(&td->lock);
- dsi_bus_lock();
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- dev_dbg(&dssdev->dev, "sync done\n");
- return 0;
- }
- static int _taal_enable_te(struct omap_dss_device *dssdev, bool enable)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- td->te_enabled = enable;
- if (enable)
- r = taal_dcs_write_1(DCS_TEAR_ON, 0);
- else
- r = taal_dcs_write_0(DCS_TEAR_OFF);
- omapdss_dsi_enable_te(dssdev, enable);
- /* XXX for some reason, DSI TE breaks if we don't wait here.
- * Panel bug? Needs more studying */
- msleep(100);
- return r;
- }
- static int taal_enable_te(struct omap_dss_device *dssdev, bool enable)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- mutex_lock(&td->lock);
- dsi_bus_lock();
- r = _taal_enable_te(dssdev, enable);
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_get_te(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- mutex_lock(&td->lock);
- r = td->te_enabled;
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_rotate(struct omap_dss_device *dssdev, u8 rotate)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- dev_dbg(&dssdev->dev, "rotate %d\n", rotate);
- mutex_lock(&td->lock);
- dsi_bus_lock();
- if (td->enabled) {
- r = taal_set_addr_mode(rotate, td->mirror);
- if (r)
- goto err;
- }
- td->rotate = rotate;
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return 0;
- err:
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return r;
- }
- static u8 taal_get_rotate(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- mutex_lock(&td->lock);
- r = td->rotate;
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_mirror(struct omap_dss_device *dssdev, bool enable)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- dev_dbg(&dssdev->dev, "mirror %d\n", enable);
- mutex_lock(&td->lock);
- dsi_bus_lock();
- if (td->enabled) {
- r = taal_set_addr_mode(td->rotate, enable);
- if (r)
- goto err;
- }
- td->mirror = enable;
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return 0;
- err:
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return r;
- }
- static bool taal_get_mirror(struct omap_dss_device *dssdev)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- int r;
- mutex_lock(&td->lock);
- r = td->mirror;
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_run_test(struct omap_dss_device *dssdev, int test_num)
- {
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- u8 id1, id2, id3;
- int r;
- mutex_lock(&td->lock);
- dsi_bus_lock();
- r = taal_dcs_read_1(DCS_GET_ID1, &id1);
- if (r)
- goto err;
- r = taal_dcs_read_1(DCS_GET_ID2, &id2);
- if (r)
- goto err;
- r = taal_dcs_read_1(DCS_GET_ID3, &id3);
- if (r)
- goto err;
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return 0;
- err:
- dsi_bus_unlock();
- mutex_unlock(&td->lock);
- return r;
- }
- static int taal_memory_read(struct omap_dss_device *dssdev,
- void *buf, size_t size,
- u16 x, u16 y, u16 w, u16 h)
- {
- int r;
- int first = 1;
- int plen;
- unsigned buf_used = 0;
- struct taal_data *td = dev_get_drvdata(&dssdev->dev);
- if (size < w * h * 3)
- return -ENOMEM;
- mutex_lock(&td->lock);
- if (!td->enabled) {
- r = -ENODEV;
- goto err1;
- }
- size = min(w * h * 3,
- dssdev->panel.timings.x_res *
- dssdev->panel.timings.y_res * 3);
- dsi_bus_lock();
- /* plen 1 or 2 goes into short packet. until checksum error is fixed,
- * use short packets. plen 32 works, but bigger packets seem to cause
- * an error. */
- if (size % 2)
- plen = 1;
- else
- plen = 2;
- taal_set_update_window(x, y, w, h);
- r = dsi_vc_set_max_rx_packet_size(TCH, plen);
- if (r)
- goto err2;
- while (buf_used < size) {
- u8 dcs_cmd = first ? 0x2e : 0x3e;
- first = 0;
- r = dsi_vc_dcs_read(TCH, dcs_cmd,
- buf + buf_used, size - buf_used);
- if (r < 0) {
- dev_err(&dssdev->dev, "read error\n");
- goto err3;
- }
- buf_used += r;
- if (r < plen) {
- dev_err(&dssdev->dev, "short read\n");
- break;
- }
- if (signal_pending(current)) {
- dev_err(&dssdev->dev, "signal pending, "
- "aborting memory read\n");
- r = -ERESTARTSYS;
- goto err3;
- }
- }
- r = buf_used;
- err3:
- dsi_vc_set_max_rx_packet_size(TCH, 1);
- err2:
- dsi_bus_unlock();
- err1:
- mutex_unlock(&td->lock);
- return r;
- }
- static void taal_esd_work(struct work_struct *work)
- {
- struct taal_data *td = container_of(work, struct taal_data,
- esd_work.work);
- struct omap_dss_device *dssdev = td->dssdev;
- u8 state1, state2;
- int r;
- mutex_lock(&td->lock);
- if (!td->enabled) {
- mutex_unlock(&td->lock);
- return;
- }
- dsi_bus_lock();
- r = taal_dcs_read_1(DCS_RDDSDR, &state1);
- if (r) {
- dev_err(&dssdev->dev, "failed to read Taal status\n");
- goto err;
- }
- /* Run self diagnostics */
- r = taal_sleep_out(td);
- if (r) {
- dev_err(&dssdev->dev, "failed to run Taal self-diagnostics\n");
- goto err;
- }
- r = taal_dcs_read_1(DCS_RDDSDR, &state2);
- if (r) {
- dev_err(&dssdev->dev, "failed to read Taal status\n");
- goto err;
- }
- /* Each sleep out command will trigger a self diagnostic and flip
- * Bit6 if the test passes.
- */
- if (!((state1 ^ state2) & (1 << 6))) {
- dev_err(&dssdev->dev, "LCD self diagnostics failed\n");
- goto err;
- }
- /* Self-diagnostics result is also shown on TE GPIO line. We need
- * to re-enable TE after self diagnostics */
- if (td->use_ext_te && td->te_enabled) {
- r = taal_dcs_write_1(DCS_TEAR_ON, 0);
- if (r)
- goto err;
- }
- dsi_bus_unlock();
- queue_delayed_work(td->esd_wq, &td->esd_work, TAAL_ESD_CHECK_PERIOD);
- mutex_unlock(&td->lock);
- return;
- err:
- dev_err(&dssdev->dev, "performing LCD reset\n");
- taal_power_off(dssdev);
- taal_power_on(dssdev);
- dsi_bus_unlock();
- queue_delayed_work(td->esd_wq, &td->esd_work, TAAL_ESD_CHECK_PERIOD);
- mutex_unlock(&td->lock);
- }
- static int taal_set_update_mode(struct omap_dss_device *dssdev,
- enum omap_dss_update_mode mode)
- {
- if (mode != OMAP_DSS_UPDATE_MANUAL)
- return -EINVAL;
- return 0;
- }
- static enum omap_dss_update_mode taal_get_update_mode(
- struct omap_dss_device *dssdev)
- {
- return OMAP_DSS_UPDATE_MANUAL;
- }
- static struct omap_dss_driver taal_driver = {
- .probe = taal_probe,
- .remove = taal_remove,
- .enable = taal_enable,
- .disable = taal_disable,
- .suspend = taal_suspend,
- .resume = taal_resume,
- .set_update_mode = taal_set_update_mode,
- .get_update_mode = taal_get_update_mode,
- .update = taal_update,
- .sync = taal_sync,
- .get_resolution = taal_get_resolution,
- .get_recommended_bpp = omapdss_default_get_recommended_bpp,
- .enable_te = taal_enable_te,
- .get_te = taal_get_te,
- .set_rotate = taal_rotate,
- .get_rotate = taal_get_rotate,
- .set_mirror = taal_mirror,
- .get_mirror = taal_get_mirror,
- .run_test = taal_run_test,
- .memory_read = taal_memory_read,
- .get_timings = taal_get_timings,
- .driver = {
- .name = "taal",
- .owner = THIS_MODULE,
- },
- };
- static int __init taal_init(void)
- {
- omap_dss_register_driver(&taal_driver);
- return 0;
- }
- static void __exit taal_exit(void)
- {
- omap_dss_unregister_driver(&taal_driver);
- }
- module_init(taal_init);
- module_exit(taal_exit);
- MODULE_AUTHOR("Tomi Valkeinen <tomi.valkeinen@nokia.com>");
- MODULE_DESCRIPTION("Taal Driver");
- MODULE_LICENSE("GPL");
|